How to detect my name
#6

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    if(strcmp(name,"nameofyourfrined",false))
    {
       Kick(playerid);
    }
    return 1;
}
That what i ment, already solved it but Thanks
Reply


Messages In This Thread
How to detect my name - by [D]ry[D]esert - 26.08.2012, 02:53
Re: How to detect my name - by Avi57 - 26.08.2012, 02:57
Re: How to detect my name - by leonardo1434 - 26.08.2012, 03:03
Re: How to detect my name - by [D]ry[D]esert - 26.08.2012, 03:05
Re: How to detect my name - by Akira297 - 26.08.2012, 03:06
Re: How to detect my name - by [D]ry[D]esert - 26.08.2012, 03:07

Forum Jump:


Users browsing this thread: 1 Guest(s)