08.06.2013, 16:35
Hello, why this code working not the player get not the money at the green moneybar:
Код:
stock GivePlayerMoneyEx(playerid,money) { new str[64]; format(str,sizeof(str),"+$%i",money); PlayerInfo[playerid][pCash] += money; return 1; }