View Single Post
qiuhaian
Senior Member
Join Date: Nov 2009
Old 07-07-2018 , 21:25   Re: [CSGO/?] Advanced Music Player [Updated: 2018-07-08]
Reply With Quote #55

Quote:
Originally Posted by Miku View Post
Did you change the cvar "amp_api_engine" ?

If you didn't change that.
Make sure your game server connections, Can connect to cloudflare CDN.
Check {game dir}/{sourcemod}/data/music/search_{engine}_{your userid}.kv

If you changed that. check {host}/library/Exception/errlog.php

Nothing in "{game dir}/{sourcemod}/data/music/"

No change the cvar "amp_api_engine"

No error report.

Thanks Miku !!!!


PHP Code:
// This file was auto-generated by SourceMod (v1.9.0.6241)
// ConVars for plugin "advmusicplayer.smx"


// Url for music engine API. (DON'T CHANGE THIS IF YOU DON'T KNOW WHAT YOU DO, IF NOT WORKING, CHANGE TO DEFAULT VALUE)
// -
// Default: "https://music.kxnrl.com/api/v1/"
amp_api_engine "https://music.kxnrl.com/api/v1/"

// how much for broadcasting song (if store is availavle). song length(sec) * this value = cost credits.
// -
// Default: "2.0"
// Minimum: "0.100000"
// Maximum: "99.000000"
amp_cost_factor "2.0"

// How many second(s) delay to display lyric on lyric loaded.
// -
// Default: "0.5"
// Minimum: "0.000000"
// Maximum: "10.000000"
amp_lrc_delay "0.5"

// How many songs will display in once search.
// -
// Default: "20"
// Minimum: "5.000000"
// Maximum: "60.000000"
amp_mnt_search "20" 


Last edited by qiuhaian; 07-07-2018 at 21:30.
qiuhaian is offline