SA-MP Forums Archive
Getting errors Cant find where is problem :S - 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: Getting errors Cant find where is problem :S (/showthread.php?tid=349608)



Getting errors Cant find where is problem :S - Audi_Quattrix - 09.06.2012

Hello!
Its me again,This time i got problem and I dont know where...

Errors:
pawn Код:
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : error 017: undefined symbol "gPlayerLogged"
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : warning 215: expression has no effect
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : error 001: expected token: ";", but found "]"
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : error 029: invalid expression, assumed zero
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Gamemode:
http://pastebin.com/AbNs1Wka

Hope you will help

Thanks before by Audi_Quattrix...


Re: Getting errors Cant find where is problem :S - .FuneraL. - 09.06.2012

pawn Код:
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : error 017: undefined symbol "gPlayerLogged"
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : warning 215: expression has no effect
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : error 001: expected token: ";", but found "]"
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : error 029: invalid expression, assumed zero
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(244) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
In Top of Mode :

pawn Код:
new gPlayerLogged[MAX_PLAYERS];



Re: Getting errors Cant find where is problem :S - Audi_Quattrix - 09.06.2012

Check line 128 Then


Re: Getting errors Cant find where is problem :S - MadeMan - 09.06.2012

Remove these lines

pawn Код:
#if defined FILTERSCRIPT
#else
#endif



Re: Getting errors Cant find where is problem :S - Audi_Quattrix - 09.06.2012

Little better,But some errors still


Re: Getting errors Cant find where is problem :S - MadeMan - 09.06.2012

Quote:
Originally Posted by Audi_Quattrix
Посмотреть сообщение
Little better,But some errors still
What errors?


Re: Getting errors Cant find where is problem :S - Audi_Quattrix - 09.06.2012

pawn Код:
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(176) : error 010: invalid function or declaration
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(181) : error 010: invalid function or declaration
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(187) : error 010: invalid function or declaration
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(328) : error 017: undefined symbol "playerid"
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(328) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(328) : error 036: empty statement
C:\Users\asus\Desktop\Server\gamemodes\NewGM.pwn(328) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


7 Errors.