03.03.2015, 22:53
It's possible to make some objects to appear only when a player type a command? and see in a different virtual world?.i mean in virtual world 0 if i go there i don't wanna see the objects.Only if i type the command
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
new myobject; when player types command : myobject = CreateDynamicObject .... when he wants to remove the object with a commad : DestroyDynamicObject(myobject);