Gates that close automatically
#3

in gate command after the moveobject to open the gate

pawn Код:
SetTimer("closegate", 10000, 0); // 10000 opens it for 10 seconds
then make a new public like:

pawn Код:
public closegate()
{
    MoveObject(object,1273.041992,-1270.346191,11.955486, 3.00);
    return 1;
}
so when the timer is done, it gets the closegate public we made, and it starts it.
Reply


Messages In This Thread
Gates that close automatically - by phatlaced - 29.09.2010, 02:41
Re: Gates that close automatically - by Scenario - 29.09.2010, 02:49
Re: Gates that close automatically - by Hal - 29.09.2010, 02:53
Re: Gates that close automatically - by phatlaced - 29.09.2010, 03:38

Forum Jump:


Users browsing this thread: 2 Guest(s)