View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 02-21-2017 , 18:00   Re: [CS:GO] Knife Swapper 1.6.5 [Updated 2015.12.07]
Reply With Quote #163

Quote:
Originally Posted by mirrox View Post
Just change
Code:
HookEvent("round_start", OnPostRoundStart, EventHookMode_PostNoCopy);
HookEvent("player_spawn", OnPostPlayerSpawn, EventHookMode_PostNoCopy);
to
Code:
HookEvent("round_start", OnPostRoundStart, EventHookMode_Post);
HookEvent("player_spawn", OnPostPlayerSpawn, EventHookMode_Post);
I fail to see how this would fix the stated problem.

If a player is not alive the server cant spawn their knife. It's pretty simple.
__________________
Neuro Toxin is offline