SA-MP Forums Archive
PlayerText draw question - 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: PlayerText draw question (/showthread.php?tid=420918)



PlayerText draw question - PaulDinam - 07.03.2013

What is the difference between:

PlayerTextDrawTextSize
to
PlayerTextDrawLetterSize




Re: PlayerText draw question - emokidx - 07.03.2013

PlayerTextDrawTextSize:
Change the size of a player-textdraw (box if PlayerTextDrawUseBox is enabled and/or clickable area for use with PlayerTextDrawSetSelectable).
https://sampwiki.blast.hk/wiki/PlayerTextDrawTextSize

PlayerTextDrawLetterSize:
Sets the width and height of the letters in a player-textdraw.
https://sampwiki.blast.hk/wiki/PlayerTextDrawLetterSize

Just...search...