How to put this textdraw.
#5

You have to show all of them, do this :

Code:
	for(new i = 0; i < 5; i++)
	{
		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][i]);
	}
And to hide 'em :

Code:
	for(new i = 0; i < 5; i++)
	{
		TextDrawHideForPlayer(playerid, TDEditor_PTD[playerid][i]);
	}
Reply


Messages In This Thread
How to put this textdraw. - by gamersx - 16.02.2017, 03:53
Re: How to put this textdraw. - by ISmokezU - 16.02.2017, 03:59
Re: How to put this textdraw. - by gamersx - 16.02.2017, 04:12
Re: How to put this textdraw. - by morris91 - 16.02.2017, 06:20
Re: How to put this textdraw. - by MiiSha - 16.02.2017, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)