SA-MP Forums Archive
Problem add object is transparent ??? - 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 add object is transparent ??? (/showthread.php?tid=297446)



Problem add object is transparent ??? - boota - 15.11.2011

Helo this is my first post and i found lots of help on this forum so far , now i have question (and i not found on web any good help about it)

Problem:

Adding object with command create object , object be created then after i restart my server i get transparent object ( object still has all "walls" but is invisible to player )
How to fix it ?
After create object i have colors on walls , after restart still have object but no colors is transparent < Why ?
I use code to create
CreateObject(14795, -1406.90, 390.89, -9.79, 0.00, 0.00, 0.00);

Tnx to all for any help , sorry for bad english.


AW: Problem add object is transparent ??? - Babul - 16.11.2011

you missed the drawdistance - look @ https://sampwiki.blast.hk/wiki/CreateObject and try
Код:
CreateObject(14795, -1406.90, 390.89, -9.79, 0.00, 0.00, 0.00,200.0);