PDA

View Full Version : Add Health Points



Kaco123
5-06-2015, 10:14
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.

DRi*VJ*
7-06-2015, 22:31
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?

mazak
9-06-2015, 17:36
Available for mod N!tmod:
http://etmods.net/nitmod_cvars.php#n_classesMaxHP

Kaco123
10-06-2015, 18:37
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

DRi*VJ*
12-06-2015, 17:16
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, 16:17
Available for mod N!tmod:
http://etmods.net/nitmod_cvars.php#n_classesMaxHP

thanks, didnt know it, added to all classes 156 hp.