Textdraw - 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)
+--- Thread: Textdraw (
/showthread.php?tid=636920)
Textdraw -
Hunud - 05.07.2017
Hi,
How do i show a textdraw for player on screen when he isplayerinrangeofpoint ? and where to put it and how to use it with a and kinf od command!
Re: Textdraw -
GoldenLion - 05.07.2017
You could use it under OnPlayerUpdate, but the best option would be to use it under an one second timer.
Re: Textdraw -
Vince - 05.07.2017
Pro tip: Streamer plugin. Dynamic areas. OnPlayerEnterDynamicArea.
Re: Textdraw -
HoussemGaming - 05.07.2017
Quote:
Originally Posted by Vince
Pro tip: Streamer plugin. Dynamic areas. OnPlayerEnterDynamicArea.
|
and how to know what area he enter ?
Re: Textdraw -
Logic_ - 05.07.2017
Quote:
Originally Posted by HoussemGaming
and how to know what area he enter ?
|
I hope you aren't trying to be oversmart...
Simply assign the created area to a variable and if the area ID matches the variable, do your task.