How to change this?
#8

Код:
CMD:vgodmodeon(playerid, params[])
{
    if(AccInfo[playerid][God] < 1) return SendClientMessage(playerid, COLOR_RED, "Only VIP Can do it.");
    SetPlayerHealth(playerid, 10000.00);
    SendClientMessage(playerid,COLOR_CYAN,"God Mode is on.");
    return 1;
}

CMD:vgodmodeoff(playerid, params[])
{
    if(AccInfo[playerid][God] < 1) return SendClientMessage(playerid, COLOR_RED, "Only VIP Can do it.");
    SetPlayerHealth(playerid, 100.00);
    SendClientMessage(playerid,COLOR_CYAN,"God Mode is Off.");
    return 1;
}
Reply


Messages In This Thread
How to change this? - by LeeXian99 - 25.03.2013, 04:04
Re: How to change this? - by Avi Raj - 25.03.2013, 04:05
Re: How to change this? - by LeeXian99 - 25.03.2013, 04:16
Re: How to change this? - by Avi Raj - 25.03.2013, 04:20
Re: How to change this? - by Marco_Valentine - 25.03.2013, 04:25
Re: How to change this? - by LeeXian99 - 25.03.2013, 04:27
Re: How to change this? - by Marco_Valentine - 25.03.2013, 04:30
Re: How to change this? - by Avi Raj - 25.03.2013, 04:31
Re: How to change this? - by LeeXian99 - 25.03.2013, 04:40

Forum Jump:


Users browsing this thread: 1 Guest(s)