dialog
#1

Код:
(1125) : error 029: invalid expression, assumed zero
Код:
(1135) : error 029: invalid expression, assumed zero
(1135) : error 001: expected token: ";", but found ")"
(1135) : error 029: invalid expression, assumed zero
(1135) : fatal error 107: too many error messages on one line
line 1125:

Код:
PlayerInfo [playerid] [pBankAccount] + = strval (inputtext);
line: 1135
Код:
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 " ) ;
Reply
#2

PHP код:
PlayerInfo[playerid][pBankAccount] += strval(inputtext); 
PHP код:
if(PlayerInfo[playerid][pBankAccount]> = strval(inputtext)) return ShowPlayerDialog(playeridDIALOG_WITHDRAWDIALOG_STYLE_INPUT"Withdraw""you do not have the amount requested , please type a new amount""Cancel""pull " ) ; 
Don't use spaces.. Remove them when you are doing something like this + =
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)