how to remove objectes
#1

how, when a player teleports, when they teleport to a certain place, lets say, /glassjump, when they type that command it create the objects and when they use /exit it removes the objects, but only the glassjump objects
Reply
#2

DestroyObject(objid);
Reply
#3

You must assign a variable for each glassobject,then use the DestroyObject(objectid); function

Example:

new glassobject;

glassobject == CreateObject(....)

DestroyObject(glassobject);
Reply
#4

okay thx guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)