is there any way to do this? addons or a code?
(User was banned for this post ("Wrong Section. See the DEVELOPER DISCUSSION for addon and lua coding help" - Kiwi))
is there any way to do this? addons or a code?
(User was banned for this post ("Wrong Section. See the DEVELOPER DISCUSSION for addon and lua coding help" - Kiwi))
Yeah there are multiple ways to do this.
like what? (with out that “adm ball 1000hp”)
SetMaxHealth to a high number. It cannot be infinite since health is a 32-bit signed int.
what is the command?
There is no concommand. You’ll have to use a Lua script:
Alternatively, you can use lua_run to run the function.