#1

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

Mind if we see thoose lines?
Reply
#3

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)