Problem with fixcar command
#2

do it like this

pawn Код:
if(strcmp("/fixcar", cmdtext, true, 7) == 0)
        {
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_YELLOW,"You must be inside           vehicle to use this command!");
        RepairVehicle(GetPlayerVehicleID(playerid));
        SendClientMessage(playerid, 0xFFFFFF, "Your car has been repaired.");
    return 1;
        }
Reply


Messages In This Thread
Problem with fixcar command - by TheCancler - 15.01.2013, 20:36
Re: Problem with fixcar command - by Patrick - 15.01.2013, 20:44
Re: Problem with fixcar command - by TheCancler - 15.01.2013, 20:54
Re: Problem with fixcar command - by Patrick - 15.01.2013, 20:55
Re: Problem with fixcar command - by Infinity90 - 15.01.2013, 20:57
Re: Problem with fixcar command - by TheCancler - 15.01.2013, 21:00

Forum Jump:


Users browsing this thread: 2 Guest(s)