[Ajuda] Bloquear comando.
#3

Cara usa o "if" que dar certo

PHP Code:
CMD:godmode(playerid)
{
     if(
GetPlayerVirtualWorld(playerid) != 5)
     {
    if(
godmod[playerid] == false)
    {
        
Msg(playeridcortag"{1E90FF}Godmode ON: {FFFFFF}Ativado!");
        
godmod[playerid] = true;
        
SetPlayerHealth(playerid99999);
        return 
1;
    }
    else if(
godmod[playerid] == true)
    {
        
Msg(playeridcortag"{1E90FF}Godmod OFF: {FFFFFF}Desativado!");
        
godmod[playerid] = false;
        
SetPlayerHealth(playerid100);
        return 
1;
    }
    }
    return 
1;

Ou

PHP Code:
CMD:godmode(playerid)
{
        if(
GetPlayerVirtualWorld(playerid) != 5) return 1;
    if(
godmod[playerid] == false)
    {
        
Msg(playeridcortag"{1E90FF}Godmode ON: {FFFFFF}Ativado!");
        
godmod[playerid] = true;
        
SetPlayerHealth(playerid99999);
        return 
1;
    }
    else if(
godmod[playerid] == true)
    {
        
Msg(playeridcortag"{1E90FF}Godmod OFF: {FFFFFF}Desativado!");
        
godmod[playerid] = false;
        
SetPlayerHealth(playerid100);
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
Bloquear comando. - by apolo6666 - 07.07.2017, 16:01
Re: Bloquear comando. - by apolo6666 - 07.07.2017, 16:54
Re: Bloquear comando. - by OtimoJogo - 07.07.2017, 17:05
Re: Bloquear comando. - by apolo6666 - 07.07.2017, 17:06
Re: Bloquear comando. - by OtimoJogo - 07.07.2017, 17:16
Re: Bloquear comando. - by apolo6666 - 07.07.2017, 17:25
Re: Bloquear comando. - by OtimoJogo - 07.07.2017, 20:50
Re: Bloquear comando. - by apolo6666 - 21.07.2017, 00:25
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 00:42
Re: Bloquear comando. - by apolo6666 - 21.07.2017, 00:52
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 01:02
Re: Bloquear comando. - by apolo6666 - 21.07.2017, 01:03
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 01:06
Re: Bloquear comando. - by apolo6666 - 21.07.2017, 01:13
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 01:16
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 01:18
Re: Bloquear comando. - by IlanZ - 21.07.2017, 01:19
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 01:20
Re: Bloquear comando. - by IlanZ - 21.07.2017, 01:23
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 01:25
Re: Bloquear comando. - by apolo6666 - 21.07.2017, 02:06
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 02:59
Re: Bloquear comando. - by Relaxed - 21.07.2017, 03:15
Re: Bloquear comando. - by GuilhermeNunes - 21.07.2017, 03:42
Re: Bloquear comando. - by Meck - 21.07.2017, 13:23

Forum Jump:


Users browsing this thread: 9 Guest(s)