Help with exit vehicle while in air.
#2

pawn Код:
if (strcmp(cmdtext, "/exit", true)== 0)
    {
        if(IsPlayerInAnyVehicle(playerid))
        {
            RemovePlayerFromVehicle(playerid);
        }
        else
        {
            SendClientMessage(playerid, 0xFF0000AA, "Not in a vehicle");
        }
        return 1;
    }
Untested
Reply


Messages In This Thread
Help with exit vehicle while in air. - by ShizNator - 10.03.2008, 18:43
Re: Help with exit vehicle while in air. - by Dragon1234 - 10.03.2008, 21:35
Re: Help with exit vehicle while in air. - by ShizNator - 23.03.2008, 18:21
Re: Help with exit vehicle while in air. - by NuDer - 16.07.2009, 17:30

Forum Jump:


Users browsing this thread: 2 Guest(s)