03.02.2017, 19:24
I made my logo for server TEXTDRAW
I want hide this 4 textdraw with out repeat code how to that ?
I have this
TextDrawHideForPlayer(playerid, DMLOGO);
TextDrawHideForPlayer(playerid, DMLOGO1);
TextDrawHideForPlayer(playerid, DMLOGO2);
TextDrawHideForPlayer(playerid, DMLOGO3);
But have to hide all this with loop without repeat
help +rep
I want hide this 4 textdraw with out repeat code how to that ?
I have this
TextDrawHideForPlayer(playerid, DMLOGO);
TextDrawHideForPlayer(playerid, DMLOGO1);
TextDrawHideForPlayer(playerid, DMLOGO2);
TextDrawHideForPlayer(playerid, DMLOGO3);
But have to hide all this with loop without repeat
