05.02.2013, 04:16
I've never face this bug, maybe I got it fixed in my gamemode:
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.
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;
}
And yes, there has been a CLEO that can change skin for a very long time already.