26 errors.. HELP PLS - 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: 26 errors.. HELP PLS (
/showthread.php?tid=79719)
26 errors.. HELP PLS -
XxerykxX - 30.05.2009
Hi Im Getting This Erros :
Код:
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(8989) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(8993) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(8997) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9001) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9005) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9010) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9014) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9019) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9023) : error 017: undefined symbol "OnlyPlayerTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9028) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9032) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9043) : error 017: undefined symbol "OnlyPlayerTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9048) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9098) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9102) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9107) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9111) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9115) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9120) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9124) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9129) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9141) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9146) : error 017: undefined symbol "NormalTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9151) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9156) : error 017: undefined symbol "SpeceficTele"
C:\Documents and Settings\Mariusz\Pulpit\SA-MP Server\gamemodes\SSClanS.pwn(9160) : error 017: undefined symbol "OnlyPlayerTele"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Can Somebody Help Me ?
Re: 26 errors.. HELP PLS -
Luka P. - 30.05.2009
You forgot to put some bracket in your script.
Re: 26 errors.. HELP PLS -
Klutty - 30.05.2009
Undefined symbol means that you havent define the thing you were using..
Re: 26 errors.. HELP PLS -
XxerykxX - 30.05.2009
I Dont Get You Guys
pls explain to me what i have to do to fix that
Re: 26 errors.. HELP PLS -
Luka P. - 30.05.2009
Upload script and send me download link,i will fix that for you
Re: 26 errors.. HELP PLS -
Correlli - 30.05.2009
You're missing brackets {, } or you didn't defined those functions. And next time, don't open two topics about the same thing.