Can i be admin? = Kick(playerid);
#1

I want to know how it s possible to kick someone who asked in chat or pm: - can i be admin pls? or - can i be admin
Reply
#2

Код:
public OnPlayerText(playerid, text[])
{
  if (strcmp("Can I be admin pls?", text, true, 10) == 0)
  {
     Kick(playerid);
  }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)