11.09.2012, 15:59
This line will not change your skin if it matches the one you currently have.
It would be more efficient if you done this:
It means that you don't have to worry about CJ skin bugs also, cos you can't store that skin.
pawn Код:
if(Player[playerid][Clothes1] != GetPlayerSkin(playerid))
{
pawn Код:
if(Player[playerid][Clothes1] != 0)
{