SA-MP Forums Archive
Error help - 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: Error help (/showthread.php?tid=455536)



Error help - Tuntun - 02.08.2013

Number 68 line is:
pawn Код:
unx[playerid] = MisLocations[MisRand][UnloadX];
And error is:
Код:
D:\Trucking\filterscripts\123.pwn(68) : error 017: undefined symbol "unx"
D:\Trucking\filterscripts\123.pwn(68) : warning 215: expression has no effect
D:\Trucking\filterscripts\123.pwn(68) : error 001: expected token: ";", but found "]"
D:\Trucking\filterscripts\123.pwn(68) : error 029: invalid expression, assumed zero
D:\Trucking\filterscripts\123.pwn(68) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: Error help - Necip - 02.08.2013

Hmm, try this:
pawn Код:
new unx[MAX_PLAYERS];



Re: Error help - Tuntun - 02.08.2013

Added on top and getting this:
Код:
D:\Trucking\filterscripts\123.pwn(68) : warning 213: tag mismatch
D:\Trucking\filterscripts\123.pwn(69) : error 017: undefined symbol "uny"
D:\Trucking\filterscripts\123.pwn(69) : warning 215: expression has no effect
D:\Trucking\filterscripts\123.pwn(69) : error 001: expected token: ";", but found "]"
D:\Trucking\filterscripts\123.pwn(69) : error 029: invalid expression, assumed zero
D:\Trucking\filterscripts\123.pwn(69) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: Error help - Necip - 02.08.2013

Do it with uny also. Like
pawn Код:
new uny[MAX_PLAYERS];