Posts: 547
Threads: 57
Joined: Dec 2010
pawn Код:
if(PlayerInfo[playerid][pSkin] >= 1) return SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
Did you remove this one? As far as I know, once this is called and the condition is true, it ends the code right there, not accounting for anything below it.