[Pedido] Sistema de Sniper
#4

Usa esta include: https://sampforum.blast.hk/showthread.php?tid=195439

Com este codigo:

PHP код:
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
{
    if(
GetPlayerWeapon(Shooter) == 34)
    {
        if(
GetPVarInt(Target"Tiro") == 0) { SetPVarInt(Target"Tiro"1); }
        else { 
SetPlayerHealth(Target0); }
    }
    return 
1;

OBS: Nгo garanto que o codigo vб funcionar.
Reply


Messages In This Thread
[Pedido] Sistema de Sniper - by Michael_Atecubanos - 06.07.2011, 02:12
Re: [PEDIDO] Sistema de Sniper - by Bruno Pereira - 06.07.2011, 02:19
Re: [PEDIDO] Sistema de Sniper - by Michael_Atecubanos - 06.07.2011, 02:24
Re: [RESOLVIDO] Sistema de Sniper - by Shadoww5 - 06.07.2011, 02:31
Re: [RESOLVIDO] Sistema de Sniper - by Andrew_Guiga - 06.07.2011, 03:12

Forum Jump:


Users browsing this thread: 1 Guest(s)