Results 1 to 6 of 6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Here I am! Kaco123's Avatar
    Join Date
    Jun 2015
    Replies
    16
    Country
    Poland
    Clan
    h8us
    Quote Originally Posted by DRi*VJ* View Post
    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.

    Quote Originally Posted by mazak View Post
    But this is for nitmod, I have NQ 1.2.9

  2. #2
    Banned DRi*VJ*'s Avatar
    Join Date
    Sep 2013
    Replies
    81
    Country
    United States
    Quote Originally Posted by Kaco123 View Post
    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

Posting Permissions