19.04.2013, 18:55
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 ) );