I m trying to make an auto updater using curl. I want to check the version from a .txt file and if is not the same with plugin verison then download the plugin from webhost.
The problem with the above code is that i get no output data in .txt file.
In first instance i was thinking that i don't install correctly the curl module and that was right, in modules.ini i wrote only "curl" then i saw a post here and modify it in curl_amxx, but i get the same result:
- no data .txt file.
- different output in console
- First map change: 167226000
- Second map change: 167339376
and so on...
every time different output.
I m using amxx 1.9. Does it matter if i'm using hlds or rehlds?