16.02.2016, 16:27
Hello,
For some strange reason NPCs can connect to my servers last 3 days. There were no issues with NPCs for over 2 years and now it just won't work.
- I have set maxnpc in server.cfg properly
- There are absolutely no records in SA-MP server logs showing incoming connection
- All files are set to 0777
- There are no bugs with the PAWN code, the code with ConnectNPC is executing properly
- I have made no changes in dedicated server settings or SA-MP server files
- I tried to disable cookie system, with no effect at all
- I tried older versions of samp-npc, with no effect at all
When I run the following command to connect the NPC:
The process with that NPC starts running in htop and ends shortly within few seconds. There is again no record in SA-MP server log showing incoming connection.
I would like to kindly ask you for some help, I'm willing to offer some reward to anyone who would help me to successfully resolve this issue. Thanks in advance for your time and kindness.
For some strange reason NPCs can connect to my servers last 3 days. There were no issues with NPCs for over 2 years and now it just won't work.
- I have set maxnpc in server.cfg properly
- There are absolutely no records in SA-MP server logs showing incoming connection
- All files are set to 0777
- There are no bugs with the PAWN code, the code with ConnectNPC is executing properly
- I have made no changes in dedicated server settings or SA-MP server files
- I tried to disable cookie system, with no effect at all
- I tried older versions of samp-npc, with no effect at all
When I run the following command to connect the NPC:
Код:
./samp-npc -h 127.0.0.1 -p 7777 -n train_npc_1 -m NPC
I would like to kindly ask you for some help, I'm willing to offer some reward to anyone who would help me to successfully resolve this issue. Thanks in advance for your time and kindness.