01.01.2015, 11:05
Hi! I need help with some problem with objects in virtal world.
I have made this object and put it in virtual world 17
And I made this command
And I made this object in virtual world 0
But If I teleport to object 1 (stunts) why does it show me the object 2?
Please how to make that object 2 won't be shown in virtual world 0
I made teleport to object 2 with
I don't get it what's wrong?
I use streamer anyway!
I have made this object and put it in virtual world 17
Код:
OBJECT 1 CreateDynamicObject(978, -2082.315918, -136.974884, 35.160534, 0.0000, 0.0000, 89.1267,17);
Код:
CMD:stunts(playerid) { SetPlayerVirtualWorld(playerid,17); SetPlayerPos...... return 1; }
Код:
OBJECT 2 CreateDynamicObject(978, -2082.315918, -136.974884, 35.160534, 0.0000, 0.0000, 89.1267,0);
Please how to make that object 2 won't be shown in virtual world 0
I made teleport to object 2 with
Код:
SetPlayerVirtualWorld(playerid,0);
I don't get it what's wrong?
I use streamer anyway!