client check if file exist (force consistency method) need C++ readers to read code
hlguard checks .mdl files and if they are not standart hlguard kick player, my question is how to do such thing? and can it just check if file is there or not?
|
Re: client file check (file force consistency (like in hlguard for .mdl files)) how?
Use soundcheck (metamod plugin ) or that ( amxx plugin )
|
Re: client file check (file force consistency (like in hlguard for .mdl files)) how?
thx, i found some amxx functions like force_unmodified(), but i was talking about simple check if file exist
i looked into amxx code and found function for forcing consistency Code:
static cell AMX_NATIVE_CALL force_unmodified(AMX *amx, cell *params)with force_unmodified() you can check any files and it works perfectly, so it gets crc32 from client file then it gets crc32 from server file and compares them, in my case i need to stop at getting crc32 for client file and know if file exist but amxx source looks so confusing =\ |
Re: client check if file exist (force consistency method) need C++ readers to read co
Quote:
|
Re: client check if file exist (force consistency method) need C++ readers to read co
Quote:
|
| All times are GMT -4. The time now is 17:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.