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.
new DriftTD[200];
new Float:ppos[200][3];
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 Код:
|