Search found 5 matches

by Phenomenon
Sun Nov 18, 2007 5:59 am
Forum: ET Pro
Topic: To finish ETPro?
Replies: 22
Views: 43838

I d like to see the logfiles having a DAY in the timelog, not only the hour. Evaluation would be A LOT easier with the day logged (servertime of course). Also go try to find something that happend on Tuesday on your server... good luck. To print a simple date on each game init put this line into a ...
by Phenomenon
Thu Aug 17, 2006 10:46 am
Forum: ET Modding
Topic: announce players hp left
Replies: 24
Views: 49180

simply add

Code: Select all

set lua_modules "playsound.lua announcekillershealth.lua"
to your config
by Phenomenon
Thu Aug 17, 2006 8:29 am
Forum: ET Modding
Topic: announce players hp left
Replies: 24
Views: 49180

Re: announce players hp left

I was woundering if there is a way to get the server to tell how mutch hp the player had left, when you are killed by him I see many players asking the other player how mutch hp he had left,after the duell. so it would be nice to let the server tell it - save following code as announcekillershealth...
by Phenomenon
Thu Aug 03, 2006 2:52 am
Forum: ET Pro
Topic: ReyalP!! Help
Replies: 11
Views: 10866

- save this code as playerscmd.lua to ur etpro folder - add set lua_modules "playerscmd.lua" to ur server configuration - restart ur server function et_ClientCommand(clientnum, command) if string.lower(command) == "players" then et.trap_SendServerC...
by Phenomenon
Wed Jul 26, 2006 2:43 am
Forum: ET Modding
Topic: LUA: Playing a sound for a specific player only
Replies: 4
Views: 10609

Have a look at my WolfWiki user page. There is a function that does exactly what you want (et.G_ClientSound()). You must have ETPro 3.2.6 beta test release 1 installed on your server.

have phun