/repair command
#1

how i make player repair car and pay 100$


this is my repair code

Код:
dcmd_repair(playerid, params[])
{
       #pragma unused params 
       RepairVehicle(GetPlayerVehicleID(playerid));
        SendClientMessage(playerid,0xFFFF00AA,"Server: Your Vehicle Has Been Repaired!");
       	} else { SendClientMessage(playerid,COLOR_YELLOW,".:: [FUEL]: You must be at a gas station to repair");
    }
    return 1;
}
Reply


Messages In This Thread
/repair command - by sscarface - 25.04.2012, 21:19
Re: /repair command - by Kindred - 25.04.2012, 21:36
Re: /repair command - by Elysian` - 25.04.2012, 21:39
Re: /repair command - by [MG]Dimi - 25.04.2012, 21:40
Re: /repair command - by sscarface - 25.04.2012, 22:08
Re: /repair command - by Yuryfury - 25.04.2012, 23:19
Re: /repair command - by sscarface - 25.04.2012, 23:24
Re: /repair command - by Yuryfury - 25.04.2012, 23:34
Re: /repair command - by sscarface - 25.04.2012, 23:42
Re: /repair command - by Yuryfury - 25.04.2012, 23:50

Forum Jump:


Users browsing this thread: 4 Guest(s)