
Posts
379
Respect
180Add +1
Forum Rank
Perk Hacker
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. |

maps\_zombiemode::main();thread displayMessage();
displayMessage() {
while(1) {
trig = getEnt( "TRIGGER_TARGETNAME","targetname" );
trig waittill( "trigger" );
iPrintLn( "YOUR_MESSAGE" );
}
}
displayMessage() {
trig = getEntArray( "TRIGGER_TARGETNAME","targetname" );
array_thread( trig,::waitTrigger );
}
waitTrigger() {
while(1) {
self waittill( "trigger" );
iPrintLn( "YOUR_MESSAGE" );
}
}
![]() | Has released one or more maps to the UGX-Mods community. |

![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |