27.10.2014, 22:52
Hello ! I have a question ,
Is it possible to do :
Instad of :
Thks for help
Is it possible to do :
Код:
stock TDarmeCacher ( playerid )
{
TextDrawHideForPlayer(playerid,TDEditor_TD[5]);
}
Код:
stock TDarmeCacher ( playerid )
{
TextDrawHideForPlayer(playerid,TDEditor_TD[0]);
TextDrawHideForPlayer(playerid,TDEditor_TD[1]);
TextDrawHideForPlayer(playerid,TDEditor_TD[2]);
TextDrawHideForPlayer(playerid,TDEditor_TD[3]);
TextDrawHideForPlayer(playerid,TDEditor_TD[4]);
}

