10.03.2009, 14:44
Nice script,
If you dont want to change all the GivePlayerMoney, ResetPlayerMoney and GetPlayerMoney then put this at the top of your script
that way doing GivePlayerMoney will automaticlly do TKY_GivePlayerMoney
If you dont want to change all the GivePlayerMoney, ResetPlayerMoney and GetPlayerMoney then put this at the top of your script
pawn Code:
#define GivePlayerMoney TKY_GivePlayerMoney
#define ResetPlayerMoney TKY_ResetPlayerMoney
#define GetPlayerMoney TKY_GetPlayerMoney
![Wink](images/smilies/wink.png)