What the...??
#1

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

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];
Reply
#3

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)