View Full Version : Add Health Points
Hello. I'm making a new nq 1.2.9 server. I would like to add HP for eng, med, soldier, cvops, field. Now it's set to 100 HP. I want 140. I dont know how to do it. Help me guys.
I'm not sure if their are settings inside of NQ ( never modded or anything for it ), but I could make you a lua script for it. Would that work?
Available for mod N!tmod:
http://etmods.net/nitmod_cvars.php#n_classesMaxHP
I'm not sure if their are settings inside of NQ ( never modded or anything for it ), but I could make you a lua script for it. Would that work?
I read about that lua scripting. Could you make tahta for me? I think it would be work.
Available for mod N!tmod:
http://etmods.net/nitmod_cvars.php#n_classesMaxHP
But this is for nitmod, I have NQ 1.2.9
I read about that lua scripting. Could you make tahta for me? I think it would be work.
But this is for nitmod, I have NQ 1.2.9
function et_InitGame(levelTime, randomSeed, restart)
et.RegisterModName("NQ health")
end
function et_ClientSpawn(clientNum, revived)
et.gentity_set(clientNum, "health", 140)
end
ETc|#.Jay.#
14-06-2015, 17:17
Available for mod N!tmod:
http://etmods.net/nitmod_cvars.php#n_classesMaxHP
thanks, didnt know it, added to all classes 156 hp.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.