Server closed. - 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 closed. (
/showthread.php?tid=379307)
Server closed. -
Hitek - 21.09.2012
Hi , i have a problem. I run the server and when i`m connected the server close. At compile there is no errors. Help me.
Sorry my bad english.
Re: Server closed. -
shaniyal - 21.09.2012
So u mean it requires a password to join
, Check ur server.cfg if there is something like password line
Re: Server closed. -
Hitek - 21.09.2012
Quote:
echo Executing Server Config...
lanmode 0
rcon_password 1
maxplayers 500
port 7777
hostname Test Server
gamemode0 rggm
filterscripts
plugins mysql sscanf streamer
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
|
Here is the answer?
Re: Server closed. -
shaniyal - 21.09.2012
Change rcon_password 1 to rcon 1
-
Player23 - 21.09.2012
Tip: Match samp client with server client, both should be same.
Re: Server closed. -
Mark™ - 21.09.2012
Quote:
Originally Posted by shaniyal
Change rcon_password 1 to rcon 1
|
What are you talking about ? Without rcon_password variable the server won't even start.
Re: Server closed. -
Hitek - 21.09.2012
Quote:
Originally Posted by shaniyal
Change rcon_password 1 to rcon 1
|
I try but ... not working. Is the same problem.
Quote:
Tip: Match samp client with server client, both should be same.
|
Are the same.
Re: Server closed. -
Mark™ - 21.09.2012
Quote:
Originally Posted by Hitek
I try but ... not working. Is the same problem.
Are the same.
|
Post your server_log.
-
Player23 - 21.09.2012
May be you put this in your script:
Code:
OnPlayerConnect(playerid) {
Kick(playerid);
}
Or make sure you are not banned from the server. (Check samp.ban file in the server folder)
Re: Server closed. -
Hitek - 21.09.2012
Quote:
Originally Posted by Player23
May be you put this in your script:
Code:
OnPlayerConnect(playerid) {
Kick(playerid);
}
Or make sure you are not banned from the server. (Check samp.ban file in the server folder)
|
I add this but doesn`t compile.