Weapon which doesnt take HP
#1

How I can make weapon (M4) which doesnt take HP, when I shot to other players? Thanks.
Reply
#2

I think you cannot do this.
Reply
#3

Or when I shot to player, so his HP will be as he had before shot.
Reply
#4

https://sampwiki.blast.hk/wiki/SetPlayerTeam
Two players on the same team can't harm each other. I dont think anything can be done to the actual gun though.
Reply
#5

I want script when player of team 1 shot to player of team 2, so player of team 2 dont lose his HP
Reply
#6

Impossible, and making something even 40% accurate would require a lot of unefficient coding.
Reply
#7

team 2 are pussies, let team 1 kill there shit.
Reply
#8

The only way is to set God Mode on spawn
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid, 10000);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)