Tell me if you can please...
Im is newbie lua. (
)
My posts
General
I want to learn how to IN-GAME LUA SETTING
I want to learn how to IN-GAME LUA SETTING
1

)
My posts
lua luareset;lua dofile("sys/lua/yourlua.lua")
If you want to learn how to program in Lua, here is the website:
If you want a framwork for programming a 2D games within Lua, here is the website:
If you want to know how to launch a Lua file in your server, here is the tutorial:
First, go to your cs2d folder.
Then, go to /sys/lua/, and put your specific file.
After that, in the same path open a file called server.lua .
Put this command after the last line:dofile ("sys/lua/yourfilename.lua")
Done!
Bowlinghead already said but which isn't in File Archive or it might be but with a different name but i will try again to search it) or you mean how to execute a script through the server with the command
lua (which you can execute a script in the game without writting the dofile).
eledah: This command is commonly used to execute a script instead of manipulating it while are you in game.
1
