4 errors
#1

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 ) );
Reply
#2

/code
pawn Код:
code
-->happy
Reply
#3

i insert code now.
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)