Posts: 1,498
Threads: 110
Joined: Aug 2013
Recently I've added RC Baron in my gamemode but there's a problem , the damage RCBaron does doesn't affect the player's hp does it matter if they have client sided hp? How do I handle this? I've tried wiki and everything else , no clue nothing.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Can you be more specific? What are you trying to say?
Posts: 1,498
Threads: 110
Joined: Aug 2013
Posts: 1,498
Threads: 110
Joined: Aug 2013
Seems like its still bugged.
What im trying to say is: RCBaron does no damage to THE PLAYERS I have custom damage system.
Posts: 1,498
Threads: 110
Joined: Aug 2013
Posts: 1,266
Threads: 6
Joined: Oct 2014
try doing some prints under onplayergivedamage, onplayertakedamage and maybe onplayerweaponshot
then see if they are actually being called if yes then you gotta be sure the problem is in your script...
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
With a current damage system you should check if the damager is in that rc baron, and in that case skip all the custom stuff and just let the damage sync.
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by Mauzen
With a current damage system you should check if the damager is in that rc baron, and in that case skip all the custom stuff and just let the damage sync.
|
What does rc baron use m4 or minigun?