Server online but not connecting - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server online but not connecting (
/showthread.php?tid=451558)
Server online but not connecting -
fam3ous - 17.07.2013
hi, i'm using gentoo x86_64. And i've downloaded the default server, have changed the server.cfg(the hostname and the rcon password) and start it. So the samp client tell me that the server is online, but when i try to connect to this server nothing happend, just show the message "The server didn't respond.Retrying...".
This command i starting the server: ./samp03svr &
Please tell me how to resolve this issue.
Re: Server online but not connecting -
FaceTutorialz - 17.07.2013
There is a many number of problems that causes this. The problems are:
- Your script has a bad code and its so bad it won't run
- You only have a .pwn file without a .amx file (Solution for this is to compile your script)
- Your IP address has changed while running (Solution for this is to go to command prompt and type ipconfig /all and look for your default ip which should look like 192.168.*.* or 127.*.*.*)
Re: Server online but not connecting -
fam3ous - 17.07.2013
Quote:
Originally Posted by FaceTutorialz
There is a many number of problems that causes this. The problems are:
- Your script has a bad code and its so bad it won't run
- You only have a .pwn file without a .amx file (Solution for this is to compile your script)
- Your IP address has changed while running (Solution for this is to go to command prompt and type ipconfig /all and look for your default ip which should look like 192.168.*.* or 127.*.*.*)
|
- I'm using the default files taken from
here.
- Have amx and pwm in folder
filterscripts.
- I've 5 ip, how to run only from one ip?(And i'm using linux, where is now command ipconfig, only ifconfig)
Re: Server online but not connecting -
FaceTutorialz - 17.07.2013
https://sampforum.blast.hk/showthread.php?tid=106958
This has instructions on how to run a linux server.
Re: Server online but not connecting -
fam3ous - 17.07.2013
Have resolved. Thanks for help