Player not being healedFixed
Dont work /healplayer
Would need more details.Molcula
Dont work /healplayer
When i´m using the heal comand to heal a player it didn´t works. The comand i use is /healplayer NAMEPLAYER
the chat notify: its already at max health
What was the health of the target player at the time?Molcula
When i´m using the heal comand to heal a player it didn´t works. The comand i use is /healplayer NAMEPLAYER
the chat notify: its already at max health
Figured I'd add, I attempted to heal a player that was at 50 health using the command /healplayer "name" 100 and was told "name" is already at max health in chat. Confirmed they were not at max health. Using /healall 100 works as intended.
lilcivFigured I'd add, I attempted to heal a player that was at 50 health using the command /healplayer "name" 100 and was told "name" is already at max health in chat. Confirmed they were not at max health. Using /healall 100 works as intended.
Thanks for the details, I'll take a look.
posted patch to fix it..
https://umod.org/resource/plugin/heal/patch?version=patch_29365
line 275 needs to be changed to object healed = HealPlayer(target, amount);
Ts3hostingposted patch to fix it..
https://umod.org/resource/plugin/heal/patch?version=patch_29365
line 275 needs to be changed to object healed = HealPlayer(target, amount);
Thanks, merged! Guess I lost track of this thread. :P