SA-MP Forums Archive
Server Stops Loading at "Connected. Joining the game... - 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 Stops Loading at "Connected. Joining the game... (/showthread.php?tid=187099)



Server Stops Loading at "Connected. Joining the game... - tomokazu - 01.11.2010

I can still type /q
The server won't fix itself if we restart.
This happens to everybody, I can go to any other server

When I click the server in the server selection it always says this:



And when i connect to it, the server just stays here and does not load:


[EDIT]

The owner used /unbanip then the server started to do this

[EDIT 2]

The /unbanip command code is this
Код:
    if(strcmp(cmd,"/unbanip",true)==0)
	{
		if(PlayerInfo[playerid][pAdmin] >= 3)
		{
		    tmp = strtok(cmdtext,idx);
		    if(!strlen(tmp))
		    {
		        SendClientMessage(playerid,COLOR_GRAD1,"USAGE: /unbanip [players ip]");
		        return 1;
   			}
			format(string,sizeof(string),"unbanip %s",tmp);
			RemoveBan(tmp);
			SendRconCommand(string);
			SendRconCommand("reloadbans");
   			GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
			GetPlayerName(playerid, sendername, sizeof(sendername));
			if(PlayerInfo[playerid][pAdmin] == 11) { sendername = "Hidden Admin"; }
			format(string, 256, "AdmWarning: %s has unbanned IP %s", sendername,tmp);
			ABroadCast(COLOR_YELLOW,string,1);
		}
		return 1;
	}



Re: Server Stops Loading at "Connected. Joining the game... - Toreno - 03.11.2010

Let me get this straight... how it happens?
when you enter the game, it shows you that?
or you can connect and play but when your friend is typing /unbanip?
it shows it? more details... you mixed up everything here :\


Re: Server Stops Loading at "Connected. Joining the game... - Limex - 03.11.2010

Post the contents of the RemoveBan(tmp); function.

Also, this could be a script files issue as in it is trying to read / write something that isn't there in the scriptfiles folder.


Re: Server Stops Loading at "Connected. Joining the game... - tomokazu - 03.11.2010

@EliranPesahov You just cant read

@Limex I don't know how to script i needed somebody to look at it to see if there is anything wrong with it.... I am not the scripter for this server somebody else does i just got the information of wha happened and stuff.


Re: Server Stops Loading at "Connected. Joining the game... - tomokazu - 18.11.2010

It Fixed itself over time. No need for any replys.