23.07.2010, 20:36
pawn Код:
new textdraw[5]; // How many textdraws you have :) (On top of your script)
//OnGameModeInit:
textdraw[0] = CreateTextDraw....
//and so on
//Where you need the loop:
for(i=0; i<sizeof(textdraw); i++)
{
TextDrawHideForPlayer(playerid, i);
}