Object loading related
#3

Well assuming that you don't use an object streamer, and you use pawno of 0.3x
You can control the view distance via the last parameter
example from the wiki page
Код:
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0); //if you leave the last param empty it will show from  the default distance.
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 250.0); //adding the 250 the object will be shown at 250.0 units/feet or what ever.
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 50000.0); //The object won't be shown from 50000.0 unit, because the limit is 300
Reply


Messages In This Thread
Object loading related - by Feastahashi - 31.03.2013, 17:03
Re: Object loading related - by Feastahashi - 31.03.2013, 17:44
Re: Object loading related - by DaRk_RaiN - 31.03.2013, 17:48
Re: Object loading related - by Feastahashi - 31.03.2013, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)