View Single Post
headline
SourceMod Moderator
Join Date: Mar 2015
Old 01-30-2017 , 15:24   Re: [CS:GO] -N- Arms Fix
Reply With Quote #19

Quote:
Originally Posted by Franc1sco View Post
Because you need to add timers like he said here for apply arms and model. So if you have a native for do it, you will not need to add timers to others plugins.
I believe the better solution to this is what we did on the latest pull request here.

Instead of setting player arms & model in round_start, you now use our new ArmsFix_OnArmsSafe for arms and ArmsFix_OnModelSafe for models. They are called consecutively, ArmsFix_OnArmsSafe first and then ArmsFix_OnModelSafe at an interval of 0.2 & 0.0 (next tick), respectively

Last edited by headline; 01-30-2017 at 15:27.
headline is offline