/repair not working
#8

PHP код:
CMD:fix(playeridparams[])
{
    new 
string[160];
    if(!
IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playeridCOLOR_RED"ERROR: You are not in a vehicle!");
    
RepairVehicle(GetPlayerVehicleID(playerid));
    
GameTextForPlayer(playerid"~g~Fixed!",3000,3);
    
format(stringsizeof(string), "[INFO]: %s Has Fixed His Vehicle."GetName(playerid));
    
SendClientMessageToAll(COLOR_YELLOWstring);
    return 
1;

Edit: To late
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: 4 Guest(s)