Raised This Month: $ Target: $400
 0% 

[CS:GO] ShowMOTDPanel


Post New Thread Reply   
 
Thread Tools Display Modes
Visual77
Veteran Member
Join Date: Jan 2009
Old 09-30-2012 , 12:42   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #41

yeah the current match making is worse than the l4d2 match making.
Visual77 is offline
illbill_rotterdam
Senior Member
Join Date: Sep 2012
Old 10-02-2012 , 15:55   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #42

Fix in the update!
illbill_rotterdam is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 10-02-2012 , 16:01   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #43

Quote:
Originally Posted by illbill_rotterdam View Post
Fix in the update!
you can use showmotdpanel now? so webshortcuts would work etc?
Visual77 is offline
illbill_rotterdam
Senior Member
Join Date: Sep 2012
Old 10-02-2012 , 16:12   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #44

webshortcuts: don't know.
But when joining the server de motd will been shown!

Ps. this is for cs:go

Last edited by illbill_rotterdam; 10-02-2012 at 16:13.
illbill_rotterdam is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 10-02-2012 , 16:27   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #45

webshortcuts still dosn't work which means showmotdpanel still dosn't work for csgo (not without doing tricks metioned at page 4)
Visual77 is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 10-02-2012 , 20:09   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #46

Quote:
Originally Posted by illbill_rotterdam View Post
webshortcuts: don't know.
But when joining the server de motd will been shown!

Ps. this is for cs:go
This isnt the about the join server MOTD its about showing one in the middle of the round... but the work around works good
Doc-Holiday is offline
KratosMafia
Senior Member
Join Date: Jul 2012
Old 10-04-2012 , 03:33   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #47

Quote:
Originally Posted by Dr. McKay View Post
So very true ^-^
__________________
KratosMafia is offline
KratosMafia
Senior Member
Join Date: Jul 2012
Old 10-06-2012 , 15:08   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #48

So I gave up on it and just made a server rules plugin lol. Better than not having something to show the rules ^-^
__________________
KratosMafia is offline
PlasteR
Senior Member
Join Date: May 2011
Location: Poland
Old 02-13-2013 , 09:42   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #49

Quote:
Originally Posted by Bacardi View Post
Could you (anybody) do last test. To see will it even look motd.txt file from server.
Code:
public OnPluginStart()
{
    RegConsoleCmd("sm_test", test);
}

public Action:test(client, args)
{
    //ShowMOTDPanel(client, "Title", "http://dl.dropbox.com/u/38118182/index.html", MOTDPANEL_TYPE_URL);
	ShowMOTDPanel(client, "Message Of The Day", "motd", MOTDPANEL_TYPE_INDEX); // Command button OK in action.
}
*edit
maybe show blank page, until you reload with mouse 2
I add for server and -> http://cloud-2.steampowered.com/ugc/...5390282277309/
Join server 2x "Day Message"..

I need chat "!vip" and show web...
__________________
PlasteR is offline
cREANy0
SourceMod Donor
Join Date: Jul 2012
Location: Germany
Old 02-13-2013 , 18:10   Re: [CS:GO] ShowMOTDPanel
Reply With Quote #50

Plugin Code
Code:
public OnPluginStart()
{
    RegConsoleCmd("sm_vip", test);
}

public Action:test(client, args)
{
    ShowMOTDPanel(client, "Title", "http://www.domain.com/test.html", MOTDPANEL_TYPE_URL);
    return Plugin_Handled;
}
You have to made a Html file.
With Html file you can open desired Site.

Html Code

Code:
<html>
<head>
<script type="text/javascript">
window.onload = function(){
    var popup=window.open("http://www.domain.com/vip.html","Test Page :D","height=60,width=393");
};
</script>
</head>
<body>
</body>
</html
You have to save file with the name test.html

I hope you understand my bad english :p
__________________

Last edited by cREANy0; 02-13-2013 at 18:13.
cREANy0 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 23:06.


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