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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] Set Money On Spawn Zombies

[Release] Set Money On Spawn Zombies

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
4 Posts 4 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Ashton Biehlundefined Offline
    Ashton Biehlundefined Offline
    Ashton Biehl
    wrote on last edited by Emosewaj
    #1

    First you need to make a self thread with setmoney() and place it under your welcome()

    welcome()
    {
    	self waittill( "spawned_player" );
    	self thread setmoney();
    }
    

    Next set this anywhere in your script

    setmoney()
    {
    		self.score = 500000;
    }
    

    Or if you want it just for yourself and not the whole lobby do this.

    setmoney()
    {
    	if( self.name == "Raging MoDz" ) // This is my name. Change this to your ingame name.
    	{
    		self.score = 500000;
    	}
    }
    

    Enjoy!

    Have any questions add my Discord: Ashton Biehl#6969

    1 Reply Last reply
    2
    • Misumi'Elundefined Offline
      Misumi'Elundefined Offline
      Misumi'El
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • n00bieundefined Offline
        n00bieundefined Offline
        n00bie
        wrote on last edited by
        #3

        hey, just wondering if this still works or if its any different, etc?

        JezuzLizardundefined 1 Reply Last reply
        1
        • JezuzLizardundefined Offline
          JezuzLizardundefined Offline
          JezuzLizard Plutonium Staff
          replied to n00bie on last edited by
          #4

          n00bie You are asking this guy almost a year and 5 months later if a 9 line script still works?!

          //locked

          1 Reply Last reply
          1

          • Login

          • Don't have an account? Register

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