LUA
16 files
-
Lua Enhanced Server Mod
By Zelly
Lua Enhanced Server Module or LuaESMod or LESM for short, is a server side mod written in lua which aims to provide many features for server admins and their players.
It can be used with various mods that support lua 5.1 and up.
Wiki
396 downloads
Submitted
-
balance.lua
I don't know who the author of this module is.
If anyone knows who wrote it, please let me know, I will update with the credits.
178 downloads
Submitted
-
CrazyMod
By Purple
A fun crazymod with multiple features allowing users to just go crazy and have a blast spamming and spraying everything in sight!
@Originally nnlimited ammo and weapons for Hunter
PM me for help or requests!
118 downloads
Submitted
-
Level Protection
By Purple
Simple lua file that whitelists admin levels based off IP.95 downloads
- protection
- level
- (and 2 more)
Submitted
-
chat logging
By hellreturn
Chat LUA to log chats in a separate file for easy review of what's happening on your server,
Credit: Internet source.
Download it and upload it to your silent mod folder and add the chat.lua in your LUA server settings config.
235 downloads
Updated
-
Adminchat
By Purple
Admin chat lua. Allows people to talk in a private chat like /ma. With this it can be great to have for trial members etc or higher level admins your choice.151 downloads
Submitted
-
Custom Voting
By Geo
Custom voting system that gives users access to additional useful votes.
To install:
You need to unzip the file and extract the files customvote.lua and zzz_customvote.pk3
Read the readme.txt
Upload these files into the silent folder on your server
In server.cfg cvar: lua_modules "customvote.lua"
Restart the server
239 downloads
Submitted
-
Rename Player
By hellreturn
-- This script renames the player around which have no name or use a not allowed name.
-- no functional warranty
-- by OldMan 2012/09/28 et-zone.de
157 downloads
Submitted
-
Botdetect
By hellreturn
---------------------------------------------
-- BOTDETECTV3.LUA
---------------------------------------------
-- covert-ops only, logging version + autokick version
-- sten, scoped garand and scoped K43
-- FOREWORD:
-- This script was never intended for release. However, once word of it got out, I have had repeated requests
-- and so have responded. It is important to understand what this script does before using it so its limitations
-- are clear. THIS SCRIPT DOES NOT DETECT AIMBOTS. What it does is look for consecutive kills with a limited number
-- of weapons and measure the flux in damage_given (damage/time). The scipt assumes that the damage caused between
-- 2 consecutive kills was inflicted by the MOD in et_obituary. This is a dangerous assumption, and so I have
-- limited the application of the script to sten, scoped K43 and scoped Garand to increase the chances of it being
-- true. Additionally, to help ensure that innocent players are never kicked, the script works on a "strike" system
-- i.e. 3 strikes before the player is kicked.
-- PURPOSE
-- This script was written to act as an annoyance to botters who come on the server when no admins are around. It
-- is no substitute for a good admin and will only ever kick botters using their bots on full.
-- I collected data for ~1 month and analysed it in order to find flux_weapon limits that are not obtained by
-- honest players (certainly never more than once in a map). If you use the limits here, it is unlikely an innocent
-- player will ever be kicked, unless he is repeatedly against a number of afks. I deemed this to be infrequent
-- enough to be acceptable.
-- GhosT:McSteve
-- www.ghostworks.co.uk
-- #ghostworks, #pbbans @quakenet
-- Version 3, 17/2/07
126 downloads
Submitted
-
Spec Command
By Geo
Spec Command lua script which works as a shrubbot command. An alternative for the console command "follow".
To install:
You need to unzip the file and extract the spec.lua file
Upload this file into the silent folder on server (/serverip/silent)
In server.cfg cvar: lua_modules "spec.lua"
In shrubbot.cfg add the shrubbot command information from inside Readme.txt
239 downloads
Updated
-
Submitted
-
Submitted
-
Updated
-
AutoPromo
By Dragonji
AutoPromo Lua script which automatically sets admin levels basing on player's XP.
Installation:
1. Unzip.
2. Open the file with notepad and configure it for your needs.
3. Upload it into "silent" folder located on your server.
4. Add "autopromo.lua" to lua_modules cvar.
521 downloads
- autopromotion
- lua
- (and 1 more)
Updated
-
SQL stats logger
By Sol
SQL Stats recorder v0.2.
Setup:
1. add dbstats.lua to lua_modules inside serverconfig.
2. create MySQL account and fill data on dbstats.lua ( DB:Connect("dbname", "dbuser", "dbpassword", "dbhost", 3306) )
3. type !sqlcreate on console or with rcon.
Client: !stats or !ratio commands show client's stats
Client: !listratio command shows all players stats
Client: !top kills or !top deaths commands show current top players.
Client: !resetstats command resets the client's stats in database.
587 downloads
Updated
-
Admin Check
By Sol
www.sol-solutions.pl
Admin Check LUA Script.
Version: 1.0
MinAdmLevel = 20 -- Min Adminlevel to show admin on list
AdmLeveltocmd = 0 -- Min Adminlevel to run this command
Maxchars = 10 -- name len (max chars)
167 downloads
Submitted