Help with Spawnkilling
#5

public OnPlayerShootPlayer(Shooter,Target,Float:HealthLos t,Float:ArmourLost)
{
if (IsPlayerInRangeOfPoint(Target, 2.0, ZombieSpawnX, ZombieSpawnY, ZombieSpawnZ))
{
new Float:health;
GetPlayerHealth(Shooter,health);
SetPlayerHealth(Shooter, health-5);
}
return 1;
}
Reply


Messages In This Thread
Help with Spawnkilling - by D1am0nd - 25.10.2015, 18:40
Re : Help with Spawnkilling - by StreetRP - 25.10.2015, 19:11
Re: Help with Spawnkilling - by D1am0nd - 26.10.2015, 11:44
Re: Help with Spawnkilling - by Mencent - 26.10.2015, 11:52
Re: Help with Spawnkilling - by sanamalik400 - 26.10.2015, 17:17
Re: Help with Spawnkilling - by LovelySoomro - 26.10.2015, 17:57
Re : Help with Spawnkilling - by StreetRP - 26.10.2015, 19:14
Re: Help with Spawnkilling - by Mencent - 27.10.2015, 09:25
Re: Help with Spawnkilling - by D1am0nd - 27.10.2015, 12:06
Re: Help with Spawnkilling - by Mencent - 27.10.2015, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)