[Release] Set Money On Spawn Zombies
-
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
-
This post is deleted!
-
hey, just wondering if this still works or if its any different, etc?
-
n00bie You are asking this guy almost a year and 5 months later if a 9 line script still works?!
//locked
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