Hide all the TextDraws..??
#22

The closest solution I've seen so far is the first reply to this thread:
pawn Code:
for( new i = 0; i < 2048; i++ ) // Loop through all possible textdraw IDs
{
   if( i != INVALID_TEXT_DRAW ) continue; // If it's not a valid textdraw, move to the next itteration
   TextDrawHideForAll( Text: i ); // Hide the textdraw
}
To show the textdraws, simply change TextDrawHideForAll to TextDrawShowForAll.
Reply


Messages In This Thread
Hide all the TextDraws..?? - by Ronaldo_raul™ - 27.08.2011, 18:39
Re: Hide all the TextDraws..?? - by rbN. - 27.08.2011, 18:44
Re: Hide all the TextDraws..?? - by Scarred - 27.08.2011, 18:45
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 27.08.2011, 18:46
Re: Hide all the TextDraws..?? - by rbN. - 27.08.2011, 18:46
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 27.08.2011, 18:50
Re: Hide all the TextDraws..?? - by KoczkaHUN - 27.08.2011, 18:52
Re: Hide all the TextDraws..?? - by rbN. - 27.08.2011, 18:54
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 27.08.2011, 18:55
Re: Hide all the TextDraws..?? - by KoczkaHUN - 27.08.2011, 18:56
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 27.08.2011, 18:58
Re: Hide all the TextDraws..?? - by rbN. - 27.08.2011, 18:58
Re: Hide all the TextDraws..?? - by KoczkaHUN - 27.08.2011, 19:01
Re: Hide all the TextDraws..?? - by iMonk3y - 27.08.2011, 19:02
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 27.08.2011, 19:03
Re: Hide all the TextDraws..?? - by Deskoft - 27.08.2011, 21:39
Re: Hide all the TextDraws..?? - by [MG]Dimi - 27.08.2011, 22:22
Re: Hide all the TextDraws..?? - by Amel_PAtomAXx - 27.08.2011, 22:29
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 28.08.2011, 06:22
Re: Hide all the TextDraws..?? - by WoodPecker - 28.08.2011, 06:40
Re: Hide all the TextDraws..?? - by Ronaldo_raul™ - 28.08.2011, 07:40
Re: Hide all the TextDraws..?? - by Bakr - 28.08.2011, 08:02

Forum Jump:


Users browsing this thread: 1 Guest(s)