Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO1 Modding Releases & Resources
  3. [PAYING] WTB SCRIPT FOR FORCE ROUND 100

[PAYING] WTB SCRIPT FOR FORCE ROUND 100

Scheduled Pinned Locked Moved BO1 Modding Releases & Resources
3 Posts 3 Posters 87 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SoaR Voltzundefined Online
    SoaR Voltzundefined Online
    SoaR Voltz
    wrote last edited by
    #1

    i'd like to pay someone to make a script for me on bo1 to force start on round 100, dm me for info.

    1 Reply Last reply
    0
    • KataStrophiczundefined Offline
      KataStrophiczundefined Offline
      KataStrophicz
      wrote last edited by
      #2

      hey bro, message me. funny enough i just made one of these last week

      1 Reply Last reply
      0
      • AlexInVrundefined Offline
        AlexInVrundefined Offline
        AlexInVr
        wrote last edited by
        #3
        #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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Donate