PlayerTextDrawTextSize string problem
#1

I am creating a stylish message box but are having a problem with PlayerTextDrawTextSize.
What i want to achieve with this is that the text goes to the next line below the current text.
This works fine, when i use this:
PHP код:
PlayerInfoUITD6[playerid] = CreatePlayerTextDraw(playerid190.000000165.096282"Some text here"); 
But when i use a string, or in this case i have:
ShowUserMessageBoxUI(playerid, title[], message[])
PHP код:
PlayerInfoUITD6[playerid] = CreatePlayerTextDraw(playerid190.000000165.096282message); 
It does not work. The text does not go to the next line.

I have also tried formatting another string something like :
PHP код:
format(msgstrsizeof(msgstr), "%s"message); 
But also with no result. How can i fix this?
Reply


Messages In This Thread
PlayerTextDrawTextSize string problem - by jasperschellekens - 27.04.2018, 16:45
Re: PlayerTextDrawTextSize string problem - by CrystalGamer - 27.04.2018, 19:10
Re: PlayerTextDrawTextSize string problem - by jasperschellekens - 29.04.2018, 17:18
Re: PlayerTextDrawTextSize string problem - by jasperschellekens - 01.05.2018, 12:17
Re: PlayerTextDrawTextSize string problem - by NaS - 01.05.2018, 14:29
Re: PlayerTextDrawTextSize string problem - by jasperschellekens - 01.05.2018, 14:35

Forum Jump:


Users browsing this thread: 2 Guest(s)