Double command.
#10

Geez, learn to indent..

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 10, 1588.9812011719, -1638.0415039063, 14.952730178833))
{
    if(!gateopen)
    {
        MoveObject(obj, 1588.9812011719, -1638.0415039063, 5.952730178833, 2.00);
        gateopen = 1;
    }
    else
    {
        MoveObject(obj, 1588.9812011719, -1638.0415039063, 14.952730178833, 2.00);
        gateopen = 0;
    }
    return 1;
}
This forum requires that you wait 120 seconds between posts. Please try again in 7 seconds.
Reply


Messages In This Thread
Double command. - by Scriptissue - 27.09.2010, 13:17
Re: Double command. - by Mauzen - 27.09.2010, 13:23
Re: Double command. - by Scriptissue - 27.09.2010, 13:54
Re: Double command. - by Cameltoe - 27.09.2010, 13:57
Re: Double command. - by Scriptissue - 27.09.2010, 13:58
Re: Double command. - by Cameltoe - 27.09.2010, 14:03
Re: Double command. - by Scriptissue - 27.09.2010, 14:04
Re: Double command. - by Cameltoe - 27.09.2010, 14:28
Re: Double command. - by Scriptissue - 27.09.2010, 14:28
Re: Double command. - by Cameltoe - 27.09.2010, 14:30

Forum Jump:


Users browsing this thread: 2 Guest(s)