Jump to content

Kaco123

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Kaco123 reacted to Zelly in HP   
    Are you using this for NQ or silent. (Sorry if obvious question seeing how you have "NQ health", just not sure if you are using that as reference or you are actually on NQ)
     
    Cause there are two ways to do this and its easier in silent mod.
     
    EDIT#2: If you are on silent I am pretty sure all you need to do is:
     

    local MAX_HEALTH = 140 -- Change your max health here. function et_ClientSpawn( clientNum, revived, teamChange, restoreHealth ) et.gentity_set( clientNum , "ps.stats" , 4 , MAX_HEALTH ) endThis will make all classes start with 140. But it isn't this easy on older mods. 
    EDIT#3: Actually this code MIGHT work for other mods. Maybe it was just legacy mod that it crashed my server.
    ^^
×
×
  • Create New...