Quote:
|
Originally Posted by atomic
nope...they can still get maxspeed 1000 when they change weapon after round start (the plugin is supposed to go back to normal each round)
|
Oh..if thats the problem add
Code:
else
set_user_maxspeed(id , 0.0);
after you close the if statement.