Help me Please - 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: Help me Please (
/showthread.php?tid=503335)
Help me Please -
Visatara - 29.03.2014
When i am trying to compile my gamemode this error coming
Код:
undefined symbol "SetDynamicObjectMaterial"
undefined symbol "SetDynamicObjectMaterial"
undefined symbol "SetDynamicObjectMaterial"
undefined symbol "SetDynamicObjectMaterial"
undefined symbol "SetDynamicObjectMaterial"
Please Help Me
Re: Help me Please -
EiresJason - 29.03.2014
Do you have the latest streamer files found
here?
Re: Help me Please -
Visatara - 29.03.2014
Now this error comming
Код:
error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Re: Help me Please -
EiresJason - 29.03.2014
Place this near the top of your script. (Under the #include lines)
pawn Код:
#define BULLET_HIT_TYPE_PLAYER_OBJECT 4
Re: Help me Please -
Visatara - 29.03.2014
Not fixed
Код:
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <sscanf2>
#include <timerfix>
#include <foreach>
#include <VehicleMatrix>
#include <modifiyemenu>
#include <mSelection>
#include <xml>
#define FP_MASTER
#include <antihile>
i place here but not fixed..