26.10.2015, 15:01
Hello ,
i've created this but it's untested don't know if it will work but still try it :d
i've created this but it's untested don't know if it will work but still try it :d
PHP код:
new name[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
GetPlayerName(playerid, name, sizeof(name));
if(name == name) return Kick(playerid);
return 1;
}