Posts: 142
Threads: 5
Joined: Mar 2013
Reputation:
0
Hey there, I'm fairly new to PAWN scripting, but I was wondering how I could find the ID of a certain textdraw, so that I could remove it on a command.
Thanks, Matty
Posts: 142
Threads: 5
Joined: Mar 2013
Reputation:
0
Thanks man, I even looked at that page before, I can't believe I didn't see that part at the end, thanks.
Edit: Actually, I just realised that I can't use this method. I'm trying to destroy the text draw for a single player.
E2: Nevermind, I just found the TextDrawHideForPlayer callback, it's working now.