11.07.2012, 09:10
To prevent having to init the var/arrays it'd probably be easier just to skip ID 0 (create a textdraw that is never shown and never deleted). Then in a hooked function if you try to delete ID 0 just deny it. That'd save initializing variables.