AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Web Shortcuts (Redux) (https://forums.alliedmods.net/showthread.php?t=173334)

Skyrider 01-08-2012 08:52

Re: [ANY] Web Shortcuts (Redux)
 
I'm seeing that the SteamREP plugin:

http://forums.alliedmods.net/showthread.php?p=1514234

Is using full sized screens when using a command. Is there anyway the same can be done with this plugin rather showing a small sized motd page?

untamed0 01-08-2012 10:07

Re: [ANY] Web Shortcuts (Redux)
 
Quote:

Originally Posted by Skyrider (Post 1627923)
I'm seeing that the SteamREP plugin:

http://forums.alliedmods.net/showthread.php?p=1514234

Is using full sized screens when using a command. Is there anyway the same can be done with this plugin rather showing a small sized motd page?

I think it already has it, unless I misunderstood the documentation, the 'Big' setting does this (untested, don't have a TF2 server.

Skyrider 01-08-2012 11:19

Re: [ANY] Web Shortcuts (Redux)
 
Quote:

Originally Posted by untamed0 (Post 1627960)
I think it already has it, unless I misunderstood the documentation, the 'Big' setting does this (untested, don't have a TF2 server.

Ahhh, I actually never used/tested this before.. I actually never knew this was possible. I thank thee, and I shall try them ;).

EDIT:
I can't get the BIG to work. All the new hooks work with a plugin reload, but do I need a map / server restart for the big to work?

EDIT 2:
I even did a server restart, the big doesn't work. Not even with your examples.

Changing

Quote:

change if (bBig)
{
KvSetNum(hKv, "customsvr", 1);
}
to

Quote:

KvSetNum(hKv, "customsvr", 1);
Will work, but it changes all the motd to "big". The big hook is broken I'm afraid.

S_W_A_T 01-19-2012 05:41

Re: [ANY] Web Shortcuts (Redux)
 
It'd be nice if the command is printed on the chat as well whenever a player execute it. And how can i set !rules to open the motd page?... TIA.

mal415 01-30-2012 19:45

Re: [ANY] Web Shortcuts (Redux)
 
How come when I type one of the hooks I just get a blank blackboard? Am I missing something?

Datenkralle 02-16-2012 21:11

Re: [ANY] Web Shortcuts (Redux)
 
It's possible to link a tf2items backpack for example?
So when someone target a player via mouse cross and type a command in chat. Can he see the backpack from the target?

Ok i know the backpack plugin, but i will use also some other linked websites with steamid variable and so on.

11530 03-29-2012 15:21

Re: [ANY] Web Shortcuts (Redux)
 
I may not be thinking straight, but isn't the second expression moot since the string "tf_beta" will have strncmp(sGameDir, "tf", 2, false) == 0 too?

Code:

(!strncmp(sGameDir, "tf", 2, false) || !strncmp(sGameDir, "tf_beta", 7, false))

minimoney1 03-29-2012 16:54

Re: [ANY] Web Shortcuts (Redux)
 
You make a new file named "WebShortcuts.txt" (With no quotes) in your configs folder and put your settings in there.
BuildPath basically generates the full directory path.
For example it turns "configs/WebShortcuts.txt" into a usable directory string (Something like "addons/sourcemod/configs/WebShortcuts.txt", but I'm not sure)

DeathMaster 05-04-2012 00:11

Re: [ANY] Web Shortcuts (Redux)
 
There is an issue that when you get killed the page your looking at refreshes and its really quite annoying.
I did find this on another post so maybe that will help you fix the problem.

http://forums.alliedmods.net/showpos...7&postcount=49

Green Giant 06-20-2012 13:57

Re: [ANY] Web Shortcuts (Redux)
 
-snip nevermind-

Awesome plugin you got there, it works like a charm for my server.


All times are GMT -4. The time now is 17:16.

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