Help Again.
#1

How do I Disable My servers Main Chat?
Thx
Reply
#2

Quote:
Originally Posted by ******s
How do I Disable My servers Main Chat?
Thx
hi again
basicly, just return 0;
pawn Код:
public OnPlayerText(playerid, text[])
{
    //IF YOU RETURN 0 THE TEXT WONT SHOW
    return 1;
}
Reply
#3

Thx.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)