Unable to compile, stumped.
#1

Код:
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]) {
Reply
#2

Anyone help?
Reply
#3

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

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;
Reply
#5

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

Can you teamviewer with me?
Reply
#7

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)