How to Tell if textdraw is showing
#1

Hi everyone i need some help on TextDraws how do you tell if a textdraw is showing?

this is what i have so fair..
Код:
		if(TextDrawShowForPlayer(playerid, Textdraw0) == true)
		{
		  	SendPlayerMessageToAll(playerid,"Textdraw 0 is showing");
		}
		else if(TextDrawShowForPlayer(playerid, Textdraw1) == true)
		{
			SendPlayerMessageToAll(playerid,"Textdraw 1 is showing");
		}
Thanks so much for your help
Reply


Messages In This Thread
How to Tell if textdraw is showing - by Windows7 - 16.02.2011, 11:36
Re: How to Tell if textdraw is showing - by Jochemd - 16.02.2011, 11:38
Re: How to Tell if textdraw is showing - by Windows7 - 16.02.2011, 11:43
Re: How to Tell if textdraw is showing - by Windows7 - 16.02.2011, 11:55
Re: How to Tell if textdraw is showing - by Jochemd - 16.02.2011, 12:37
Re: How to Tell if textdraw is showing - by Windows7 - 16.02.2011, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)