SA-MP Forums Archive
Virtual Worlds - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Virtual Worlds (/showthread.php?tid=140857)



Virtual Worlds - ScottCFR - 10.04.2010

I know that theres ways to set vehicles in virtual worlds, But is there a way to set objects?


Re: Virtual Worlds - Gamer_Z - 10.04.2010

Object streamer, CreatePlayerObject, if(GetPlayerVirtualWorld(id))CreateObject etc...


Re: Virtual Worlds - Cardinaal - 10.04.2010

Thanks that helped me too.


Re: Virtual Worlds - ScottCFR - 10.04.2010

So basically, I just change the objects to OnPlayerSpawn?

Код:
OnPlayerSpawn(playerid)
{
	CreateDynamicObject(1660, -2047.12, -108.92, 34.16, 0.00, 0.00, 0.00, -1, -1, -1, 200);
      return 1;
}
Something like this?

(I use incognito's streamer)


Re: Virtual Worlds - Gamer_Z - 10.04.2010

ye in incognito's you have this parameter, use it wisely