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

Plutonium

ideadhottyundefined

ideadhotty

@ideadhotty
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
3
Following
3

Posts

Recent Best Controversial

  • server side zombie counter
    ideadhottyundefined ideadhotty

    Sorex oh ok thanks i didnt think that would make it so everyone can see it but thank you

    BO2 Modding Support & Discussion zombies

  • server side zombie counter
    ideadhottyundefined ideadhotty

    i want a zombie counter for server side that shows anyone in the private game how many zombies are left is this possible at all if so how

    BO2 Modding Support & Discussion zombies

  • why does this script not work
    ideadhottyundefined ideadhotty

    i dont understand why its not working and is crashing or not letting me get in to the game

    #include maps\mp\_utility;
    #include common_scripts\utility;
    #include maps\mp\zombies\_zm;
    #include maps\mp\zombies\_zm_utility;
    
    init()
    {
    	level.clientid = 0;
    	level.perk_purchase_limit = 9;
    	level thread onplayerconnect();
    }
    
    onplayerconnect()
    {
    	for ( ;; )
    	{
    		level waittill( "connecting", player );
    		player.clientid = level.clientid;
    		player thread onplayerspawned();
    		level.clientid++;
    	}
    }
    
    onplayerspawned()
    {
    	level endon( "game_ended" );
            self endon( "disconnect" );
    	
    	for(;;)
    	{
    		self welcome();
    	}
    }
    
    welcome()
    {
        self waittill( "spawned_player" );
        self maps/mp/zombies/_zm_perks::give_perk( "specialty_armorvest" );
        wait 7;
        self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
    }
    
    BO2 Modding Support & Discussion

  • how can i get multiple scripts at once?
    ideadhottyundefined ideadhotty

    but one of the source codes are already encrypted so i cant work them together but what do i do with the scripts folder thing

    BO2 Modding Support & Discussion

  • how can i get multiple scripts at once?
    ideadhottyundefined ideadhotty

    i want to get 2 different scripts on the server but one is already compiled so i can not put it in any help or suggestions would be grateful

    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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