Problem add object is transparent ???
#1

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.
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)