18.08.2015, 20:11
(
Last edited by decondelite; 19/08/2015 at 08:27 AM.
Reason: Problem solved
)
Hello.
I'm struggling to get this issue fixed. My NPC works like a charm on my local server. But on my host (Debian 7 Wheezy - 64 bits), he won't even TRY to connect with ConnectNPC() (not even a connection incoming from 127.0.0.1). But he will connect correctly if I launch him via SSH (root):
Why won't it work? Also note that I've set the CHMOD of samp-npc to 777, in case of, but it doesn't help at all.
I do have installed the packages to run 32 bit applications, in case you're wondering.
I've tried browsing the entire logs of the VPS, no-thing to be found.
I'll admit that I'm kinda newbie at managing a Linux host, but well until now I've always managed to get things working by Googlin'. This time I'm completely stuck and have no idea what to try.
I'm struggling to get this issue fixed. My NPC works like a charm on my local server. But on my host (Debian 7 Wheezy - 64 bits), he won't even TRY to connect with ConnectNPC() (not even a connection incoming from 127.0.0.1). But he will connect correctly if I launch him via SSH (root):
Code:
./samp-npc -h 127.0.0.1 -p 8888 -n Chuck_Norris -m ChuckNorris &
I do have installed the packages to run 32 bit applications, in case you're wondering.
I've tried browsing the entire logs of the VPS, no-thing to be found.
I'll admit that I'm kinda newbie at managing a Linux host, but well until now I've always managed to get things working by Googlin'. This time I'm completely stuck and have no idea what to try.