26.12.2011, 15:42
Hello,
My problem is simple. I've got a disguise command, it's working fine and stuff, but the problem is the following:
So, when the skin changes back, the player just... freezes. It's like some buggy TogglePlayerControllable...
Any solution for this?
Thx
My problem is simple. I've got a disguise command, it's working fine and stuff, but the problem is the following:
Код:
if(newkeys & KEY_FIRE && GetPVarInt(playerid,"disguised") == 1) { if(IsPlayerTeam(playerid,"white")) SetPlayerSkin(playerid,SPY_WHITE); if(IsPlayerTeam(playerid,"black")) SetPlayerSkin(playerid,SPY_BLACK); }
Any solution for this?
Thx