10.01.2014, 14:38
It doesn't show up because you're destroying it after it's shown the first time. Don't destroy it but hide it instead.
https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer
P.D: you'll have to pass playerid as an argument at SetTimerEx to know whose textdraw's going to be hidden.
https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer
P.D: you'll have to pass playerid as an argument at SetTimerEx to know whose textdraw's going to be hidden.