View Single Post
zomexf
Junior Member
Join Date: Jul 2019
Old 09-20-2021 , 13:12   Re: [TUT] SourcePawn Scripting - Tips, Basics to Advanced
Reply With Quote #52

Use OnClientPostAdminCheck or OnClientPutInServer : SDKHook(client, SDKHook_OnTakeDamage, OnTakeDamage);

Whether it is necessary to use "SDKUnhook(client, SDKHook_OnTakeDamage, OnTakeDamage)" in OnClientDisconnect;

I want to know.
__________________
Sorry, My English is bad

Last edited by zomexf; 09-20-2021 at 13:14.
zomexf is offline