[Ajuda] Intro dando Closed The Connection.
#6

Essa aqui:
public OnPlayerConnect(playerid)
{
if(!ServerLoaded)
{
SendClientMessage(playerid, COLOR_GREY, "Server vai ser reiniciado.");
J_Kick(playerid);
return true;
}
//if(!CheckAccess(playerid)) return true;

ConnectedPlayer[playerid] = true;
new string[150];

if(CheckPlayerBanIP(playerid)) return true;
GetPlayerIp(playerid,PlayerIp[playerid],16);
GetPlayerName(playerid,PlayerName[playerid],24);
mysql_real_escape_string(PlayerName[playerid], PlayerName[playerid]);

if(strlen(PlayerName[playerid]) < 3) return Kick(playerid);
Reply


Messages In This Thread
Intro dando Closed The Connection. - by OlhoDeFalcao - 13.12.2012, 19:14
Re: Intro dando Closed The Connection. - by JonathanFeitosa - 13.12.2012, 19:17
Re: Intro dando Closed The Connection. - by HardWar - 13.12.2012, 19:19
Re: Intro dando Closed The Connection. - by DiReCt hIt - 13.12.2012, 19:22
Re: Intro dando Closed The Connection. - by OlhoDeFalcao - 13.12.2012, 19:31
Re: Intro dando Closed The Connection. - by OlhoDeFalcao - 13.12.2012, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)