SA-MP Forums Archive
Global Textdraw or Per-Player 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: Global Textdraw or Per-Player Textdraw ? (/showthread.php?tid=524469)



Global Textdraw or Per-Player Textdraw ? - Genmetal - 06.07.2014

Okay, I want to ask, I have a textdraw that shown remaining time when player robbing a store:


Nah, I want to ask, which is better to use, Global Textdraw or Per-Player Textdraw ?


Re: Global Textdraw or Per-Player Textdraw ? - nmader - 06.07.2014

Well, it really depends. A PlayerTextdraw shows for a single player (or multiple with a loop). A global textdraw would show it for everyone. Given a single store being robbed, I assume it's a Roleplay server, and a Per-Player textdraw would be best.