View Single Post
client21
Senior Member
Join Date: Apr 2013
Old 01-08-2018 , 17:42   Re: [IDA/DHooks]How to get vtable offsets
Reply With Quote #51

Quote:
Originally Posted by Dr!fter View Post
// int CCSGameRules::GoToIntermission(void)
Why int? Error?

In cstrike/cs_gamerules.cpp:

PHP Code:
void CCSGameRules::GoToIntermissionvoid )
{
    
Msg"Going to intermission...\n" );

    ...

It's void, not int. Or i do not understand something.
client21 is offline