Weird errors? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Weird errors? (
/showthread.php?tid=168798)
Weird errors? -
sekol - 17.08.2010
I really don't know what's wrong!!
Код:
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(1108) : error 001: expected token: ";", but found "["
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(1108) : error 029: invalid expression, assumed zero
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(1108) : error 017: undefined symbol "pHouseCarX"
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(1108) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Error LINE:
Код:
new Float:Carx = PlayerInfo[playerid][pHouseCarX];///////////////////////ERROR LINE!
new Float:Cary = PlayerInfo[playerid][pHouseCarY];
new Float:Carz = PlayerInfo[playerid][pHouseCarZ];
new Float:Carangle = PlayerInfo[playerid][pHouseCarAngle];
new CarId = PlayerInfo[playerid][pHouseCarId];