21.11.2010, 03:02
I got this on playerupdate, can this cause the problem?
The animation is looping..
I just deleted that above here, still the bug is appearing.
Код:
format(var, 64, "Locked=%d\n",PlayerInfo[playerid][pLocked]);fwrite(hFile, var);
fclose(hFile);
GetPlayerName(playerid,pnamos,30);
dini_IntSet(pnamos,"FightStyle", FightStyle[playerid]);
new Float:health;
GetPlayerHealth(playerid, health);
if(health < 20.0)
{
GameTextForPlayer(playerid, "~w~You're wounded~n~~r~wait or use /acceptdeath", 5000, 1);
PlayerTied[playerid] = 1;
TogglePlayerControllable(playerid, 0);
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.1, 0, 0, 0, 0, 0);
}
I just deleted that above here, still the bug is appearing.

