Visual World, Please help
#1

Hey, i just want to know how do i make a virtual world.

i mean so when you type something like /war it will remove all the stunt objects and place the war objects there and
when you type /stunt again it will remove the war objects and put the stunts back.

But also i want it a visual world so people can stunt and people can war but they cannot see each other.

Thanks.
Reply
#2

dont you mean virtual world?
Reply
#3

You will need an object streamer, that supports creating objects in specific virtual worlds. Sa-mp cant do this alone.
Then just create all the stunt objects in one world, and the war objects in another one.
To change them, you then just need to set the players virtual world.
Reply
#4

Virtual Worlds just make other players invisible if they are in other VWs, but if you use an object streamer, you can set the objects's VW too.

Offtopic: Mauzen was quicker
Reply
#5

When you are making objects, you put his virtual world in format, like SetPlayerCheckpoint(bla, bla, virtualworld);
Understand?
and also
Код:
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
		SetPlayerVirtualWorld(playerid, 1); // Change this 1, it's virtual world
		return 1;
	}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)