
Originally Posted by
Kaco123
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
Code:
function et_InitGame(levelTime, randomSeed, restart)
et.RegisterModName("NQ health")
end
function et_ClientSpawn(clientNum, revived)
et.gentity_set(clientNum, "health", 140)
end