Raised This Month: $ Target: $400
 0% 

[ANY] Web Shortcuts (Redux)


Post New Thread Reply   
 
Thread Tools Display Modes
nikedu45
Senior Member
Join Date: May 2011
Old 08-17-2013 , 07:21   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #71

I would like shorthand is visible, is that possible?
__________________
Bl4ck-And-White.fr
I'm French !!
nikedu45 is offline
nikedu45
Senior Member
Join Date: May 2011
Old 08-29-2013 , 12:54   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #72

up

&&

Code:
WebShortcuts.sp(526) : warning 234: symbol "GuessSDKVersion" is marked as deprecated: See GetEngineVersion()
__________________
Bl4ck-And-White.fr
I'm French !!
nikedu45 is offline
Smffy
Senior Member
Join Date: Sep 2012
Old 09-15-2013 , 06:15   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #73

Quote:
Originally Posted by painkiller View Post
I find the problem
KyleS you uploaded WebShortcuts.sp and WebShortcuts.smx

you must rewrite to webshortcuts.sp and webshortcuts.smx

and the plugin runs
It runs as it is if you make the file:

Webshortcuts.txt

But agreed it should be amended so its all lowercase, its just this bit which makes that happen:

PHP Code:
BuildPath(Path_SMsPathsizeof(sPath), "configs/Webshortcuts.txt"); 

Last edited by Smffy; 09-15-2013 at 06:41.
Smffy is offline
Ren3gade
Senior Member
Join Date: Jul 2010
Old 09-22-2013 , 03:39   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #74

I'm getting these errors in console when I try to use !donate, !rules, or any shortcut in my CSGO server.

Code:
Tried to look up command say as if it were a variable.
Browser Message: Minimum value for SpinBox = %s
 %o - http://www.joinsng.com/js/xenforo/xenforo.js?_v=173602cf:294
Browser Message: Unable to find menu for Popup %o - http://www.joinsng.com/js/xenforo/xenforo.js?_v=173602cf:234
Browser Message: Unable to find menu for Popup %o - http://www.joinsng.com/js/xenforo/xenforo.js?_v=173602cf:234
Browser Message: XenForo.init() %dms. jQuery %s/%s - http://www.joinsng.com/js/xenforo/xenforo.js?_v=173602cf:191
Tried to look up command say as if it were a variable.
Ren3gade is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 10-08-2013 , 08:02   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #75

Nice plugin, but i have one problem now, if i want to se our server rules i write !rules but then motd window come up and disaper Again then i write !rules one more time then i see my rules, it only Work every 2 time i write !rules, do i something wrong my settings are.

Code:
"rules"
{
    "Url" "http://www.mywebsite.dk/xxxx/serverrulez.asp"
    "Title" "[+35] Server Rules"
    "Hook" "!rules"
    "Hook" "/rules"
}
nikedu45
When compile with newer sourcemod version you get this warning
Code:
WebShortcuts.sp(526) : warning 234: symbol "GuessSDKVersion" is marked as deprecated: See GetEngineVersion()
GuessSDKVersion deprecated, GetEngineVersion added
GuessSDKVersion will continue to function as-is for now, but will be removed in a later version. Additionally, a compile-time warning will be thrown. It has been superseded by the new GetEngineVersion native which will give clearer results and is more extendable for the future

Im useing sourcemod v1.5.2-dev+3931 and have the same problem :-(
__________________
[+35]Jumpman

Last edited by Jumpman; 10-08-2013 at 09:57.
Jumpman is offline
topman16
New Member
Join Date: Oct 2013
Old 10-20-2013 , 08:24   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #76

I cant seem to get it to work. i want to players to the donation paypal but it cant here is my code
"VIP"
{
"Silent" "No"
"Url" "https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=YMO1o1ga3BrL8zYz_ncX MmHukrMiQQN6LsGXN0oWU0LpFv2a9tGMH_682N0&dispa tch=5885d80a13c0db1f8e263663d3faee8d0038486cd 0d9a2f3f8e698d26650388a"
"Hook" "!VIP"

}

"VIP+"
{
"Silent" "No"
"Url" "https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=Pz6rdindw04dQQpuO149 iaqGS2Evuxx8UnP5nt0nNURJLFFhYDYPuNCwrmG&dispa tch=5885d80a13c0db1f8e263663d3faee8d0038486cd 0d9a2f3f8e698d26650388a"
"Hook2 "!VIP+"
}

could anyone help me?

Last edited by topman16; 10-20-2013 at 08:34.
topman16 is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-20-2013 , 12:18   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #77

Quote:
Originally Posted by topman16 View Post
I cant seem to get it to work. i want to players to the donation paypal but it cant here is my code
"VIP"
{
"Silent" "No"
"Url" "https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=YMO1o1ga3BrL8zYz_ncX MmHukrMiQQN6LsGXN0oWU0LpFv2a9tGMH_682N0&dispa tch=5885d80a13c0db1f8e263663d3faee8d0038486cd 0d9a2f3f8e698d26650388a"
"Hook" "!VIP"

}

"VIP+"
{
"Silent" "No"
"Url" "https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=Pz6rdindw04dQQpuO149 iaqGS2Evuxx8UnP5nt0nNURJLFFhYDYPuNCwrmG&dispa tch=5885d80a13c0db1f8e263663d3faee8d0038486cd 0d9a2f3f8e698d26650388a"
"Hook2 "!VIP+"
}

could anyone help me?
Your second block is busted, your first block's URL doesn't work.
KyleS is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 10-26-2013 , 14:47   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #78

If the Key "Silent" with Value "Nope" was supposed to show the client typing the command instead of eating the chat, it doesn't work.
__________________
FrozenHaxor is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-26-2013 , 15:03   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #79

Quote:
Originally Posted by FrozenHaxor View Post
If the Key "Silent" with Value "Nope" was supposed to show the client typing the command instead of eating the chat, it doesn't work.
Silent is if the displayed Webpage is visible or in the background. People usually use Silent for radio/music.
KyleS is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 10-26-2013 , 15:08   Re: [ANY] Web Shortcuts (Redux)
Reply With Quote #80

Well is there any way to show the chat message of the client that typed the command instead of hiding it? I've noticed that alot of people have already asked for this.
__________________

Last edited by FrozenHaxor; 10-26-2013 at 15:09.
FrozenHaxor 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 04:29.


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