Annoying issue with 'expected token'
#1

pawn Код:
new edt = Editing[playerid];
                new rankedt = RankEditing[playerid];
                if(!strlen(inputtext))
                    return ShowPlayerDialog(playerid, DIALOG_F_EDITNAME,DIALOG_STYLE_INPUT,"{00c982}FACTION EDIT","{b7ba00}New rank name {ff0000}{You need to actually fill it out!):","Set","Cancel");
                format(FactionRank[edt][rankedt], sizeof(FactionRank[edt][rankedt]),"%s",inputtext);
Errors show:
pawn Код:
rp.pwn(1993) : error 001: expected token: "]", but found "-identifier-"
rp.pwn(1993) : warning 215: expression has no effect
rp.pwn(1993) : error 001: expected token: ";", but found "]"
rp.pwn(1993) : error 029: invalid expression, assumed zero
rp.pwn(1993) : fatal error 107: too many error messages on one line
Line 1993 is the format line.
Reply


Messages In This Thread
Annoying issue with 'expected token' - by printer - 26.03.2014, 11:21
Re: Annoying issue with 'expected token' - by Blademaster680 - 26.03.2014, 11:25
Re: Annoying issue with 'expected token' - by printer - 26.03.2014, 11:26
Re: Annoying issue with 'expected token' - by Konstantinos - 26.03.2014, 11:27
Re: Annoying issue with 'expected token' - by printer - 26.03.2014, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)