18.05.2015, 09:08
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
#define SECONDS(%1) (%1 * 1000)
#define MINUTES(%1) (%1 * 60000)
#define HOURS(%1) (%1 * 3600000)