You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly I'm very low experienced with SourcePawn, but I guess there should be same check as for API, if get5_use_svg is 1, it should check if SVG exists. I dont know how to share CVAR between two plugins. Separate question is then, where should the CVAR be located, which config.
Unless I am missing something this does not get solved via #538, because the legacy logo path is hardcoded in the Format(...), but the svg logos are in the normal path.
Expected behavior
PR #498 has made it possible to use SVG logos for team.
get5 should check if SVG logo exists and use it or if it's missing it, download it.
Actual behavior
get5 works only with png (matchconfig.sp):
Sadly I'm very low experienced with SourcePawn, but I guess there should be same check as for API, if
get5_use_svg
is 1, it should check if SVG exists. I dont know how to share CVAR between two plugins. Separate question is then, where should the CVAR be located, which config.The text was updated successfully, but these errors were encountered: