[Ajuda] Proibir atirar em certos locais
#2

PHP код:
new Float:Health[MAX_PLAYERS];
public 
OnPlayerGiveDamage(playeriddamagedidFloatamountweaponid)
{
    if(
damagedid != INVALID_PLAYER_ID)
    {
        if(
IsPlayerInRangeOfPoint(playerid30.0PosXPosYPosZ))
        {
            
GetPlayerHealth(damageidHealth[damageid]);
            
GetPlayerHealth(playeridHealth[playerid])
            
GameTextForPlayer(playerid"~r~~h~PROIBIDO ~w~USO DE ARMA~r~~h~!"50003);
            
SetPlayerHealth(damageidHealth[damageid]);
            
SetPlayerHealth(playerid, (Health[playerid]-10));
            
SendClientMessage(playerid, -1"[ ATENCAO ] Vocк perdeu 10 de vida por atirar em local proibido!");
        }
    }
    return 
1;

Reply


Messages In This Thread
Proibir atirar em certos locais - by maxblaya01 - 07.09.2015, 18:57
Re: PROIBIR - by [BOPE]Seu._.Madruga - 07.09.2015, 20:14

Forum Jump:


Users browsing this thread: 1 Guest(s)