01.07.2009, 07:29
I'm not quite sure whats up, but I know that
PlayerInfo[playerid][pBank]=PlayerInfo[playerid][pBank]-cashdeposit;
can be shortened by doing
So, your saying that if they add '+' onto the end it bugs up?
PlayerInfo[playerid][pBank]=PlayerInfo[playerid][pBank]-cashdeposit;
can be shortened by doing
pawn Код:
PlayerInfo[playerid][pBank] -= cashdeposit;