Log in - Server Closed to connection
#1

Hello

Yesterday i script commands and tried to test it i get this picture:

I Mean, "Server Closed to connection" is after public SpawniM2ngija(playerid), code is right and everything else too, at least yesterday was, can be here any problem ?
Code:
public SpawniM2ngija(playerid)
{
    SpawnPlayer(playerid);
	SendClientMessage(playerid, -1, "Oled sisselogitud - Andry Roleplay");
	SendClientMessage(playerid, -1, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
	format(stri, sizeof(stri), "Mдngumoodi versioon: %s", Versioon);
	SendClientMessage(playerid, -1, stri);
	format(stri, sizeof(stri), "Viimane uuendus: %s", VUuendus);
	SendClientMessage(playerid, -1, stri);
	SendClientMessage(playerid, -1, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
	if(M2ngijaInfo[playerid][mPosX] == 0 && M2ngijaInfo[playerid][mPosY] == 0 && M2ngijaInfo[playerid][mPosZ] == 0)
	{
	    SetPlayerPosition(playerid, 631.0473,-571.5751,16.3359,270.5452,0);
	    SendClientMessage(playerid, -1, "Spawnisime sind uude asukohta.");
	}
	if(M2ngijaInfo[playerid][mPosX] != 0)
	{
    	SetPlayerPosition(playerid, M2ngijaInfo[playerid][mPosX], M2ngijaInfo[playerid][mPosY], M2ngijaInfo[playerid][mPosZ], M2ngijaInfo[playerid][mAngle], M2ngijaInfo[playerid][mInt]);
    	SendClientMessage(playerid, -1, "Taastasime sinu endise asukoha.");
 	}
 	if(M2ngijaInfo[playerid][mKarakter] > 0) return SetPlayerSkin(playerid, M2ngijaInfo[playerid][mKarakter]);
	if(M2ngijaInfo[playerid][mKarakter] == 0) return SetPlayerSkin(playerid, 208);
 	return 1;
}
Reply


Messages In This Thread
Log in - Server Closed to connection - by Larry123 - 10.01.2012, 10:25
Re: Log in - Server Closed to connection - by Norck - 10.01.2012, 11:10
Re: Log in - Server Closed to connection - by Larry123 - 10.01.2012, 14:33
Re: Log in - Server Closed to connection - by Larry123 - 10.01.2012, 14:48
Re: Log in - Server Closed to connection - by Larry123 - 10.01.2012, 15:20
Re: Log in - Server Closed to connection - by Larry123 - 10.01.2012, 18:35
Re: Log in - Server Closed to connection - by Larry123 - 11.01.2012, 12:06
Re: Log in - Server Closed to connection - by Larry123 - 12.01.2012, 20:20
Re: Log in - Server Closed to connection - by Twinki1993 - 12.01.2012, 22:38
Re: Log in - Server Closed to connection - by Larry123 - 13.01.2012, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)