L Admin, Disable chat before logging in [HELP]
#2

Quote:
Originally Posted by mattym
Im using L Admin and im wondering if someone knows how to make that the chat is disabled before you are logged in...
pawn Код:
public OnPlayerText(playerid, text[])
pawn Код:
if(PlayerInfo[playerid][LoggedIn] != 1)
    {
      SendClientMessageToAll(grey,"You are not logged in, you can't use the chat!");
      return 0;
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)