Trying OnObjectMoved( to make one object move to different locations
#7

umm so you need it like this...
pawn Code:
// on top
new object;
//on init
object = CreateObject(...);
//on moved
if(objectid==object)
{
// do something here with the object
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)