01.05.2018, 14:29
Quote:
bump. how to fix it?
Only when using a string it does not goes to the following line: Код:
PlayerTextDrawSetString(playerid, CharacterCreationTD24[playerid], string); Код:
PlayerTextDrawSetString(playerid, CharacterCreationTD24[playerid], "text"); Код:
PlayerTextDrawTextSize(playerid, CharacterCreationTD24[playerid], 300.000000, 5.0); |
If yes you must switch X and Y parameters in PlayerTextDrawTextSize (Y will be width and X height).
If not you must adjust Y to allow the text to break. Toggle the box visible to see the exact dimensions of the TextDraw so you can see how big it actually is.