SA-MP Forums Archive
Dialog or 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog or Textdraw? (/showthread.php?tid=225268)



Dialog or Textdraw? - Zh3r0 - 13.02.2011

So, me and my friend are having a debate on this question, which one of the two cause more lag.

I know that the Textdraw is both sides, clientside and serverside, as it needs textdraw id and text(string)

But dialogs are only clientside which means less lag right?


Re: Dialog or Textdraw? - Ash. - 13.02.2011

I find using dialogs less memory intensive both for the server and the client, Textdraws requires more managment from both side in my experience.


Re: Dialog or Textdraw? - SkizzoTrick - 13.02.2011

Even if your gonna get more lag with TD's,i still choose them


Re: Dialog or Textdraw? - Zh3r0 - 13.02.2011

I find using dialogs more useful than textdraws.