20.01.2016, 16:57
Delete all of this and make a timer which repeats himself every 1000 - 1500ms and then add in it a new function:
if you didn't have the stock:
PHP код:
SetPlayerMoney(playerid,PlayerInfo[playerid][pMoney]);
PHP код:
stock SetPlayerMoney(playerid,howmuch)
{
PRIVATE_Last_Money[playerid]=howmuch;
return GivePlayerMoney(playerid,howmuch-GetPlayerMoney(playerid));
}