/godcar
#3

pawn Код:
CMD:godcar(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "You are not an Admin");
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        SetVehicleHealth(vehicleid, 9999999.0);
    }
    return 1;
}
Reply


Messages In This Thread
/godcar - by Millionaire - 18.08.2011, 19:34
Re: /godcar - by Kush - 18.08.2011, 19:37
Re: /godcar - by ElieJabbour - 18.08.2011, 19:38
Re: /godcar - by Kush - 18.08.2011, 19:41
Re: /godcar - by ElieJabbour - 18.08.2011, 19:43
Re: /godcar - by Tanush123 - 18.08.2011, 19:46
Re: /godcar - by ElieJabbour - 18.08.2011, 19:48
Re: /godcar - by Kush - 18.08.2011, 19:53
Re: /godcar - by ElieJabbour - 18.08.2011, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)