Posts: 1,679
Threads: 232
Joined: Nov 2009
Reputation:
0
So guys i want to remember how i can make a simple score system which doesnt allow several skins to be used if they dont have the needeed score example if they want to be umm army? they need to have 700+ score.. else they cant choose .. can someone show me an example .. how to do it.. is there any trick with OnPlayerRequestSpawn callback?
Posts: 371
Threads: 5
Joined: Oct 2007
Reputation:
0
Yes OnPlayerRequestSpawn should be the right public but first at all you need to load some score to check if the player can choose this team or not.
Posts: 1,679
Threads: 232
Joined: Nov 2009
Reputation:
0
I am thinking a small system of teams though
Posts: 1,679
Threads: 232
Joined: Nov 2009
Reputation:
0
Nevermind ok thanks i solved it