View Single Post
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 09-29-2012 , 06:46   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #34

Quote:
Originally Posted by Bacardi View Post
what about this ? sm_test
PHP Code:
public OnPluginStart()
{
    
RegConsoleCmd("sm_test"test);
}

public 
Action:test(clientargs)
{
    
ShowMOTDPanel(client"Title""http://dl.dropbox.com/u/38118182/index.html"MOTDPANEL_TYPE_URL);
    return 
Plugin_Handled;

index.html
this works
__________________
altex is offline