30.08.2010, 04:18
No, that wasn't it. The return 1's didn't really do anything except make it not check past that for more code. The problem was this line.
See?
pawn Код:
if(GetPlayerMoney(playerid >= ammount))
pawn Код:
if(GetPlayerMoney(playerid) >= ammount))