Errors,from normal SA-MP functions. - 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)
+--- Thread: Errors,from normal SA-MP functions. (
/showthread.php?tid=408471)
Errors,from normal SA-MP functions. -
Tamer - 18.01.2013
Hey!
I have been facing this problem for a few weeks now. At first,I didn't really care. But now it totally prevents me to script better.
Well,my problem is..
I got all my includes okay,I have my server on 0.3e (as it says it is 0.3e RC2 on server list)
But when I try to compile a script that has a 0.3e function ex:
Interpolatecamerapos or
Код:
:\Users\Tamer\Desktop\pwn\AVT scripting\pawno\include\firstperson.inc(53) : error 017: undefined symbol "AttachCameraToObject"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Or
When I try to compile "attachments"
Код:
C:\Users\Tamer\Desktop\pwn\AVT scripting - 0.3e R2\filterscripts\attachments.pwn(325) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Tamer\Desktop\pwn\AVT scripting - 0.3e R2\filterscripts\attachments.pwn(334) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Tamer\Desktop\pwn\AVT scripting - 0.3e R2\filterscripts\attachments.pwn(355) : error 017: undefined symbol "EditAttachedObject"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
I get these errors
Server config:
Код:
echo Executing Server Config...
lanmode 1
rcon_password NO!
maxplayers 100
port 7777
hostname •• [AVT] »» Army Vs. Terrorists TDM «« [0.3e]••
mapname AVT
gamemode0 GameMode
House AntiSpam Wdrop Animations Flood Protection anti antifake
password
plugins sscanf streamer
announce 1
query 1
weburl avttdm.com
maxnpc 1
includes
Код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <YSI\y_ini>
#include <damn>
#include <OPSP>
#include <exp>
The funny thing is that they all work fine ingame,not even a single crash or something (if they are compiled somewhere else ofcourse)
Can you help me with this?
Re: Errors,from normal SA-MP functions. -
SilverKiller - 18.01.2013
Yes, Download the samp server and replace your includes in pawno folder in it with it, and done.
Re: Errors,from normal SA-MP functions. -
Sasino97 - 18.01.2013
Redownload sa-mp includes, and make sure that they are in the right folder.