Deleting or doenst saving account file? Before kicking
#1

Код:
public OnPlayerConnect(playerid)
{
	new plname[MAX_PLAYER_NAME];
	GetPlayerName(playerid, plname, sizeof(plname));
	new namestring = strfind(plname, "_", true);
 	if(namestring == -1)
	{
		SendClientMessage(playerid, COLOR_YELLOW2, "[NIMIKONTROLLIJA] Su nimi ei ole sobiv!");
		SendClientMessage(playerid, COLOR_YELLOW2, "[NIMIKONTROLLIJA] Su nimi peab olema formaatides Eesnimi_Perenimi.");
		Kick(playerid);
		return 1;
	}
	return 1;
}
How do make, it before kick will deletes account and kicked or smth?
Theres still saving accounts, when anyone comes without _ and kicked, then saved accounts to users folder.
Reply
#2

.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)