/repair not working
#3

pawn Код:
if(strcmp("/repair", cmdtext, true, 10) == 0)
{
 if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_YELLOW,"You must be inside vehicle to use this command!");
    if(GetPlayerMoney(playerid) < 100) return SendClientMessage(playerid, COLOR_YELLOW,"You do not have enough money to repair your vehicle!");
    RepairVehicle(GetPlayerVehicleID(playerid));
    SendClientMessage(playerid,0xFFFF00AA,"Server: Your Vehicle Has Been Repaired!");
return 1;
}
Reply


Messages In This Thread
/repair not working - by CrystalMethod - 05.05.2013, 06:17
Re: /repair not working - by Gamer_007 - 05.05.2013, 06:26
Re: /repair not working - by Giroud12 - 05.05.2013, 06:27
Re: /repair not working - by CrystalMethod - 05.05.2013, 06:32
Re: /repair not working - by Don_Cage - 05.05.2013, 06:36
Re: /repair not working - by CrystalMethod - 05.05.2013, 06:45
AW: /repair not working - by ulbi1990 - 05.05.2013, 07:08
Re: /repair not working - by Areax - 05.05.2013, 07:31
Re: /repair not working - by zSuYaNw - 05.05.2013, 08:11
Re: /repair not working - by CrystalMethod - 05.05.2013, 17:49

Forum Jump:


Users browsing this thread: 5 Guest(s)