Help With TextDraws (Show one whene player Die)
#1

Hi , i Have a Text Draw , so i want to show it to a player whene he die ,and removing it after showing it
I Found in TextDraw Editor (we can not do that , only if the player kill an other one not Killed)
Thanks For Helping
Reply
#2

TextdrawShowForPlayer(playerid, textdrawid); i think ...
Reply
#3

https://sampwiki.blast.hk/wiki/OnPlayerDeath
https://sampwiki.blast.hk/wiki/OnPlayerRequestSpawn
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer
Reply
#4

You can do it with GameTextForPlayer :
pawn Код:
GameTextForPlayer(playerid,"~w~You died !",6000,2);
Reply
#5

on player death: TextDrawShowForPlayer
On player request spawn or player spawn TextDrawHideForPlayer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)