how to MAke this auto gate on command
#2

pawn Код:
if (strcmp("/MoveGatePlease", cmdtext, true, 10) == 0)
    {
        if(IsPlayerInRangeOfPoint(i, 10.0, -766.9352, 92.1028, 192.3989))
        {
            MoveObject(AutomaticGate, -766.9352, 92.1028, 192.3989, 5.0);
        }
        return 1;
    }
Reply


Messages In This Thread
how to MAke this auto gate on command - by peterRook - 21.04.2011, 03:00
Re: how to MAke this auto gate on command - by Kitten - 21.04.2011, 05:29
Re: how to MAke this auto gate on command - by peterRook - 21.04.2011, 13:31
Re: how to MAke this auto gate on command - by Max_Coldheart - 21.04.2011, 13:36

Forum Jump:


Users browsing this thread: 2 Guest(s)