[Ajuda] Preciso De Um Include Que De Vida e Colete e Nгo Setar
#6

pawn Код:
stock GivePlayerArmour(playerid, Float:armour) {
    new Float:Colete;
    GetPlayerArmour(playerid, Colete);
    SetPlayerHealth(playeird, Colete+armour);
    return armour;
}

stock GivePlayerHealth(playerid, Float:health) {
    new Float:Vida;
    GetPlayerHealth(playerid, Vida);
    SetPlayerHealth(playeird, Vida+health);
    return health;
}
Acho que isso funciona..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)