[ORPHEU] Blocking function and sending new value
Is it possible to do something like this?
I want to hook _SV_CalcClientTime, i made a signature for linux Code:
{"_SV_CalcClientTime", but when i open function i see "SV_CalcClientTime" still not sure what to use. And i don't know how to block function and send different value? I tried something like this, but it doesn't block Code:
#include <amxmodx> |
Re: [ORPHEU] Blocking function and sending new value
You see well in IDA, or you can guess it returns a float. I don't see that in your config file.
You have another error where you have put '_' before for 'SV_CalcClientTime'. It's wrong. Something like : Code:
{And the code would be : Code:
|
Re: [ORPHEU] Blocking function and sending new value
i guess it's working, but it seems that i hooked wrong function xD
I wanted to modify bot time on server. Thank you Arkshine. |
| All times are GMT -4. The time now is 14:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.