MrFawkes1337
Veteran
- Messages
- 42
- Reaction score
- 19
- Points
- 568
Zombies Change Round. Max round is 255.
Tested and works.
C++:
#using scripts\zm\_zm_utility;
function RoundEdit(round)
{
self thread zm_utility::zombie_goto_round(round);
self iprintln("Round Set To: "+round);
}
Tested and works.