Does
plugin_precache() use
sv_downloadurl for all
precache_* instead of CS server? I used to put all custom files to *.res (using resgen), so they were downloaded by players during connecting.
I was hoping that maybe no files are downloaded from my CS server using amxmodx precache (cause of LAGs).
Code:
sv_downloadurl "http://some_hosting.com/cs/"
sv_allowdownload 0
sv_allowupload 0
sv_send_logos 0
sv_send_resources 1
__________________