30.09.2017, 18:25
I want hide textdraw when song finish. Is it possible?
SetTimer and call TextDrawHideForPlayer function in the callback (when it finishes)
|
I know these functions. I say is it possible SetTimer("hidetextdraws", SongTime, 0);
Getting song time and setting timer song time |
There isn't a callback for that, nor a way to get information about the song unfortunately.
There are only play and stop. You can do this with the audio plugin https://sampforum.blast.hk/showthread.php?tid=82162 but it will require all players to download the client. |