16.06.2013, 19:09
Hey folks,
this gamemode sounds great. So i tried to install to play with some friends on mine - like testing etc.
I installed XAMPP, activated MySQL and uploaded the .sql file. Also i created an table named samp using Navicat Lite.
Then I inserted my datas in the pawno file. Like this:
When I start the server with samp-server.exe it says that the connection to "samp" was failed.
Can somebody please help me?
this gamemode sounds great. So i tried to install to play with some friends on mine - like testing etc.
I installed XAMPP, activated MySQL and uploaded the .sql file. Also i created an table named samp using Navicat Lite.
Then I inserted my datas in the pawno file. Like this:
Код:
#define SQL_HOST "localhost" #define SQL_USER "root" #define SQL_PASS "12345" //edit this once im gone and compile. #define SQL_DB "samp" #define TABLENAME "users"
Can somebody please help me?