Quote:
Originally Posted by Knappen
pawn Код:
GivePlayerMoneyEx(playerid, cashs) { pL[playerid][Moneys] += cashs; ResetPlayerMoney(playerid); GivePlayerMoney(playerid, pL[playerid][Moneys]); }
|
The problem isn't in the set value of money but on the value the function GetPlayerMoney return. Look the console... suddenly the return value is zero and then back to 1500, without my money is changed.
sorry for my bad english.