
Posts
835
Respect
195Add +1
Forum Rank
The Decider
Primary Group
Mapper
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
![]() | Has released one or more maps to the UGX-Mods community. |


![]() | Has released one or more maps to the UGX-Mods community. |
I know that it wasn't from my script as you said, but you said that the script didn't work, the round started even if you didn't touched the trigger.
So I just thought that you maybe have forgot to remove the comments you added before. If the comments are still there then it is not going to work so I was wondering if you have removed the comments, so have you?
round_trigger = getent (targetname,round_trigger);
round_trigger waittill (trigger);round_trigger = getent ("round_trigger","targetname");
round_trigger waittill ("trigger");
![]() | Has released one or more maps to the UGX-Mods community. |
round_trigger = getent ("targetname","round_trigger");
round_trigger waittill ("trigger");
.round_trigger = getent ("round_trigger","targetname");
round_trigger waittill ("trigger");
![]() | Has released one or more maps to the UGX-Mods community. |