Error help
#1

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

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

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.
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)