SA-MP Forums Archive
need help making a text - 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: need help making a text (/showthread.php?tid=452602)



need help making a text - kjek98 - 21.07.2013

Hello can someone tell me how I could make a flashing text saying my forum link so its placed above the minimap?


Re: need help making a text - edzis84 - 22.07.2013

Maybe there is other ways but i will just make timers that toggles textdraw on and off


Re: need help making a text - Scenario - 22.07.2013

1) create textdraw
2) show textdraw
3) make ONE repeating timer on 1000ms interval
4) hide textdraw, set bool to true
5) show textdraw, set bool to false

Repeat steps 4 and 5 in the timer, depending on the true/false status of the bool.

Done.


Re: need help making a text - Mckarlis - 22.07.2013

That's the problem I don't know how to make texdraw


Re: need help making a text - edzis84 - 22.07.2013

https://sampwiki.blast.hk/wiki/TextDrawCreate


Re: need help making a text - IceCube! - 22.07.2013

Look for Zermonts (Spelt incorrectly) Textdraw Editor. This will allow you to create the textdraw In-Game without guestimating.


Re: need help making a text - edzis84 - 22.07.2013

Probbably this one https://sampforum.blast.hk/showthread.php?tid=290640


Re: need help making a text - Mckarlis - 22.07.2013

thanks will watch it when i get home.