The version checker for cd_drawtext fails because a version file is not being maintained in RampBST/Codesign_Versions_V2/master
FiveM sever generates the following error every time cd_drawtext is started/restarted:
[script:cd_drawtextui] Version check disabled because github is having issues.
line 7 from cd_drawtextui/server/version_check.lua:
PerformHttpRequest('https://raw.githubusercontent.com/RampBST/Codesign_Versions_V2/master/'..resource_name..'.txt',function(error, result, headers)
The version checker for cd_drawtext fails because a version file is not being maintained in
RampBST/Codesign_Versions_V2/masterFiveM sever generates the following error every time cd_drawtext is started/restarted:
[script:cd_drawtextui] Version check disabled because github is having issues.line 7 from cd_drawtextui/server/version_check.lua:
PerformHttpRequest('https://raw.githubusercontent.com/RampBST/Codesign_Versions_V2/master/'..resource_name..'.txt',function(error, result, headers)