01.01.2015, 16:31
It's a simple trouble but I can't fix it on my own because I'm not familiar with textdraws.
Here is the trouble:
And here's my code:
I need that 'to' to be in the first line. Thanks in advance.
Here is the trouble:
And here's my code:
PHP код:
Textdraw1[playerid] =TextDrawCreate(245.600036, 135.893295, "Welcome to");
TextDrawLetterSize(Textdraw1[playerid], 0.940400, 3.156799);
TextDrawTextSize(Textdraw1[playerid], 122.400001, 53.013328);
TextDrawAlignment(Textdraw1[playerid], 1);
TextDrawColor(Textdraw1[playerid], 65535);
TextDrawSetShadow(Textdraw1[playerid], 0);
TextDrawSetOutline(Textdraw1[playerid], 1);
TextDrawBackgroundColor(Textdraw1[playerid], 51);
TextDrawFont(Textdraw1[playerid], 0);
TextDrawSetProportional(Textdraw1[playerid], 1);
TextDrawShowForPlayer(playerid, Textdraw1[playerid]);