[AJUDA] Super Bug '-'
#1

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 )
Reply
#2

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

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;
    }
Reply
#4

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;
}
Reply
#5

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 )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)