2013-11-17 21:13:11 +00:00
|
|
|
# Lua scripts
|
2013-04-06 11:22:22 +00:00
|
|
|
|
2013-04-06 11:57:34 +00:00
|
|
|
Lua scripts for the Legacy mod
|
|
|
|
|
2013-09-22 06:52:53 +00:00
|
|
|
|
|
|
|
## CONSTANTS
|
|
|
|
|
|
|
|
** Scipts with useful constants for custom scripts
|
|
|
|
|
|
|
|
|
|
|
|
## dynamite
|
2013-04-06 11:57:34 +00:00
|
|
|
|
|
|
|
* This Script supports beside legacy mod: ETPro, EtPub & NoQuarter
|
2013-09-22 06:52:53 +00:00
|
|
|
* Clients can toggle dynatimer with `setu v_dynatimer 1/0`
|
2013-11-17 21:13:11 +00:00
|
|
|
|
|
|
|
## xpsave
|
|
|
|
|
2013-11-17 22:45:25 +00:00
|
|
|
*In development and not intended to be used for public servers yet*
|
2013-11-17 21:13:11 +00:00
|
|
|
|
|
|
|
* This script is intended for Legacy mod, but may work in NoQuarter too
|
|
|
|
* luasql module with sqlite3 driver is required, but other database drivers may be used instead with a small change
|
|
|
|
* it could be tweaked to use file backend instead
|
|
|
|
|