11.03.2012, 06:15
Try:
pawn Код:
if(GetPlayerMoney(playerid) > strval(inputtext)) return SendClientMessage(playerid, -1, "You do not have enough cash to withdraw that cash!");
dini_IntSet(file, "WithDraw", strval(inputtext));