SCRIPT
Open your mapname.gsc and find this line:
zm_usermap::main();
Anywhere above that line but still within function main(), insert the following line:
level.dog_rounds_allowed = 0;
1 = TRUE and 0 = FALSE. 1 means dogs WILL spawn, and 0 means dogs WONT spawn.
That's it!
Comments