how to make a /killengine cmd
#3

pawn Код:
CMD:killengine(playerid, params[])
{
    new engine, lights, alarm, doors, bonnet, boot, objective;
    new vid = GetPlayerVehicleID(playerid);
    GetVehicleParamsEx(vid, engine, lights, alarm, doors, bonnet, boot, objective);
    {
        SetVehicleParamsEx(vid, 0, lights, alarm, doors, bonnet, boot, objective);
        SendClientMessage(playerid, -1, "{FFFFFF}Engine {FF0000}OFF");
    }
    return 1;
}
*EDIT*
Too late.
Reply


Messages In This Thread
how to make a /killengine cmd - by betta - 24.03.2014, 20:29
Re: how to make a /killengine cmd - by Duck4coder - 24.03.2014, 20:46
Re: how to make a /killengine cmd - by TLN - 24.03.2014, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)