18.11.2017, 10:05
How I can close any opened dialog when player die?
I just tried to put under OnPlayerDeath and OnPlayerSpawn this code:
But it doesn't work.
Any suggest?
I just tried to put under OnPlayerDeath and OnPlayerSpawn this code:
Код:
ShowPlayerDialog(playerid, -1, DIALOG_STYLE_MSGBOX, " ", " ", " ", " ");
Any suggest?