Server closed the connection
#4

Quote:
Originally Posted by DeathTone
Посмотреть сообщение
Your doing it reversed.

Correct way:

pawn Код:
if(strfind(pName, "_", true) != -1)
{
format(sstring, 128, "You do not have an proper roleplay name! Example: John_Smith.");
SendClientMessage(playerid,ROJO, sstring);
Kick(playerid);
return 1;
}
if(strfind(pName, "_", true) == -1) will return 1 if it DID find a "_" in the username.
Ya I replaced the code but I still got the error thanks though for helping. Anyone else got any suggestions ro would like me to further on post any code?
Reply


Messages In This Thread
Server closed the connection - by Adam420 - 06.08.2012, 02:51
Re: Server closed the connection - by Eminem 2ka9 - 06.08.2012, 02:53
Re: Server closed the connection - by DeathTone - 06.08.2012, 02:57
Re: Server closed the connection - by Adam420 - 06.08.2012, 03:06
Re: Server closed the connection - by ReneG - 06.08.2012, 03:08

Forum Jump:


Users browsing this thread: 1 Guest(s)