Gate messed up after coordinates change
#8

pawn Код:
else if(IsACop(playerid) && IsPlayerInRangeOfPoint(playerid, 7, 1273.845703,-1606.285278,10.986078)) // SAPD Gate
    {
        if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You are not an SAPD Oficer.");
        if(!SAPDGateStatus)
        {
            SAPDGateStatus = 1;
            MoveDynamicObject(SAPDGate, 1273.845703,-1606.285278,-5.986078, 3);
        }
        else
        {
            SAPDGateStatus = 0;
            MoveDynamicObject(SAPDGate, 1273.845703,-1606.285278,10.986078, 3);
        }
        return 1;
    }
Reply


Messages In This Thread
Gate messed up after coordinates change - by MrSnapp - 25.09.2012, 05:18
Re: Gate messed up after coordinates change - by Niko_boy - 25.09.2012, 05:36
Re: Gate messed up after coordinates change - by MrSnapp - 25.09.2012, 05:50
Re: Gate messed up after coordinates change - by Marricio - 25.09.2012, 06:00
Re: Gate messed up after coordinates change - by razor steven - 25.09.2012, 06:02
Re: Gate messed up after coordinates change - by MrSnapp - 26.09.2012, 01:37
Re: Gate messed up after coordinates change - by MrSnapp - 26.09.2012, 02:07
Re: Gate messed up after coordinates change - by ikbenremco - 26.09.2012, 05:19
Re: Gate messed up after coordinates change - by BlackBank - 26.09.2012, 05:25

Forum Jump:


Users browsing this thread: 1 Guest(s)