is there a way
#3

https://sampwiki.blast.hk/wiki/OnObjectMoved

Example:
pawn Код:
public OnObjectMoved(objectid)
{
    if(objectid == myobject1)
    {
        MoveObject(myobject2, ...);
        //etc.
    }
    return 1;
}
Reply


Messages In This Thread
is there a way - by Kristopher_Wasserman - 29.01.2013, 06:33
Re: is there a way - by Apenmeeuw - 29.01.2013, 06:55
Re: is there a way - by Threshold - 29.01.2013, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)