Textdraw issues
#1

I have a textdraw that is meant to be seen only when entered in a certain checkpoint.


Most of the time it works perfectly, but a lot of times players can see the textdraw when they die and respawn...why is that?

Here's my textdraw:

Код:
		Textdraw0 = TextDrawCreate(351.000000, 198.000000, "/buyheal - To Heal Yourself ($1000) /Buycure - To Cure Yourself ($4500) /healall - To heal/Cure Yourself ($5000)");
		TextDrawBackgroundColor(Textdraw0, 255);
		TextDrawFont(Textdraw0, 2);
		TextDrawLetterSize(Textdraw0, 0.360000, 1.500000);
		TextDrawColor(Textdraw0, 16777215);
		TextDrawSetOutline(Textdraw0, 0);
		TextDrawSetProportional(Textdraw0, 1);
		TextDrawSetShadow(Textdraw0, 1);
		TextDrawUseBox(Textdraw0, 1);
		TextDrawBoxColor(Textdraw0, 255);
		TextDrawTextSize(Textdraw0, 644.000000, 1377.000000);
I have this:

Код:
TextDrawHideForPlayer(playerid, Textdraw0);
On

Onplayerconnect
Onplayerspawn
Onplayerdeath

On my /kill command

and when a player leaves the checkpoint that shows the textdraw in the first place.


Even though i did all this, it still shows up a large percentage of the time randomly when i die, or spawn, etc
Reply


Messages In This Thread
Textdraw issues - by MWF2 - 21.05.2010, 21:36
Re: Textdraw issues - by [HiC]TheKiller - 21.05.2010, 22:21
Re: Textdraw issues - by MWF2 - 21.05.2010, 22:37
Re: Textdraw issues - by MWF2 - 21.05.2010, 23:09
Re: Textdraw issues - by MWF2 - 21.05.2010, 23:48
Re: Textdraw issues - by NewTorran - 22.05.2010, 10:48
Re: Textdraw issues - by MWF2 - 22.05.2010, 15:55
Re: Textdraw issues - by MWF2 - 24.05.2010, 19:34
Re: Textdraw issues - by MWF2 - 25.05.2010, 22:19
Re: Textdraw issues - by MWF2 - 27.05.2010, 01:17

Forum Jump:


Users browsing this thread: 1 Guest(s)