[DUV]Como Fazer o Player Perder Life ao Usar o C-BUG
#1

Boa Galera, eu Jogava em um Server (PlayHard RP) e la qdo vc usava C-BUG vc perdi 40 de life, ai eu queria saber como que eu adapto para o player perder life qdo usar o cbug, eu ja coloquei o Anti CBUG Que Tem Aki no Forum, mais ai ele so bloqueia o bug, ai eu queria afzer o player perder 40 de life
Reply
#2

Brasil Play Hard Detected

https://sampforum.blast.hk/showthread.php?tid=141793

SetPlayerHealth...
Reply
#3

Me explica o q й C-BUG!
Reply
#4

Bug da Eagle '-'
Reply
#5

Ah tб sу conheзo ele por Bug Deagle ou da Eagle :S

Topo GM
pawn Код:
#define CLICANDO(%0) \
    (((newkeys & (%0)) != (%0)) && ((oldkeys & (%0)) == (%0)))
new TimerBug[500];
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(GetPlayerWeapon(playerid) == 24 && CLICANDO(KEY_FIRE))
    {
        SetPVarInt(playerid,"UsandoBug",10);
        TimerBug[playerid] = SetTimerEx("Tempo",1000,0,"i",playerid);
    }
    if(GetPVarInt(playerid,"UsandoBug") == 10 && newkeys != KEY_FIRE && newkeys & KEY_CROUCH)
    {
        SendClientMessage(playerid,COLOR,"Nгo use Bug da Eagle");
        SetPlayerHealth(playerid, -40);//sу mudar o 40 pra o nъmero que quiser ;D
        SetPVarInt(playerid,"UsandoBug",0);
        KillTimer(TimerBug[playerid]);
    }
    return true;
}
Bem no final finalzin...
pawn Код:
forward Tempo(playerid);
public Tempo(playerid)
{
    SetPVarInt(playerid,"UsandoBug",10);
    return true;
}
Crйditos: [iPs]DraKINs e [iPs]Av4stizin riariariariaria
Reply
#6

Nem deveria ter creditos a vocк.
Pois o Criador do Codigo foi Drakon.
E nгo vocк. O minimo dos creditos deveria ser por ter postado o Codigo.
Reply
#7

Agora Sim, Vlw
Reply
#8

Quote:
Originally Posted by Baddark2131
Посмотреть сообщение
Nem deveria ter creditos a vocк.
Pois o Criador do Codigo foi Drakon.
E nгo vocк. O minimo dos creditos deveria ser por ter postado o Codigo.
Eu coloquei uma linha entгo cale-se ^^
Reply
#9

Oque que tem essa linha ?
Sу os seus creditos roubados.
Pega essa linha e enfia no toba --'
Reply
#10

hauahauhaua jб colokei faz tempo \e/

pawn Код:
SetPlayerHealth(playerid, -40);//sу mudar o 40 pra o nъmero que quiser ;D
Esta linha me pertence kkkkkkk
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)