4 errors - 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: 4 errors (
/showthread.php?tid=431740)
4 errors -
alexitaly - 19.04.2013
when compiling a filterscripts me four errors:
Код:
C:\Users\domy\Desktop\samp03x_svr_R1-2_win32\gamemodes\GM.pwn(1939) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\domy\Desktop\samp03x_svr_R1-2_win32\gamemodes\GM.pwn(1939) : error 029: invalid expression, assumed zero
C:\Users\domy\Desktop\samp03x_svr_R1-2_win32\gamemodes\GM.pwn(1939) : warning 215: expression has no effect
C:\Users\domy\Desktop\samp03x_svr_R1-2_win32\gamemodes\GM.pwn(1939) : error 001: expected token: ";", but found "\"
C:\Users\domy\Desktop\samp03x_svr_R1-2_win32\gamemodes\GM.pwn(1939) : fatal error 107: too many error messages on one line
Код:
line 1939: format( str, sizeof( str ), "* %s "COL_RULE" и caduto ed и andato in acqua, ha perso il "COL_ORANGE"Fall-out"COL_RULE" minigame, "COL_LIME"in posizione: %d", PlayerName( playerid ), Iter_Count(_Minigamer ) );
Re: 4 errors -
HurtLocker - 19.04.2013
/code
-->happy
Re: 4 errors -
alexitaly - 19.04.2013
i insert code now.
Re: 4 errors -
Glad2BeHere - 19.04.2013
pawn Код:
format( str, sizeof( str ), "* %s "COL_RULE" и caduto ed и andato in acqua, ha perso il "COL_ORANGE"Fall-out"COL_RULE" minigame, "COL_LIME"in posizione: %d", PlayerName( playerid ), Iter_Count(Minigamer) );
u had
Iter_Count(_Minigamer ) change to Iter_Count(Minigamer ) as seen above