SA-MP Forums Archive
Help with textdraws - 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 with textdraws (/showthread.php?tid=186728)



Help with textdraws - Marshall_Banks - 30.10.2010

I need a lil help with textdraws. How do i get the coords on where to put the textdraws?
Code:
gTextDraw = TextDrawCreate(10.0, 100.0, "+5");
I want it to display in the middle of the screen.


Re: Help with textdraws - MadeMan - 30.10.2010

This filterscript helps creating textdraws

https://sampforum.blast.hk/showthread.php?tid=117851


Re: Help with textdraws - Marshall_Banks - 30.10.2010

Thanks ill check it out