error 001: expected token: ";", but found "]" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 001: expected token: ";", but found "]" (
/showthread.php?tid=494086)
error 001: expected token: ";", but found "]" -
KaliKs - 11.02.2014
hey guys you have any ideas about this?
Line:12100
Code
Код:
switch(MissionData[playerid][player_misstype]
thanks
Re: error 001: expected token: ";", but found "]" -
Dana_scully - 11.02.2014
missing )
Re: error 001: expected token: ";", but found "]" -
BreakFire - 11.02.2014
Hello, you forgot a bracket :
PHP код:
switch(MissionData[playerid][player_misstype]
To:
PHP код:
switch(MissionData[playerid][player_misstype])
Re: error 001: expected token: ";", but found "]" -
KaliKs - 11.02.2014
still ...
Код:
error 001: expected token: ")", but found "["
Код:
switch(MissionData[playerid][player_misstype])
Re: error 001: expected token: ";", but found "]" -
[EnErGyS]KING - 11.02.2014
Can you show all code(from that function)