15.12.2012, 10:29
Very nice tips, cessil. However, I don't understand on the Complete Server Side Money this line.
What should we store on the maxcash?
pawn Code:
if(GetPVarInt(playerid,"cash") > GetPVarInt(playerid,"maxcash")) SetPVarInt(playerid,"maxcash",GetPVarInt(playerid,"cash"));//if they have a new maximum cash then set it.