View Single Post
Author Message
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 05-08-2010 , 15:42   Dynamic Join MOTD
Reply With Quote #1

Solved! See:
http://forums.alliedmods.net/showthread.php?t=126414

--------------------------
I want to have a join MOTD that shows a dynamic url.
I have been successful in using CreateTimer and ShowMOTDPanel.
But the Select Team Panel doesn't come up after dismissing the MOTD Panel.

I've searched on here, google, and even dug through the SourceSDK Base to no avail.

I would like to know:
1) How the MOTD, Team, Class Panel sequence works
2) How I could specify a dynamic url when a player connects


I can use ShowVGUIPanel(client_index, "team"); to show the Team and Class Panels, but I how can I tell when a player dismisses the motd?

Thanks
__________________

Last edited by LumiStance; 05-09-2010 at 04:01. Reason: Found solution
LumiStance is offline