how To Hide TextDraw
#1

I have made a textdraw from ITD onplayerspawn it is showing but it is not hiding i want to hide it after 10 seconds how can i hide it anyone give timer code that textdraw will hide after 10 secs
Reply
#2

Show us your codes please
Reply
#3

You can use this function
https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer
When you forward your timer
Reply
#4

https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx
https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer

PHP код:
#define SECONDS(%1) (%1 * 1000)
#define MINUTES(%1) (%1 * 60000)
#define HOURS(%1) (%1 * 3600000) 
Reply
#5

ohh Azula you are awesome your links helped me thank you so much i did it thanks allot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)