SA-MP Forums Archive
object not loading during class selection. - 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: object not loading during class selection. (/showthread.php?tid=330656)



object not loading during class selection. - Crazyboobs - 02.04.2012

why my mta object not loading during class selection?
i made a mta for my class selection but while class slection it is not loading the player is just standing in air.
how to fix it?


Re: object not loading during class selection. - Lynn - 02.04.2012

Class Selection changes your virtual world,
Make sure the objects are set to the same virtual world as your class selection.


Re: object not loading during class selection. - Crazyboobs - 02.04.2012

so can you tell me what all i should do during class selection especially with MTA objects.


Re: object not loading during class selection. - SA+MP - 02.04.2012

Ya me too wana know how to make it..


Re: object not loading during class selection. - Vince - 02.04.2012

Are you using Incognito's streamer? If so, use Streamer_UpdateEx under OnPlayerRequestClass.


Re: object not loading during class selection. - Crazyboobs - 02.04.2012

How to do that? just add
"Streamer_UpdateEx " in onplayerrequestclass?


Re: object not loading during class selection. - Crazyboobs - 02.04.2012

Help...........


AW: Re: object not loading during class selection. - Dripac - 17.02.2015

Quote:
Originally Posted by Lynn
Посмотреть сообщение
Class Selection changes your virtual world,
Make sure the objects are set to the same virtual world as your class selection.
How can i set the objects virtual world?


Re: object not loading during class selection. - CalvinC - 17.02.2015

If you are using Incognito's streamer, change worldid.
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);



AW: object not loading during class selection. - Dripac - 17.02.2015

Is it also possible with CreateObject?