11.03.2012, 05:48
hi i'm current making my script.
the problem is i get some error at this part
error
help ASAP.
the problem is i get some error at this part
pawn Код:
//This is from OnDialogResponse
/* DIALOG_BANKW */
if(GetPlayerMoney(playerid) > inputtext) return SendClientMessage(playerid, -1, "You do not have enough cash to withdraw that cash!"); //the problem is here
dini_IntSet(file, "WithDraw", inputtext); //the problem is here too!
Код:
error 033: array must be indexed (variable "inputtext") error 035: argument type mismatch (argument 3)