Skin crash (Before 0.3x)
#10

I've never face this bug, maybe I got it fixed in my gamemode:
pawn Код:
SetPlayerSkinEx(playerid,skinid)
{
    SetPlayerSkin(playerid,skinid);
    if(IsPlayerControllable(playerid)) TogglePlayerControllable(playerid,true);//No more freezing bug when jumping + changing skin
    if(!IsPlayerInAnyVehicle(playerid)) ClearAnimations(playerid,1);//No more animation bug for changing skin when swimming
    return 1;
}
Which is unintended to fix this problem I think.

And yes, there has been a CLEO that can change skin for a very long time already.
Reply


Messages In This Thread
Skin crash (Before 0.3x) - by Lorenc_ - 02.02.2013, 11:04
Re: Skin crash (Before 0.3x) - by steki. - 02.02.2013, 12:47
Re: Skin crash (Before 0.3x) - by Mikkel_Pedersen - 02.02.2013, 13:00
Re: Skin crash (Before 0.3x) - by Lorenc_ - 03.02.2013, 01:49
Re: Skin crash (Before 0.3x) - by T0pAz - 03.02.2013, 02:12
Re: Skin crash (Before 0.3x) - by ikey07 - 04.02.2013, 08:54
Re: Skin crash (Before 0.3x) - by Kalcor - 04.02.2013, 15:17
Re: Skin crash (Before 0.3x) - by Kyle - 04.02.2013, 15:20
Re: Skin crash (Before 0.3x) - by Kar - 04.02.2013, 20:24
Re: Skin crash (Before 0.3x) - by leong124 - 05.02.2013, 04:16

Forum Jump:


Users browsing this thread: 1 Guest(s)