PDA

View Full Version : [ ShowMOTDPanel ]


Colex
11-13-2014, 13:50
How to open motd.html file?

ShowMOTDPanel(player_id, "Motd", "motd.html", MOTDPANEL_TYPE_FILE);

Not work.

motd.html:

<b>Test</b>

Wilczek
11-13-2014, 14:05
If you try to do it in CSGO, use this snippet:

https://forums.alliedmods.net/showpost.php?p=1808763&postcount=33

Colex
11-13-2014, 14:08
If you try to do it in CSGO, use this snippet:

https://forums.alliedmods.net/showpost.php?p=1808763&postcount=33

It is for use in TF2. Must be local file and not url ...
Or, if possible, the HTML

Mitchell
11-13-2014, 14:49
It is for use in TF2. Must be local file and not url ...
Or, if possible, the HTML

from basetriggers.sp:

ShowMOTDPanel(client, "Message Of The Day", "motd", MOTDPANEL_TYPE_INDEX);