18.01.2013, 12:01
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
Or
When I try to compile "attachments"
I get these errors
Server config:
includes
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?
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.
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.
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
Код:
#include <a_samp> #include <zcmd> #include <sscanf2> #include <streamer> #include <YSI\y_ini> #include <damn> #include <OPSP> #include <exp>
Can you help me with this?