mirror of
https://github.com/etlegacy/etlegacy-lua-scripts.git
synced 2025-02-16 17:01:52 +00:00
Update README.md
This commit is contained in:
parent
c0a6dac4b1
commit
a3e8b86191
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,6 +1,6 @@
|
|||
# Lua scripts
|
||||
|
||||
Lua scripts for the Legacy mod
|
||||
Lua scripts for the Legacy mod.
|
||||
|
||||
|
||||
## CONSTANTS
|
||||
|
@ -39,3 +39,15 @@ Lua scripts for the Legacy mod
|
|||
## announcehp
|
||||
|
||||
* Killer's HP is displayed to their victims.
|
||||
|
||||
# Notes
|
||||
* Please always add modname and version to your lua script
|
||||
```
|
||||
modname="NameofLua"
|
||||
version="1.0"
|
||||
|
||||
function et_InitGame()
|
||||
et.RegisterModname(modname.." "..version)
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue