13.07.2012, 11:49
Hey , I maked my own coins system , and i don't know how to give player some coins when player finish a job with checkpoints ...
Here is the Enum :
What I need to put at the last checkpoint ?
Thx
Here is the Enum :
Код:
enum PLAYER_MAIN { Coins } new pInfo[MAX_PLAYERS][PLAYER_MAIN];
Thx