SA-MP Forums Archive
Error (mapping) - 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: Error (mapping) (/showthread.php?tid=596798)



Error (mapping) - Razturach - 22.12.2015

pawn Код:
test = CreateDynamicObject(19378, -1815.56, 824.562, 127.118, 0, 90, 0,worldid, interiorid, -1);
    SetDynamicObjectMaterial(test, 0, 4550, skyscr1_lan2, sl_librarycolmn2, 0); // error line
error:

pawn Код:
error 017: undefined symbol "skyscr1_lan2"



Re: Error (mapping) - Mencent - 22.12.2015

Hello!

You have to set this into the " ".
Like this:
PHP код:
SetDynamicObjectMaterial(test04550"skyscr1_lan2""sl_librarycolmn2"0); // error line 



Re: Error (mapping) - Razturach - 22.12.2015

You're the hero :P repped