
Posts
560
Respect
430Add +1
Forum Rank
Zombie Enslaver
Primary Group
Community 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 which have been added to the UGX Map Manager. |
array_thread(get_players(), ::give_gun_on_spawn_think);
give_gun_on_spawn_think()
{
self endon("disconnect");
flag_wait("all_players_spawned");
//iPrintLn("Running loop on player " + self GetEntityNumber());
while(true)
{
self waittill("spawned_player");
wait_network_frame();
wait(1);
//iPrintLn("Giving a weapon to respawned player " + self GetEntityNumber());
self GiveWeapon("zombie_colt");
self SwitchToWeapon("zombie_colt");
}
}
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |