06.07.2011, 02:31
Usa esta include: https://sampforum.blast.hk/showthread.php?tid=195439
Com este codigo:
OBS: Nгo garanto que o codigo vб funcionar.
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(Target, 0); }
}
return 1;
}