09.06.2010, 12:34
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;
}