Quote:
Originally Posted by the_chaoz
pawn Код:
if(Pinfo[playerid][money] > GetPLayerMoney(playerid)){ //what ever u want to do
|
That would be the same, with GetPlayerCash, if you see what my stock includes?
Well i tried that too just in case, but it still set's my Money and pMoney to 0$...
Quote:
Originally Posted by yanir3
Well, you made a mistake, I guess.
I guess it's
PlayerInfo[i][pMoney] = GetPlayerCash(i);
|
This way it will get players pMoney, and sets it to pMoney, doesnt make sense... :S