mechanical car body fix
#3

if(strcmp(cmd, "/repairvehicle", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pLevel] < 3)
{

}
if(IsPlayerInAnyVehicle(playerid))
{
RepairVehicle(GetPlayerVehicleID(playerid));
//SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0);
SendClientMessage(playerid, COLOR_GREY, " You've repaired the body of the vehicle !");
}
}
return 1;
}
Reply


Messages In This Thread
mechanical car body fix - by viddo - 22.02.2012, 11:22
Re: mechanical car body fix - by emokidx - 22.02.2012, 11:27
Re: mechanical car body fix - by Wizz123 - 22.02.2012, 11:28
Re: mechanical car body fix - by viddo - 22.02.2012, 12:03
Re: mechanical car body fix - by Campbell- - 22.02.2012, 12:10

Forum Jump:


Users browsing this thread: 3 Guest(s)