Global Chat
#2

use a var..

pawn Code:
// at the top
new GlobalChat;
forward DisableGlobalChat();
forward EnableGlobalChat();

// somewhere not inside a callback or function
public DisableGlobalChat()
{
      GlobalChat = 0;
}

// somewhere not inside a function
public EnableGlobalChat()
{
      GlobalChat = 0;
}
Reply


Messages In This Thread
Global Chat - by GiS - 15.03.2011, 19:21
Re: Global Chat - by Marricio - 15.03.2011, 19:40
Re: Global Chat - by GiS - 15.03.2011, 19:43
Re: Global Chat - by Marricio - 15.03.2011, 19:46
Re: Global Chat - by blackwave - 15.03.2011, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)