09.09.2012, 10:16
Moveobject, you have to save the object id and use it in MoveObject function.
example:
example:
pawn Код:
new gate;
public OnGameModeInit()
{
gate=CreateObject(...);//saving id in (global)variable.
return 1;
}

