Command Help
#2

Код:
if (strcmp("/setcarhp", cmdtext, true, 10) == 0)
{
    new vehicleid = GetPlayerVehicleID(playerid);

    SetVehicleHealth(vehicleid, 99999);
    SendClientMessage(playerid,1, "Your vehicle has been Destroyed.");
    return 1;
}
This is for ourself, And if you are using command processor say its name? I will make one.
Reply


Messages In This Thread
Command Help - by JordanSmith - 02.04.2014, 16:16
Re: Command Help - by Bingo - 02.04.2014, 16:26
Re: Command Help - by MBilal - 02.04.2014, 16:32
Re: Command Help - by JordanSmith - 02.04.2014, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)