Posts
229
Respect
82Add +1
Forum Rank
Mr. Elemental
Primary Group
Member
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!PowerVision_init()
{
flag_wait( "all_players_connected" );
players = get_players();
for ( i = 0; i < players.size; i++ )
players[i] thread PowerVision();
}
PowerVision()
{
self endon("disconnect");
set_all_players_visionset( "aftermath", 0.1 );
}

paypal.me/F3ARxReaper666![]() | Has released one or more maps to the UGX-Mods community. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
level thread maps\_utility::set_all_players_visionset( "zombie_factory", 0.1 );
}
why dont you change it in the mapname_art.gsc where its suppose to be set? Code SnippetPlaintextlevel thread maps\_utility::set_all_players_visionset( "zombie_factory", 0.1 );
}
