SA-MP Forums Archive
In game chat not working - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: In game chat not working (/showthread.php?tid=308844)



In game chat not working - MR,Mr - 05.01.2012

All I have changed recently added is luxadmin, all chat related feature of this are set up fine. Chat worked a treat before I added this, and after until yesterday (I added luxadmin three days ago.) admins can talk fine yet non-admins can not talk.

Any ideas?


Re: In game chat not working - fiki574 - 05.01.2012

Change this:
pawn Code:
#define ADM_InMSG           true    // Put 'admin' in all messages sent by administrators (Ex: David(Admin): Welcome...)
into this:
pawn Code:
#define ADM_InMSG           false   // Put 'admin' in all messages sent by administrators (Ex: David(Admin): Welcome...)
Should be working then!


Re: In game chat not working - MR,Mr - 05.01.2012

Worked a treat, thanks!