engfunc : EngFunc_InfoKeyValue
engfunc(EngFunc_InfoKeyValue, buffer, "name", val, 31)
Could someone explain what does this part of code does ? I searched funcwiki but found nothing about engfunc |
Re: engfunc : EngFunc_InfoKeyValue
https://wiki.alliedmods.net/FakeMeta...d_Descriptions
Most probably it is using engfunc to store name :/ ( Guess ) Take Reference from this too : https://forums.alliedmods.net/showthread.php?t=204620 |
Re: engfunc : EngFunc_InfoKeyValue
Quote:
|
Re: engfunc : EngFunc_InfoKeyValue
Code:
public RG_Hook_ClientUserInfoChanged(const id, infobuffer[]) |
Re: engfunc : EngFunc_InfoKeyValue
Quote:
|
Re: engfunc : EngFunc_InfoKeyValue
Maybe changing names is already block is some other hooked function.
Also don't check the whole name, since you are only concerned about the first two chars, then make it check only the first two chars. |
| All times are GMT -4. The time now is 04:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.