SA-MP Forums Archive
[HELP] Text draw hide in area - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Text draw hide in area (/showthread.php?tid=111921)



[HELP] Text draw hide in area - luck_vice - 04.12.2009

How do I create text that draw an area to appear and when it comes to draw text is hidden

Sorry i used translator


Re: [HELP] Text draw hide in area - Doppeyy - 04.12.2009

I dont get any of it cause of the translation.
Try to say it in your own words or use your language in the right place.

/Artix


Re: [HELP] Text draw hide in area - miokie - 04.12.2009

I think he means making a textdraw disappear when he is in a certain area.

TextDrawHideForPlayer
IsPlayerInArea (Search for this one)
Use a timer to constantly check if the player is in the area aswell.


Re: [HELP] Text draw hide in area - Nero_3D - 04.12.2009

Quote:
Originally Posted by Miokie*
IsPlayerInArea (Search for this one)
dada, dont forget the new 0.3 function, IsPlayerInRangeOfPoint ^^


Re: [HELP] Text draw hide in area - miokie - 04.12.2009

Quote:
Originally Posted by ♣ ⓐⓢⓢ
Quote:
Originally Posted by Miokie*
IsPlayerInArea (Search for this one)
dada, dont forget the new 0.3 function, IsPlayerInRangeOfPoint ^^
Oh yeah, Supose you could use that aswell... Still i'd prefer to use IsPlayerInArea because you can get the exact area, not just a random guess at a range point.