Results 1 to 6 of 6
  1. #1
    Here I am! Kaco123's Avatar
    Join Date
    Jun 2015
    Replies
    16
    Country
    Poland
    Clan
    h8us

    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.

  2. #2
    Banned DRi*VJ*'s Avatar
    Join Date
    Sep 2013
    Replies
    81
    Country
    United States
    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?

  3. #3
    Spamming the boards! mazak's Avatar
    Join Date
    Jun 2013
    Replies
    62
    Country
    Poland

  4. #4
    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

  5. #5
    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

  6. #6
    Spamming the boards! ETc|#.Jay.#'s Avatar
    Join Date
    Oct 2010
    Replies
    197
    Country
    Germany
    Xfire
    skype: jay1110
    Discord
    ETc|₪.Jay.₪#4322
    Clan
    ETc|Clan
    Quote Originally Posted by mazak View Post
    thanks, didnt know it, added to all classes 156 hp.
    11 kills 88deaths = 0 skill




Posting Permissions