I want to get explain of this lua script and admin script i just want to know how to use and what do we do and where do i type the code these thing if i need a server i can create by the dedicated server but after i open cs2d_dediacted my server own't come online and i try 100 of times but it won't work and i research it but i can't find a solution pls can anyone briefly explain me i will be happy pls don't be angry on me just cause i don't know this thing
Forum
CS2D Scripts I need explainI need explain
10 replies 1
I want to get explain of this lua script and admin script i just want to know how to use and what do we do and where do i type the code these thing if i need a server i can create by the dedicated server but after i open cs2d_dediacted my server own't come online and i try 100 of times but it won't work and i research it but i can't find a solution pls can anyone briefly explain me i will be happy pls don't be angry on me just cause i don't know this thing
Also, to use a scripts you just put into the sys/lua folder and put in dofile("sys/lua/NameOfYourLua.lua") into server.lua. Finally, regarding your server problem, I'm not sure you've done your "research" because there's a sticky server guide thread:
http://unrealsoftware.de/forum_posts.php?post=117400#jn
Solution:
1. Place the downloaded scripts in cs2d/sys/lua/*.*
2. Open cs2d/sys/lua/server.lua
3. Type
1
dofile("sys/lua/file.lua")
Make sure you change file.lua to match the file you downloaded.
Most of the files--well at least mine replace server.lua so you only need to place it in cs2d/sys/lua/*.* or in some cases just drag the folder provided into cs2d/*.*.
and where do i change the name
Change in this folder server.lua
1