hi guys,
i just created a plugin which requires data which is located on a webserver. i want to keep the traffic as low as possible so i thought about using crc to check whether the data (a txt file) has been changed -> download it to use it as local database.
unfortunately i never worked with crc which means i have no idea to calculate the crc sum, check the crc sum without causing mroe traffic than downloading via sockets and probably the worst, i dont even know whether amxx would support this (due to the available var types).