I have a few of questions.
-Can anyone point me to a MySQL plugin like that? (Lite-C to MySQL)
-do you know of a php-sql web like that but in english?
-In the ANet manual it says "the latest VC 2008 Redistributable Package must be installed", will the pc running the final client also need to install this?
-My server and client will be two different gs applications because I dont want them to have my server code. In the manual I read this
"It's better to use Lite-C instead of C-Script. Some functions like enet_send_var cause much less traffic in Lite-C. In Lite-C you can only use clients and servers that are started with exactly the same version of your game. In C-Script, you can use different Versions."
but I also read this other thing in the manual
"Please notice: If enet_send_var, enet_send_array or enet_send_string are used in Lite-C, all clients and the server has to be started with the same application (= the same source code)!
Please notice also that all clients and the server have to use the same scripting language!"
. So I wanted to know... if I use Lite-C, will those three functions be the only ones i cannot use? If there are more, what other functions will not work?