Search found 5 matches

by nano
Sun Apr 01, 2007 8:19 am
Forum: ET Bugs/Cheats
Topic: Punkbuster GUID, cl_guid ...
Replies: 4
Views: 7794

Punkbuster GUID, cl_guid ...

Hi, many LUA mods (including mine) make use of cl_guid do identify known players and to give them special rights. cl_guid does not contain the Punkbuster GUID and is spoofable (eth can do it). That means all mods using that method for identification are insecure and attackers may get advanced rights...
by nano
Sat Feb 24, 2007 4:15 am
Forum: ET Modding
Topic: Lua script about the intermission [help pls]
Replies: 13
Views: 11336

There is no such function that allows you to exec commands from a file, but it shouldn’t be that hard to write such one on your own.

Edit: What about the following?

Code: Select all

et.trap_SendConsoleCommand(et.EXEC_APPEND, "exec commands.txt")
by nano
Fri Feb 23, 2007 2:27 pm
Forum: ET Modding
Topic: Lua script about the intermission [help pls]
Replies: 13
Views: 11336

etadmin_mod can display some statistics when the round is over. You could download the source code and look at what messages it reacts. I know that you can read something like "Timelimit hit" in the console when the time is over.
by nano
Wed Jan 10, 2007 5:35 am
Forum: ET Server Admins
Topic: split up a b_banner over more lines
Replies: 5
Views: 7283

With LUA it's possible to display bp, cp and print with newlines in it. You could write your own banner system that supports newlines.
by nano
Wed Dec 20, 2006 3:10 am
Forum: ET Server Admins
Topic: how to setup fuedump for "removed tank" variant un
Replies: 2
Views: 7047

Just use the fueldump.script in the etpromapscripts/ directory.