06.06.2015, 11:31
use this"
pawn Код:
new ChatDeath[128];
format(ChatDeath, sizeof(ChatDeath), "You have died, you must wait 120 seconds before accepting death.", ChatDeath);
SetPlayerChatBubble(playerid,ChatDeath,COLOR_YELLOW,15.0,5000);
SetTimerEx("DeathTimer", 1200, 0, "ii", playerid);
GameTextForPlayer(playerid, "~r~Brutally Wounded", 5000, 3);
ClearAnimations(playerid);
ApplyAnimation(playerid, "KNIFE", "KILL_Knife_Ped_Damage", 4.0, 0, 1, 1, 1, 0, 1);
TogglePlayerControllable(playerid, 0);