Posts: 211
Threads: 26
Joined: Sep 2010
Reputation:
0
How would i create ranks that appear over the players head? Like, "Noob", "Player", "God" and they automatically promote when you hit a certain score? thanks
Posts: 293
Threads: 35
Joined: Jan 2010
Reputation:
0
You will need these functions:
Create3DTextLabel
Attach3DTextLabelToPlayer
Update3DTextLabelText
Check the wiki for more info on how to use them.
Just create a label, check the players rank, and edit the string. Whenever the players' score increases, check if they reached a new rank/level, and edit the label to suit their new rank/level.
Posts: 211
Threads: 26
Joined: Sep 2010
Reputation:
0
a little more help please :P
Maybe an example? thanks