[AJUDA] Cуdigo Vida +100 !!!
#5

Disponha.
pawn Код:
public OnPlayerUpdate(playerid)
{
    new msg[128];
    new Float:Sangue;
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    GetPlayerHealth(playerid, Sangue);
    if(Sangue > 100)
    {
        format(msg, sizeof(msg), "* %s foi kickado por estб com Life acima de 100.", pName);
        SendClientMessage(playerid, -1, msg);
        Kick(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Cуdigo Vida +100 !!! - by Mercurio - 05.02.2012, 23:33
Re: [AJUDA] Cуdigo Vida +100 !!! - by Enderman - 05.02.2012, 23:37
Re: [AJUDA] Cуdigo Vida +100 !!! - by Mercurio - 06.02.2012, 00:02
Re: [AJUDA] Cуdigo Vida +100 !!! - by dPlaYer_ - 06.02.2012, 00:05
Re: [AJUDA] Cуdigo Vida +100 !!! - by WeenSoares_ - 06.02.2012, 00:06
Re: [AJUDA] Cуdigo Vida +100 !!! - by Mercurio - 06.02.2012, 00:11
Re: [AJUDA] Cуdigo Vida +100 !!! - by WeenSoares_ - 06.02.2012, 00:14

Forum Jump:


Users browsing this thread: 2 Guest(s)