17.01.2019, 19:19
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
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