Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
Hi,
I Have a problem with my server , Like If Player Shoot other player The Other Player Not get damage or They health is Full Like a God Mode!
Anyone Know to Fix That ?
REP++ For You !
Posts: 149
Threads: 12
Joined: Sep 2013
Reputation:
0
Show us some code? or shall I get my psychic on?
Posts: 149
Threads: 12
Joined: Sep 2013
Reputation:
0
One needs to see some code before one can identify any bugs..
Posts: 149
Threads: 12
Joined: Sep 2013
Reputation:
0
Check all your SetPlayerHealth's for anything above 100.0(and remove it, or patch it) and THEN c/p your whole OnPlayerTakeDamage callback here so I can look at it.
Posts: 149
Threads: 12
Joined: Sep 2013
Reputation:
0
If your players health is maxing out, this means a SetPlayerHealth(somewhere in the script) is setting it ABOVE 100.0(to 9999 or 99999). Find it and you will find your problem.