posted on 2008-05-14 22:06:47 by
Mattie
Have you tried using usermsg directly for this? In other words, hacking this code a bit to do what you wanted?
es.usermsg('create','motd','VGUIMenu')
es.usermsg('write','string','motd','info')
# change to 0 here to hide the menu maybe?
es.usermsg('write','byte','motd',0)
es.usermsg('write','byte','motd',3)
es.usermsg('write','string','motd','title')
es.usermsg('write','string','motd',arg2)
es.usermsg('write','string','motd','type')
es.usermsg('write','string','motd',arg1)
es.usermsg('write','string','motd','msg')
es.usermsg('write','string','motd',arg3)
es.usermsg('send','motd',userid)
es.usermsg('delete','motd')