/changeclothes
#4

This line will not change your skin if it matches the one you currently have.

pawn Код:
if(Player[playerid][Clothes1] != GetPlayerSkin(playerid))
                {
It would be more efficient if you done this:

pawn Код:
if(Player[playerid][Clothes1] != 0)
                {
It means that you don't have to worry about CJ skin bugs also, cos you can't store that skin.
Reply


Messages In This Thread
/changeclothes - by HighFlyer - 11.09.2012, 15:41
Re: /changeclothes - by Dokins - 11.09.2012, 15:46
Re: /changeclothes - by HighFlyer - 11.09.2012, 15:51
Re: /changeclothes - by Dokins - 11.09.2012, 15:59

Forum Jump:


Users browsing this thread: 3 Guest(s)