Not Connected
#1

Hey, so I managed to fix all the errors! Now my only issue is that the server wont load the settings that are used to connect to the MySQL. I use .pwn so it connects, here is an example:

PHP код:
#include "/modules/server/connection.pwn"
#include "/modules/server/load_settings.pwn"
#include "/modules/server/features/login_music.pwn"
#include "modules/business/functions.pwn"
#include "modules/houses/functions.pwn"
#include "modules/player/connect/cameras.pwn"
#include "modules/player/connect/banning.pwn"
//#include "modules/player/connect/cameras.pwn"
//#include "modules/player/animations.pwn" 
It's not connecting any of them and I'm not sure if maybe I should change the directory some how, or what else I could do?
Reply
#2

The modules having same name can cause problems like that (two functions.pwn)
Reply
#3

why do you put '/' in front of it?I don't know if that's the problem though.
PHP код:
#include "modules/server/connection.pwn" 
#include "modules/server/load_settings.pwn" 
#include "modules/server/features/login_music.pwn" 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)