Posts: 591
Threads: 150
Joined: Sep 2013
Reputation:
0
hey guys, i have a very annoying problem, it's about the player's health, sometime is not decreasing when another player is shooting on you.
It's not lag, because i'm testing the server from my 2 computers, so i see everything.
Posts: 132
Threads: 5
Joined: Aug 2013
Reputation:
0
samp lag shoot... u need to shoot infront
Posts: 591
Threads: 150
Joined: Sep 2013
Reputation:
0
again i say not lag, i'm on 2 computers and i see everything.
i use rocket luncher on him, and the health is not decreasing
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
It always doesn't decrease? check your gamemode for any OnPlayerTakeDamage
Posts: 591
Threads: 150
Joined: Sep 2013
Reputation:
0
thanks, i found what is the problem.
it's about SetPlayerTeam
2 Players in Same Team causes this problem so i used a variable instead of SetPlayerTeam.