How to make moving gates
#2

Moveobject, you have to save the object id and use it in MoveObject function.
example:
pawn Код:
new gate;

public OnGameModeInit()
{
    gate=CreateObject(...);//saving id in (global)variable.
    return 1;
}
Reply


Messages In This Thread
How to make moving gates - by Vasu99 - 09.09.2012, 10:15
Re: How to make moving gates - by Roko_foko - 09.09.2012, 10:16
Re: How to make moving gates - by clarencecuzz - 09.09.2012, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)