Search found 236 matches

by Luk4ward
Fri Feb 27, 2009 9:00 am
Forum: ET Modding
Topic: anti prone :-)
Replies: 40
Views: 135781

I want to catch a vote. From what u r saying this code should works: for j = 0, maxclients-1 do if (et.gentity_get(j, "s.eFlags")) == 16384 then voted = true et.G_LogPrint(string.format("client %d voted\n",j)) end en...
by Luk4ward
Thu Feb 26, 2009 9:35 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 992455

Well, i saw it when u said to me to get new glasses. If you replied me like now instead of flamming i would say nothing or respect your comments. Now, we will see if your comments are really worth. Typo: The LUA interpreter doesn't complain about this additional ; Who knows... !blame yes, it doesnt ...
by Luk4ward
Sun Feb 22, 2009 3:34 pm
Forum: ET Server Admins
Topic: ET Admin Mod Problem
Replies: 3
Views: 16380

heh..First of all this bug was fixed, see thread: http://bani.anime.net/banimod/forums/viewtopic.php?t=6777 Second of all: !ban - will ban the punkbuster guid (which they can easily change) and it is the same command as: PB_SV_BanGuid [guid] [player_name] [IP_Address] [reason] Adds a guid directly t...
by Luk4ward
Sun Feb 22, 2009 5:40 am
Forum: ET Server Admins
Topic: ET Admin Mod Problem
Replies: 3
Views: 16380

Something is with the log. Btw how they hacked your server and how do u want to ban them? :?
by Luk4ward
Fri Feb 20, 2009 10:57 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 992455

bennz wrote:Luk4ward, you need new glasses. :?
and u need a new brain -.-'
by Luk4ward
Fri Feb 20, 2009 9:46 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 992455

I heard that some ET server got hacked because of the vote exploit. So its working, but with hacked client. Btw i think i found a little typo in your code Reyalp :): if cmd == "callvote" or cmd == "ref" or cmd == "sa" or cmd == "semiadmin" then local args=et.C...
by Luk4ward
Fri Feb 13, 2009 1:32 pm
Forum: ET Modding
Topic: anti prone :-)
Replies: 40
Views: 135781

if ( ((et.gentity_get(j, "s.eFlags")) == 524292) or ( (et.gentity_get(j, "s.eFlags")) == 1572868 ) ) then this wont work cuz if u press console or fire or anything else while prone the bitflag gets to high ... and sometimes u start playing ur bitflag is 4 and sometimes ist 0 so ...
by Luk4ward
Thu Feb 12, 2009 6:06 pm
Forum: ET Modding
Topic: anti prone :-)
Replies: 40
Views: 135781

try this samplerate = 500 -- function et_InitGame(levelTime,randomSeed,restart) mclients = tonumber( et.trap_Cvar_Get( "sv_maxClients" ) ) --gets the maxclients end function et_RunFrame( levelTime ) if math.mod(levelTi...
by Luk4ward
Thu Feb 12, 2009 4:36 pm
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 992455

is there a fix for the ^ at end of name outside of ACPro? http://www.snl-clan.com/forum/viewtopic.php?f=9&t=9789 Btw can anyone confirm me that the last update is really necessarry? Coz i checked this and ET is already patched for those bugs, am i right? edited: I made updated version of combin...
by Luk4ward
Wed Feb 11, 2009 1:30 pm
Forum: ET Modding
Topic: anti prone :-)
Replies: 40
Views: 135781

yes, this will be the easiest way. But if u only change his location then he will be able to stand up...It is not the 100% method to freeze a player. You can try to set him fieldname speed to very low value: et.gentity_set( j, "speed", 0.0 ) -- 0.0 coz speed is a float valu...
by Luk4ward
Sat Feb 07, 2009 12:03 pm
Forum: ET Modding
Topic: anti prone :-)
Replies: 40
Views: 135781

You cant freeze a player :>. You can move under map if u want :D
by Luk4ward
Mon Jan 19, 2009 3:11 pm
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 992455

ReyalP wrote:New update, see first post.
I checked this on the server and it says:

Code: Select all

invalid string bla bla
2nd of all u can vote only on specified votes?
by Luk4ward
Sat Jan 10, 2009 7:54 am
Forum: ET Bugs/Cheats
Topic: Netchan_Transmit
Replies: 0
Views: 140416

Netchan_Transmit

Hi, after this error my server shutdown. I think it may be connected with the new map. Here u go a log: ------ Server Initialization ------ Server: et_mor_pro Hunk_Clear: reset the hunk ok ================ MAIN log ================ 309744 MAIN memory in 63 blocks 308484 MAIN memory o...
by Luk4ward
Tue Sep 16, 2008 10:42 am
Forum: ET Modding
Topic: Spawning via lua?
Replies: 2
Views: 39200

Spawning via lua?

Hi.

Is it possible to spawn things or even people via lua?

Regards
by Luk4ward
Mon Aug 18, 2008 2:40 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 992455

UPDATE August 1 2008
etadmin_mod can be tricked into giving people with certain names admin access. See http://www.snl-clan.com/forum/viewtopic.php?f=9&t=9789 for a workaround.

ty SNL|Lucel|STA
I fixed it via lua in ACpro in the day when it was discovered:

click