SA-MP Forums Archive
error - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error (/showthread.php?tid=189640)



error - Airingas - 12.11.2010

C:\Users\PC\Desktop\editas\GRP4\gamemodes\GRP4.pwn (16187) : error 017: undefined symbol "YSI_g"
C:\Users\PC\Desktop\editas\GRP4\gamemodes\GRP4.pwn (16187) : warning 215: expression has no effect
C:\Users\PC\Desktop\editas\GRP4\gamemodes\GRP4.pwn (16187) : error 001: expected token: ")", but found ";"
C:\Users\PC\Desktop\editas\GRP4\gamemodes\GRP4.pwn (16187) : error 036: empty statement
C:\Users\PC\Desktop\editas\GRP4\gamemodes\GRP4.pwn (16187) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Help plz
foreach ( Player, ID )


Re: error - Mean - 12.11.2010

Mind if we see thoose lines?


Re: error - Airingas - 13.11.2010

Quote:
Originally Posted by Mean
Посмотреть сообщение
Mind if we see thoose lines?
16187: foreach ( Player, ID )


Re: error - Retardedwolf - 13.11.2010

pawn Код:
foreach(Player, i)
I don't know why you can't have spaces for some reason with that function maybe ask ****** / Y.


Re: error - Airingas - 13.11.2010

forward Saves();
public Saves()
{
foreach ( Player, ID )
{
SavePlayerData (ID, false );
}
return 1;
}