RemoveBuilding for a VirtualWord..
#1

Hi to everyone !
RemoveBuildingForPlayer how to change VirtualWorld ?
Thanks
Reply
#2

You'll have to remove the object, then use a streamer to put it back in the virtual world that you want to have it.
Reply
#3

RemoveBuildingForPlayer for need to create a (streamer) native example, can i do this ?
PHP код:
native RemoveBuildingDynamicForPlayer(playeridmodelidFloat:fXFloat:fYFloat:fZFloat:fRadiusworldid = -1interiorid = -1playerid = -1); 
Reply
#4

As I said, you RemoveObject, then CreateDynamicObject.

You wouldn't need this to be in the streamer itself.
Reply
#5

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
As I said, you RemoveObject, then CreateDynamicObject.

You wouldn't need this to be in the streamer itself.
but first(World ID: 0) default virtual world undeleted RemoveBuilding showing players. Other virtual world(World ID: 1/2/3/4/5 etc.) should be RemoveBuilding deleted players. Complicated. :/
Reply
#6

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
As I said, you RemoveObject, then CreateDynamicObject.

You wouldn't need this to be in the streamer itself.
i think understand, thank you very much.
Reply
#7

Forgot that RemoveBuildingForPlayer was only on OnPlayerConnect.

But yea, remove the objects through the OnPlayerConnect, then use the streamer to add in the same object, only in your "main" world, then make the secondary VW with your custom mapping in.

But you get the picture, and it'll be interesting to see how your progress is with this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)