colandreas crashes pawno - 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: colandreas crashes pawno (
/showthread.php?tid=662983)
colandreas crashes pawno -
DomnulRafael - 17.01.2019
new tmpobjid;
tmpobjid = CA_CreateDynamicObject_SC(11694, -1921.578735, -1264.976806, 24.261392, 0.000000, 0.000000, -151.500045, -1, -1, -1, 500.00, 500.00);
SetDynamicObjectMaterial(tmpobjid, 0, 19480, "signsurf", "sign", 0x00000000);
SetDynamicObjectMaterial(tmpobjid, 1, 19480, "signsurf", "sign", 0x00000000);
error 017: undefined symbol "CA_CreateDynamicObject_SC
#include <a_samp>
#include <colandreas>
#include <streamer>
what's the problem?
i read on the forum that i have to include the streamer first, but it crashes pawno.. i tried with an older version of colandreas and it doesn't crash anymore