View Single Post
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 04-27-2017 , 11:53   Re: [CSGO] Fake Ping
Reply With Quote #10

PHP Code:
 g_iPing    FindSendPropOffs("CPlayerResource""sm_iPing"); 
A little extra there. It should be "m_iPing".

PHP Code:
g_iPlayerManager    FindEntityByClassname(MaxClients 1g_szPlayerManager); 
Shouldn't MaxClients + 1 be -1 instead?

Also, I think this should be ANY? instead of just CSGO. Just by looking at the code, it seems to support multiple mods.

Last edited by cravenge; 04-27-2017 at 11:57.
cravenge is offline