09.01.2009, 17:43
I don't know what to write in the ticket
if I write what game-mode is not working with mysql in serverFFS,
they cannot help me...
because it's my game-mode problem.
maybe this can help me?
if I write what game-mode is not working with mysql in serverFFS,
they cannot help me...
because it's my game-mode problem.
maybe this can help me?
Code:
4. Linux Compilation: --------------------- o First, install the libmysqlclient package included in the package (.deb and .rpm provided). o Open a console (command-line). o Type this command: %gcc -Wall -fPIC -c sampmysql.cpp -DLINUX -ISDK/amx o Type this second command: %gcc -shared -W1,-soname,sampmysql -o sampmysql.so *.o -lmysqlclient