25.11.2016, 16:45
PHP код:
PlayerInfo[playerid][pBankAccount] += strval(inputtext);
PHP код:
if(PlayerInfo[playerid][pBankAccount]> = strval(inputtext)) return ShowPlayerDialog(playerid, DIALOG_WITHDRAW, DIALOG_STYLE_INPUT, "Withdraw", "you do not have the amount requested , please type a new amount", "Cancel", "pull " ) ;