25.01.2014, 07:42
Hello,
I have created a player text draw to show the players current zone.
It does draw the right text, but for some reason it puts each word on a new line.
E.G.:
This
is
a
text
draw
test.
Does anyone know why this is?
I have created a player text draw to show the players current zone.
Код:
new TD_Location = CreatePlayerTextDraw(playerid, 80.000000, 429.000000, "Location"); PlayerTextDrawFont(playerid, TD_Location, 1); PlayerTextDrawColor(playerid, TD_Location, 16711935); PlayerTextDrawTextSize(playerid, TD_Location, 30.000000, 30.000000); PlayerTextDrawSetString(playerid, TD_Location, "This is a text draw test.");
E.G.:
This
is
a
text
draw
test.
Does anyone know why this is?