View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 11-05-2015 , 01:46   Re: [INS] Message Of The Day - Insurgency
Reply With Quote #13

You should actually implement MotD triggering code rather than using chat fuckery.

Instead of
PHP Code:
FakeClientCommand (client"say /motd"); 
use
PHP Code:
ShowMOTDPanel(client"Message Of The Day""motd"MOTDPANEL_TYPE_INDEX); 
All "say /motd" does is issue the "motd" sourcemod command which is part of basetriggers.
__________________

Last edited by DarthNinja; 11-05-2015 at 01:47.
DarthNinja is offline