Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/15/15 in all areas

  1. Nachz

    Need help with a lua script.

    Thanks for the cvar, I really forgot this one. Also I'm working on something else and the lua module don't want to load so I guess there is a problem with one of these function: function et_Obituary(victim,killer,meansOfDeath) getkiller(victim,killer) end function getkiller(victimID,killerID) local hpkiller = et.gentity_get(killerID,"ps.stats",0) local name = et.gentity_get(killerID,"pers.netname") et.trap_SendServerCommand(victimID,"chat \"^7 "..name.." was at ^1"..hpkiller.." ^7HP when he killed you !\"") -- et.trap_SendConsoleCommand( et.EXEC_APPEND, "readconfig\n" ) -- Pretty sure you don't need readconfig in this situation end end Thanks ! Edit: Right after I posted the code I saw my error ^^ Fixed.
    1 point
  2. set sv_wwwDlDisconnected 0I think. As for the second problem I don't think so. I recommend installing ET Outside program files then you don't have that problem. But again somehow you need to get that to your players. This problem comes up so often usually most players can figure it out with google. It is still best if you have a clan website to make it easy for people to find the solution.
    1 point
×
×
  • Create New...