Help with kick :D
#1

Hi
i need help
how can i make if my name is 'lol' i will be auto kicked by server
can anyone help me with this?
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
new pName[24];
GetPlayerName(playerid,pName,sizeof(pName));
if(!strcmp("lol",pName,true))
{
Kick(playerid);
}
return 1;
}
Reply
#3

Thnx.
Reply
#4

Quote:
Originally Posted by Linus-
Посмотреть сообщение
Thnx.
Welcome.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)