Thread: [Solved] question about ham_spawn
View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-20-2021 , 15:39   Re: question about ham_spawn
Reply With Quote #2

You can find these answers on your own: add messages inside the ham spawn hook and see if it is called when you need it to be called.
Also, there are no glitches. Hamsandwich hooks functions directly from the game code. Ham_Spawn hooks CBasePlayer::Spawn(this is how the game spawns a player) so literally you can't be more accurate than this.
__________________

Last edited by HamletEagle; 07-20-2021 at 15:39.
HamletEagle is offline