Can someone please tell me how much times the forward Ham_Spawn is logged since the player picks a team (after login ONLY, T or CT, but NOT MODEL) until he is spawned completly?
cuz I want to detect when a player has picked a model so I use boolean g_didSpawn[33] and is set to true only when public is called, and for some reason people before even picking a model (after picking team AFTER LOGIN) they get their boolean to be set to true, can anyone tell me why or any way to use a better method?