Repair Command Problem
#9

pawn Код:
public Repair_CMD(playerid)
{
          RepairVehicle(GetPlayerVehicleID(playerid));
          // Send the player a message to inform him that his vehicle has been repaired
          SendClientMessage(playerid, 0x00FF00FF, "Your vehicle has been successfully repaired!");
          return 1;
}
Also, to make the timer not repeat:

pawn Код:
SetTimerEx("Repair_CMD", 15000, false, "i", playerid);
Reply


Messages In This Thread
Repair Command Problem - by Private200 - 20.01.2013, 20:01
Re: Repair Command Problem - by Mr.Anonymous - 20.01.2013, 20:03
Re: Repair Command Problem - by Patrick - 20.01.2013, 20:05
Re: Repair Command Problem - by SilverKiller - 20.01.2013, 20:06
Re: Repair Command Problem - by Roach_ - 20.01.2013, 20:10
Re: Repair Command Problem - by Private200 - 20.01.2013, 20:15
Re: Repair Command Problem - by Roach_ - 20.01.2013, 20:19
Re: Repair Command Problem - by Private200 - 20.01.2013, 20:27
Re: Repair Command Problem - by SuperViper - 20.01.2013, 20:45
Re: Repair Command Problem - by Jewell - 21.01.2013, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)