Posts: 590
Threads: 143
Joined: Aug 2011
Reputation:
0
hi was wondering if anyonecan help me with making a rank system
that works off the score inmy game mode
say 100 score is newbie
200+is experienced noob etc ?
but would also like it that when a player reaches the score to next rank it says to all players
such player is now a newbie
Posts: 239
Threads: 1
Joined: Jul 2010
Reputation:
0
Have a go at creating this yourself. If you have any issues, come back here and post them. All you have to do is look at the wiki and find the GetPlayerScore function.
Posts: 590
Threads: 143
Joined: Aug 2011
Reputation:
0
thanksyou im going to try create it myself .
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Create an array of the score needed for each rank, a variable to store the player's current rank, and make a GivePlayerScore function to handle levelling up and because it's easier than using SetPlayerScore.
Posts: 590
Threads: 143
Joined: Aug 2011
Reputation:
0
ok thankyou, also i need help to stop the vehicles blowing up, i want them to turn off the engine instead, i just cant think where to put it the code i have
Posts: 590
Threads: 143
Joined: Aug 2011
Reputation:
0
im new to scripting so i willmost probably struggle to do it , do u have team viewer
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Didn't I just give you the code?