PlayerTextDrawSetProportional

From SA-MP Wiki

Jump to: navigation, search


PlayerTextDrawSetProportional was added in SA-MP 0.3e This feature (player-textdraws) was added in SA-MP 0.3e and will not work in earlier versions!


Description:

Appears to scale text spacing to a proportional ratio. Useful when using PlayerTextDrawLetterSize to ensure the text has even character spacing.


Parameters:
(playerid, PlayerText:text, set)
playeridThe ID of the player whose player-textdraw to set the proportionality of
textThe ID of the player-textdraw to set the proportionality of
set1 to enable proportionality, 0 to disable.


Return Values:

This function does not return any specific values.


Related Functions

The following functions may be useful, as they are related to this function in one way or another.