Same command, different jobs
#5

pawn Код:
if(strcmp("/lift", cmdtext, true) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid, 50, -2464.9296875,1522.9167480469,27.570457458496))
        {
            if(lift == 0)
            {
                MoveObject(boatlift,-2464.9296875,1522.9167480469,27.570457458496, 2.0);
                lift = 1;
            }
            else if(lift == 1)
            {
                MoveObject(boatlift, -2464.9296875,1522.9167480459,6.1990437507629, 2.0);
                lift = 0;
            }
        }
        else
        {
            SendClientMessage(playerid, COLOR_BLUE, "You Are Not Close Enough To The Lift(San Fierro Freight Boat)");
        }
        return 1;
    }
Reply


Messages In This Thread
Same command, different jobs - by cozza123456 - 22.03.2010, 16:33
Re: Same command, different jobs - by ACERS - 22.03.2010, 16:38
Re: Same command, different jobs - by jameskmonger - 22.03.2010, 16:42
Re: Same command, different jobs - by cozza123456 - 22.03.2010, 16:57
Re: Same command, different jobs - by MadeMan - 22.03.2010, 17:01
Re: Same command, different jobs - by 147rafa147 - 28.03.2010, 13:28
Re: Same command, different jobs - by cozza123456 - 28.03.2010, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)