yeah this will be better for optimize and reduce lags (not noticeable, but it really reduces )
Never re-write a native function if you don't change something. Pawn function are always slower than native. GetPlayerPoolSize(); will be always faster than yours. There is no point to write an alias pawn function.