Search found 5 matches

by Furion
Sun Jun 17, 2007 2:12 pm
Forum: ET Modding
Topic: [Lua] Distance'o-meter
Replies: 8
Views: 10034

Good idea :p
Fixed.
Im not good on code optimalizm ^^'
by Furion
Wed Feb 21, 2007 4:43 pm
Forum: ET Bugs/Cheats
Topic: et-sdl-sound and etpro (thinks i'm cheating)
Replies: 5
Views: 8980

Set TS sound output device to /dev/adsp, and /dev/dsp will be free for et. It's working for me and i don't see any difference in sound quality ,also i don't hear any delays ;>
by Furion
Wed Feb 21, 2007 11:50 am
Forum: ET Pro
Topic: Flamer = Useless?
Replies: 29
Views: 91866

Just don't make flame thrower to another pf-like weapon, that is hard to escape ;p this type of weapons is bad for et... and only make people to flame on chat ;p
by Furion
Wed Feb 21, 2007 11:37 am
Forum: ET Servers
Topic: Selling Servers
Replies: 3
Views: 12055

I don't know, maybe you are trusted person, but people usually choose the organised companies Maybe he got server from organised host to sell :> but Igloo is right, you need to give some more info that can be trust, like website or ip to it or if it's on your dedicated server give some info about it.
by Furion
Fri Feb 09, 2007 12:30 pm
Forum: ET Modding
Topic: [Lua] Distance'o-meter
Replies: 8
Views: 10034

[Lua] Distance'o-meter

Hello there ^^ Thank you for activateing my acc here ;p as same i posted on splash-damage forums... I coded function that calculates distance between objects positions in vec3 value. Here it is: function dist(a ,b) local dx = math.abs(b[1] - a[1&#9...