How can I disable the chat for registered players that aren't logged in?
#1

pawn Код:
PlayerInfo[playerid][Registered] == 1) {
- Registered? Yes.
pawn Код:
if(PlayerInfo[playerid][LoggedIn] == 0) {
- Logged in? No.

What I want is the chat totally disabled for players that are registered but not logged in.
I would like a message in the chat saying that tells the person to login first also.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)