View Single Post
Tank Missile
Member
Join Date: Aug 2013
Old 05-03-2014 , 03:12   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #32

Quote:
Originally Posted by pubhero View Post
Anyone can repair the gsstop problem? Thanks in advance.
it's actually quite simple to fix... gsstop attempts to open the motd on about:blank, which is now a banned link since a recent update. This prevented songs from stopping. All you need to do is change the link to a different url, like http://www.blank.org. To give more specific directions....

1. Open grooveshark.sp with a file editor, such as notepad.

2. Click edit, and then find.

3. From there, type public Action:cmdGSStop in the find what bar.

4. Once you see public Action:cmdGSStop(client, args), go down 5 lines to KvSetString(setup, "msg", "about:blank");

5. Change the "about:blank" to any url you please. Make sure http:// is included, or the command won't work.

6. In your tf2 server folder, go to tf\addons\sourcemod\scripting, and drag your .sp to an application named compile. The .smx should end up in the compiled folder.

Last edited by Tank Missile; 05-03-2014 at 17:06.
Tank Missile is offline