SA-MP Forums Archive
Unable to compile, stumped. - 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: Unable to compile, stumped. (/showthread.php?tid=369570)



Unable to compile, stumped. - xSiiLenTx - 17.08.2012

Код:
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(48) : error 029: invalid expression, assumed zero
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10447) : error 017: undefined symbol "playerRelogging"
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10447) : warning 215: expression has no effect
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10447) : error 001: expected token: ";", but found "]"
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10447) : error 029: invalid expression, assumed zero
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10447) : fatal error 107: too many error messages on one line

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


5 Errors.
Me and my mate have been working on this game mode for a while, and we need help. Every time I try to compile, I get these errors.
This is my line 48:
Код:
new playerRelogging[MAX_PLAYERS];
Line 10447:
Код:
if(!playerRelogging[playerid]) {



Re: Unable to compile, stumped. - xSiiLenTx - 17.08.2012

Anyone help?


Re: Unable to compile, stumped. - [EnErGyS]KING - 17.08.2012

Not defined PlayerRelogging.error 001: expected token: ";", but found "]": you need to add: ";"


Re: Unable to compile, stumped. - xSiiLenTx - 17.08.2012

This sucks
Код:
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(416) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(416) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(440) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(440) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(440) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(464) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(464) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\a_zones.inc(464) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(69) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(69) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(69) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(82) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(82) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(82) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(91) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(91) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(91) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(99) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(99) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\Jalon\Documents\LSERP_OFFICIAL\pawno\include\yom_buttons.inc(99) : warning 219: local variable "Z" shadows a variable at a preceding level

C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(47) : error 029: invalid expression, assumed zero
C:\Users\Jalon\Documents\LSERP_OFFICIALRP.pwn(8828) : error 017: undefined symbol "Tracking"
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(8828) : warning 215: expression has no effect
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(8828) : error 001: expected token: ";", but found "]"
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(8828) : error 029: invalid expression, assumed zero
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(8828) : fatal error 107: too many error messages on one line

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


5 Errors.
-_-

Line 47:
Код:
new Tracking[MAX_PLAYERS];
the fuck..?
Line 8828:
Код:
PotPrice[playerid] = 0; CrackPrice[playerid] = 0; RegistrationStep[playerid] = 0; Chat[playerid] = -1;	Tracking[playerid] = -1;



Re: Unable to compile, stumped. - [EnErGyS]KING - 17.08.2012

Here: https://sampforum.blast.hk/showthread.php?pid=2059237#pid2059237


Re: Unable to compile, stumped. - xSiiLenTx - 17.08.2012

Can you teamviewer with me?


Re: Unable to compile, stumped. - xSiiLenTx - 17.08.2012

Still getting the same errors. I tried adding return 0;, but of course, didn't work.
Код:
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10493) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10495) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10496) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10497) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10503) : error 054: unmatched closing brace ("}")
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10533) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10537) : error 054: unmatched closing brace ("}")
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10538) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10542) : error 054: unmatched closing brace ("}")
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10543) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10547) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10551) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10555) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10559) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10563) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10565) : warning 215: expression has no effect
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10565) : error 001: expected token: ";", but found ")"
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10565) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10565 -- 10579) : error 010: invalid function or declaration
C:\Users\Jalon\Documents\LSERP_OFFICIAL.pwn(10565 -- 10579) : fatal error 107: too many error messages on one line

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


20 Errors.
O_O