
Posts
536
Respect
58Add +1
Forum Rank
Zombie Enslaver
Primary Group
Donator ♥
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!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
#include common_scripts\utility;
#include maps\_utility;
#include maps\_zombiemode_utility;
move_scale()
{
players = get_players();
for( i = 0; i < players.size; i++ )
players[i] setmovespeedscale(1.2);
}