destroy your car with a command?
#9

pawn Код:
CMD:suicide(playerid, params[])
{
    if(gTeam[playerid] == T_IRAQ )
    {
        new seat = GetPlayerVehicleSeat(playerid);
        return 0 == seat ? DestroyVehicle(GetPlayerVehicleID(playerid)) : false;
    }
    else return SendClientMessage(playerid, 0xFF0000FF, "You must be a Taliban to use this command.");
}
Cheers
Reply


Messages In This Thread
destroy your car with a command? - by Eminem 2ka9 - 18.03.2013, 13:41
Re: destroy your car with a command? - by Misiur - 18.03.2013, 13:43
Re: destroy your car with a command? - by Konstantinos - 18.03.2013, 13:44
Re: destroy your car with a command? - by Eminem 2ka9 - 18.03.2013, 14:01
Re: destroy your car with a command? - by Eminem 2ka9 - 18.03.2013, 14:54
Re: destroy your car with a command? - by Scenario - 18.03.2013, 14:55
Re: destroy your car with a command? - by Eminem 2ka9 - 18.03.2013, 15:11
Re: destroy your car with a command? - by Eminem 2ka9 - 18.03.2013, 15:27
Re: destroy your car with a command? - by Misiur - 18.03.2013, 15:29
Re: destroy your car with a command? - by Eminem 2ka9 - 18.03.2013, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)