11.04.2012, 20:42
A return statement ends the function IMMEDIATELY. Any code that appears after a return has been called will never be executed. Therefor - your code - if a player is Vip, will set that player's armor and then abort execution of that callback.

