Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by Karan007
Hello ,
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;
}
|
What the hell is that code what will it fix like jesus.