This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[ MOTD to Players only ]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Colex
Senior Member
Join Date: Feb 2014
Old 11-21-2014 , 15:19   [ MOTD to Players only ]
Reply With Quote #1

How to open motd window with html code on ShowMOTDPanel to players only?
Never show to admins.

PHP Code:
stock bool:IsPlayerAdmin(player

    if (
CheckCommandAccess(player"sm_admin"ADMFLAG_GENERICtrue)) 
        return 
true;
    else
        return 
false;

public 
show_motd(player)
{
    if (!
IsPlayerAdmin(player)) 
        
ShowMOTDPanel(player"Hello!""<b>Hi</b>"MOTDPANEL_TYPE_TEXT);

Not work...
Colex is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 11-21-2014 , 15:47   Re: [ MOTD to Players only ]
Reply With Quote #2

Try
PHP Code:
CheckCommandAccess(player"sm_admin"ADMFLAG_GENERIC
-> CheckCommandAccess
KissLick is offline
Colex
Senior Member
Join Date: Feb 2014
Old 11-21-2014 , 15:56   Re: [ MOTD to Players only ]
Reply With Quote #3

Quote:
Originally Posted by KissLick View Post
Try
PHP Code:
CheckCommandAccess(player"sm_admin"ADMFLAG_GENERIC
-> CheckCommandAccess
How do I display the html direct ShowMOTDPanel?
Colex is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 11-21-2014 , 17:59   Re: [ MOTD to Players only ]
Reply With Quote #4

Quote:
Originally Posted by Colex View Post
How do I display the html direct ShowMOTDPanel?
ShowMOTDPanel
Code:
#define MOTDPANEL_TYPE_TEXT 0 /**< Treat msg as plain text */
#define MOTDPANEL_TYPE_INDEX 1 /**< Msg is auto determined by the engine */
#define MOTDPANEL_TYPE_URL 2 /**< Treat msg as an URL link */
#define MOTDPANEL_TYPE_FILE 3 /**< Treat msg as a filename to be openned */
KissLick is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode