[AJUDA]Mais uma vez '-----'?
#1

Gennnnnnnnte,como eu poderia fazer para que quando o player clique com botгo direito ele morda e tire um pouco de hp de quem ta perto?
Reply
#2

Usa OnPlayerKeyStateChange + OnPlayerGiveDamage/OnPlayerTakeDamage
Reply
#3

sou seu fan vini e tem anos isso xp
Reply
#4

Puuuts,mais eu nгo entendo muito dessas publics vei
Reply
#5

tem na wiki O.O
Reply
#6

vo tentar fazer aqui se algum programador experiente puder ele corrige
Reply
#7

Poste suas dъvias caso wiki nгo resolva.
Reply
#8

Exemplo:
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new Float:Vida, Float:Colete;
    if(GetPlayerArmour(playerid, Colete) == 0)
    {
        GetPlayerHealth(playerid, Vida);
        SetPlayerHealth(playerid, Vida-amount);
    }
    else
    {
        GetPlayerArmour(playerid, Colete);
        SetPlayerArmour(playerid, Colete-amount);
    }
    return 1;
}
Reply
#9

vini tem como fazer isso sу com callback? daquia pouco eu vou botar do jeito que eu to fazendo aqui
Reply
#10

Isto sгo callbacks ^o)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)