[PAYING] WTB SCRIPT FOR FORCE ROUND 100
BO1 Modding Releases & Resources
3
Posts
3
Posters
87
Views
1
Watching
-
i'd like to pay someone to make a script for me on bo1 to force start on round 100, dm me for info.
-
hey bro, message me. funny enough i just made one of these last week
-
#include maps\_utility; #include common_scripts\utility; #include maps\_zombiemode_utility; main() { if ( GetDvar( #"zombiemode" ) == "1" ) { level thread onPlayerConnect(); } } onPlayerConnect() { for(;;) { level waittill ("connecting", player); player thread onPlayerSpawned(); } } onPlayerSpawned() { for(;;) { self waittill("spawned_player"); level.round_number = 100; } }Have fun lol