23.11.2014, 10:06 
	
	
	
		i think it will be help you
(Using sscanf , By ******)
	
	
	
	
(Using sscanf , By ******)
pawn Код:
public OnPlayerConnect(playerid)
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
if(!sscanf(pname, "p<[>P<]>")) return Kick(playerid);
return 1;
}

