07.08.2017, 20:52
(
Последний раз редактировалось RedGun2015; 07.08.2017 в 20:54.
Причина: title
)
Hello, i have this bug i don't know how can i fix.
When a player die he doesn't die, just for players in nearby. But he still can shoot some other players and kill them.
I tried to create a timer (1 sec) and put to OnPlayerDeath and after 1 sec this:
I tried something else, to create a variabile (ex: Alive) - OnPlayerSpawn > Alive[playerid] = 1, when he is dead (die), Alive[playerid] = 0, i tried to use this for my problem, no it doesn't work.. i don't know how can i fix. I see a loot of servers without this bug, and i don't know how they fix..
Can you help me?
Sorry for my bad english...
When a player die he doesn't die, just for players in nearby. But he still can shoot some other players and kill them.
I tried to create a timer (1 sec) and put to OnPlayerDeath and after 1 sec this:
Код:
ApplyAnimation(playerid, "PED", "KO_shot_front",4.1,0,1,1,1,1);
Can you help me?
Sorry for my bad english...