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

Plutonium

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

[PAYING] WTB SCRIPT FOR FORCE ROUND 100

Scheduled Pinned Locked Moved BO1 Modding Support & Discussion
4 Posts 4 Posters 577 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 Offline
    SoaR Voltzundefined Offline
    SoaR Voltz
    wrote on 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 on 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 on 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
        1
        • r3al-k9mundefined Offline
          r3al-k9mundefined Offline
          r3al-k9m
          wrote on last edited by
          #4

          idk how to make it work

          1 Reply Last reply
          0
          • Xerxesundefined Xerxes moved this topic from BO1 Modding Releases & Resources on

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          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