15.09.2014, 05:09
Is there a callback of somesort to check if a player picked up money or got money? I'm trying to save money on my server but I cannot find a way to check the money a player has and set it. Thanks
![Cheesy](images/smilies/biggrin.png)
Sorry to bump but I am actually curious as how to give the player the money saved in the value :P
|
OnPlayerSpawn(playerid)
{
GivePlayerMoney(playerid, YourMoneyVar[playerid])
return 1;
}