27.08.2011, 18:56
(
Last edited by KoczkaHUN; 27/08/2011 at 07:00 PM.
Reason: +S
)
You can hide all server-created textdraw with this code snippet:
pawn Code:
for (new i = 0; i < MAX_TEXT_DRAWS; i++) TextDrawDestroy(Text:i);