[Pedido] Sistema de Sniper
#1

Galera, eu USEI O SERACH, mais nao encontrei em nenhuma parte um bom sistema que faзa com que o player morra com 2 tiros de sniper (1 tiro tira o colete e otro a HP)
Ajudem pfv
Reply
#2

Search:

http://forum.sa-mp.com/showthread.ph...ghlight=Sniper
Reply
#3

Valeu
Pesquisei as chaves eradas intao
da closed ae
Reply
#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
#5

O do bruninho funciona...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)