24.04.2012, 22:24
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLos t,Float:ArmourLost)
{
SetPlayerHealth(Target,0);
SetPlayerArmour(Target,0);
return 1;
}
Hey guys I have this small script where making that 1 shot is enough to kill a player, but the problem is that it works for all guns can some one help me to make if only for gun id 33 and 34 please?
{
SetPlayerHealth(Target,0);
SetPlayerArmour(Target,0);
return 1;
}
Hey guys I have this small script where making that 1 shot is enough to kill a player, but the problem is that it works for all guns can some one help me to make if only for gun id 33 and 34 please?