Does anyone or any mod out there connect to a local database yet? I tried using some other things but haven't been able to make a lua script to connect! Thanks!
The problem is that you can't include stuff like that (they disabled c++ support),
the only thing you can do connect via post with a php website which is connected to a mysql server
(like ns2stats is doing it)
If you would read the links first before posting them you would have read that this also need a compiled c file which cant be implemented in ns2 lua...
Comments
the only thing you can do connect via post with a php website which is connected to a mysql server
(like ns2stats is doing it)
It's not ideal, but just put a lightweight web server on top of your SQL server.
Example: