SA-MP Forums Archive
Problem - 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 (/showthread.php?tid=353105)



Problem - God'Z War - 22.06.2012

Hi Guys,
I need help of you guys.i have create class selection in the place of my maps but when i join in server my maps are not loading on Class selection time.plz help me solve this problem


Re: Problem - iggy1 - 22.06.2012

If your using the streamer you will need to call Streamer_UpdateEx so the streamer loads the objects at that position.

pawn Код:
native Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1);
Or you can just use CreateObject.


Re: Problem - God'Z War - 22.06.2012

i am using CreateDynamicObject


Re: Problem - God'Z War - 22.06.2012

Where i should add
Quote:

native Streamer_UpdateEx(playerid, Float, Float:y, Float:z, worldid = -1, interiorid = -1);




Re: Problem - iggy1 - 22.06.2012

Before you use SetPlayerPos.


Re: Problem - God'Z War - 22.06.2012

On
public OnPlayerRequestClass(playerid, classid)
?