[Ajuda] Proibir atirar em certos locais
#1

tem como eu fazer no samp igual no mta proibir atirar em alguns locais? , se tiver alguem me passa um code ae como fazer isso.. agradeзo
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)