When i add this : if(zp_get_user_zombie(id)) return i get this errors.
\c_zombie.sma(11

: warning 209: function "SkinSHOP" should return a value
\c_zombie.sma(120) : error 078: function uses both "return" and "return <value>"
\c_zombie.sma(123) : warning 225: unreachable code
\c_zombie.sma(146) : error 078: function uses both "return" and "return <value>"
But when i add if(zp_get_user_zombie(id)) without "return" i can compile it, is there a problem when "return is missin" or this: return PLUGIN_HANDLED will work as return?