13.01.2011, 03:38
Make a saved variable like
at the top of the script
and then save/load it
then set the variable to 0 (or false) when they type /starter
or you can just give players starter money when they register :\
Код:
new StarterMoneyGiven[MAX_PLAYERS];
and then save/load it
then set the variable to 0 (or false) when they type /starter
or you can just give players starter money when they register :\