/godcar, and /godcaroff help
#7

PHP Code:
CMD:godcar(playeridparams[])
{
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"You are not an Admin");
    {
        new 
vehicleid GetPlayerVehicleID(playerid);
        
SetVehicleHealth(vehicleid9999999999.0);
    }
    return 
1;

PHP Code:
CMD:godcaroff(playeridparams[])
{
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"You are not an Admin");
    {
        new 
vehicleid GetPlayerVehicleID(playerid);
        
SetVehicleHealth(vehicleid1000.0);
    }
    return 
1;

I Didn't know what did you really want, but these are working when you use /godcar and /godcaroff, And you don't need a useless timer.
Reply


Messages In This Thread
/godcar, and /godcaroff help - by BigAl - 22.08.2011, 15:17
Re: /godcar, and /godcaroff help - by [MWR]Blood - 22.08.2011, 15:22
Re: /godcar, and /godcaroff help - by Improvement™ - 22.08.2011, 15:30
Re: /godcar, and /godcaroff help - by BigAl - 22.08.2011, 15:31
Re: /godcar, and /godcaroff help - by Dragony92 - 22.08.2011, 16:01
Re: /godcar, and /godcaroff help - by Improvement™ - 22.08.2011, 16:47
Re: /godcar, and /godcaroff help - by =WoR=G4M3Ov3r - 22.08.2011, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)