mirror of
https://github.com/etlegacy/etlegacy-lua-scripts.git
synced 2024-11-10 07:22:07 +00:00
updated README
This commit is contained in:
parent
6ff5e0e6f4
commit
3571024749
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -1,7 +1,7 @@
|
|||
# Lua scripts
|
||||
|
||||
* Lua scripts for the Legacy mod.
|
||||
|
||||
* Lua scripts for the Legacy mod. They might or might not work with other mods.
|
||||
* Lua API doc: see https://legacy-lua-api.readthedocs.io
|
||||
|
||||
## banners
|
||||
|
||||
|
@ -9,14 +9,12 @@
|
|||
|
||||
## dynamite
|
||||
|
||||
* This script supports beside legacy mod: ETPro, EtPub & NoQuarter
|
||||
* Clients can toggle dynatimer with `setu v_dynatimer 1/0`
|
||||
|
||||
## xpsave
|
||||
|
||||
* This script is intended for Legacy mod, but may work in NoQuarter 1.2.9 and above
|
||||
* Save XP between play sessions.
|
||||
* LuaSQL module with sqlite3 driver is required
|
||||
* The script could be tweaked to use file backend or other database drivers instead of sqlite3
|
||||
|
||||
## announcehp
|
||||
|
||||
|
@ -30,6 +28,12 @@ If player has less than 25% of the health, medic can use syringe to heal the tea
|
|||
|
||||
* This script is intended for legacy `2.77+` mod.
|
||||
|
||||
## spawn-invul-fair
|
||||
|
||||
Remove spawn shield protection when firing.
|
||||
|
||||
* This script is intended for legacy `2.77+` mod.
|
||||
|
||||
# Notes
|
||||
* Please always add modname and version to your lua script
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue