[FilterScript] Comand repair vehicle don't work...
#5

I run this REPAIR line at the moment and it works great you may use it if you want:

pawn Код:
if(strcmp(cmdtext, "/vr", true) == 0 || strcmp(cmdtext, "/repair", true) == 0)
    {
   
    if(IsPlayerInAnyVehicle(playerid))
    {
       RepairVehicle(GetPlayerVehicleID(playerid));
       SendClientMessage(playerid,0xC0C0C0AA,"Car is ful repaird");


    } else SendClientMessage(playerid,0xC0C0C0AA,"You have not got a vehicle!");

    return 1;
    }
Reply


Messages In This Thread
Comand repair vehicle don't work... - by Macros50 - 12.01.2011, 15:01
Re : Comand repair vehicle don't work... - by cristab - 12.01.2011, 15:04
Re: Comand repair vehicle don't work... - by Drowzz - 12.01.2011, 15:27
Re: Comand repair vehicle don't work... - by California - 12.01.2011, 15:30
Re: Comand repair vehicle don't work... - by jordy.kiesebrink - 12.01.2011, 19:46

Forum Jump:


Users browsing this thread: 4 Guest(s)