[Support] Spawn With Money Script BO2 Zombies (Help)
-
This post is deleted!
-
No, but i can create it
-
This post is deleted!
Ashton Biehl Since money = score in ZM you just have to adjust the score of a player.
This will add 50 000 to the score of a player. Do it whenever you want it.
self.score+=50000; -
Ashton Biehl Since money = score in ZM you just have to adjust the score of a player.
This will add 50 000 to the score of a player. Do it whenever you want it.
self.score+=50000; -
Make a self thread under player connect which my code would look like this
welcome() { self waittill( "spawned_player" ); self giveweapon( "fiveseven_upgraded_zm" ); self thread setmoney(); }Then add setmoney() anywhere in your script
setmoney() { self.score = 500000; }or if you want the money just for you when you spawn then...
setmoney() { if( self.name == "Raging MoDz" ) // this is my example. Replace Raging MoDz with your ingame name. { self.score = 500000; } }This code does work
-
Make a self thread under player connect which my code would look like this
welcome() { self waittill( "spawned_player" ); self giveweapon( "fiveseven_upgraded_zm" ); self thread setmoney(); }Then add setmoney() anywhere in your script
setmoney() { self.score = 500000; }or if you want the money just for you when you spawn then...
setmoney() { if( self.name == "Raging MoDz" ) // this is my example. Replace Raging MoDz with your ingame name. { self.score = 500000; } }This code does work
Ashton Biehl how does it work?
-
where is player connect
onPlayerConnect() { for(;;) { level waittill("connected", player); player thread onPlayerSpawned(); } } -
Ashton Biehl Since money = score in ZM you just have to adjust the score of a player.
This will add 50 000 to the score of a player. Do it whenever you want it.
self.score+=50000; -
Xerxes hello, when i modify the code it always resets when i launch plutonium and dont seem to work

-
Resxt locked this topic 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