SA-MP Forums Archive
What the...?? - 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: What the...?? (/showthread.php?tid=158749)



What the...?? - XxerykxX - 10.07.2010

Hello. I am getting funny errors (defines o.o) This is my script: http://pastebin.com/Qa9UFJ2Z

My Errors:
Код:
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(59) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(60) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(61) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(62) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(63) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(64) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(65) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(66) : error 017: undefined symbol "DriftTD"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(88) : error 017: undefined symbol "wlaczone"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(97) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(98) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(99) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(113) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(115) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(115) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(115) : error 017: undefined symbol "ppos"
C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(115) : fatal error 107: too many error messages on one line

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


17 Errors.
Can anyone help me ?


Re: What the...?? - Betamaster - 11.07.2010

Undefined symbol "DriftTD" ... where in your script is this defined?
Undefined symbol "ppos" ... where in your script is this defined?

Stranglely, the funny errors are telling you what is wrong. Weird.

pawn Код:
new DriftTD[200];
new Float:ppos[200][3];



Re: What the...?? - Dennis - 11.07.2010

new DriftTD[ 128 ];
new Float:[no space here]ppos[ 128 ];


Re: What the...?? - MikkelGutten - 11.07.2010

Quote:
Originally Posted by Betamaster
Посмотреть сообщение
Undefined symbol "DriftTD" ... where in your script is this defined?
Undefined symbol "ppos" ... where in your script is this defined?

Stranglely, the funny errors are telling you what is wrong. Weird.

pawn Код:
new DriftTD[200];
new Float:ppos[200][3];
As he said.

I Lol'd at the part with "Funny Errors"


Re: What the...?? - XxerykxX - 11.07.2010

Look on line 183 , 184 , 185 , 188 ... DriftTD is textdraw