Tu aurais du faire un Timer qui vérifie que la vie du joueur est inférieur ou égale a 15 - 20 - 10 car prendre ça position avent de la remettre...
Je te conseille aussi de mettre un fond noir pour faire style qu'il a les yeux fermé comme ça :
En haut :
new Text:Noir;
Dans OnGameModeInit :
Noir=TextDrawCreate(680.000000,-9.000000, " ");
TextDrawBackgroundColor(Noir,255);
TextDrawFont(Noir,1);
TextDrawLetterSize(Noir,0.500000,1.000000);
TextDrawColor(Noir,-1);
TextDrawSetOutline(Noir,0);
TextDrawSetProportional(Noir,1);
TextDrawSetShadow(Noir,1);
TextDrawUseBox(Noir,1);
TextDrawBoxColor(Noir,0x000000FF);
TextDrawTextSize(Noir,-11.000000, 230.000000);
Pour le montré :
TextDrawShowForPlayer(playerid,Noir);
Le caché :
TextDrawHideForPlayer(playerid,Noir);
Et voilà.