Problem with textured objects. - 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: Problem with textured objects. (
/showthread.php?tid=647056)
Problem with textured objects. -
Daniielk - 29.12.2017
Well, i made some roads in the ventures and everything went very well. Now, i wanted to change them to textured objects and strangely the objects disappeared, technically none of them appear, in the samp_server.exe console i have a dynamic objects counter if they are highlighted they but do not appear. Maybe it's lag?
Re: Problem with textured objects. -
Daniielk - 29.12.2017
any help?
Re: Problem with textured objects. -
Cubie - 29.12.2017
Code?
Re: Problem with textured objects. -
Daniielk - 29.12.2017
Quote:
Originally Posted by Cubie
Code?
|
a simple example
PHP код:
roads[0] = CreateDynamicObject_FR(19650, 2476.074707, -1690.993530, 12.124689, 0.000000, 0.000000, 0.000000);
SetDynamicObjectMaterial(roads[0], 0, 19789, "mattubes", "PurpleDirt1", COLOR_GREEN);