SA-MP Forums Archive
[AJUDA] Super Bug '-' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Super Bug '-' (/showthread.php?tid=318821)



[AJUDA] Super Bug '-' - makino - 16.02.2012

Gente eu tava fazendo um gm ate ae tudo bem ae coloquei umas coisas novas agora meu colega entro e toda vez ou quase toda vez que chego proximo dele ele explodi '-' e ele me ve explodindo '-' e eu morro se me aproximar '-' me ajudem por fazer e me digam o que presisarem(as linhas )


Re: [AJUDA] Super Bug '-' - |_MeGaTroN_| - 16.02.2012

Criou alguma funзao que faz com que o player exploda ? ou coisa parecida se sim poste aki a funзao


Re: [AJUDA] Super Bug '-' - makino - 16.02.2012

Sim mais tava normal antes
pawn Код:
if(Gang[playerid]== FIRE)
    if(strcmp(cmdtext, "/sn", true) == 0 || strcmp(cmdtext, "/supernova", true) == 0) {
        if(UsouComando[playerid] > gettime()) return SendClientMessage(playerid, -1,  "Espere 60 segundos para usar este comando novamente.");
        GetPlayerHealth(playerid, Vida1[playerid]);
        SetPlayerHealth(playerid, 9999);
        GetPlayerPos(playerid, x, y, z);
        CreateExplosion(x, y, z, 11, 10.0);
        SetPlayerHealth(playerid, Vida1[playerid]);
        UsouComando[playerid] = gettime() + 60;
        return 1;
    }



Re: [AJUDA] Super Bug '-' - |_MeGaTroN_| - 16.02.2012

pawn Код:
if(Gang[playerid]== FIRE)
{
    if(strcmp(cmdtext, "/sn", true) == 0 || strcmp(cmdtext, "/supernova", true) == 0) {
        if(UsouComando[playerid] > gettime()) return SendClientMessage(playerid, -1,  "Espere 60 segundos para usar este comando novamente.");
        GetPlayerHealth(playerid, Vida1[playerid]);
        SetPlayerHealth(playerid, 9999);
        GetPlayerPos(playerid, x, y, z);
        CreateExplosion(x, y, z, 11, 10.0);
        SetPlayerHealth(playerid, Vida1[playerid]);
        UsouComando[playerid] = gettime() + 60;
    }
    return 1;
}



Re: [AJUDA] Super Bug '-' - makino - 16.02.2012

Mais akie velho antes tava tudo normal '-' e akie tipo eu coloquei um negocio de booster (para stunt) ja ja posto as linhas (nao to em casa )