Virtual Worlds
#1

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

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

Thanks that helped me too.
Reply
#4

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)
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)