how to make this?
#10

PHP код:
TextDrawTextSize(Textdraw0[playerid], 570.010.0); 
When it's too short then you have to increase 570.0.

=> EDIT:
PHP код:
Textdraw0[playerid] = TextDrawCreate(495.444885130.471000"PING: %i");
TextDrawLetterSize(Textdraw0[playerid], 0.3219991.430755);
TextDrawAlignment(Textdraw0[playerid], 1);
TextDrawColor(Textdraw0[playerid], -1);
TextDrawSetShadow(Textdraw0[playerid], 1);
TextDrawSetOutline(Textdraw0[playerid], 1);
TextDrawBackgroundColor(Textdraw0[playerid], 255);
TextDrawFont(Textdraw0[playerid], 2);
TextDrawSetProportional(Textdraw0[playerid], 1);
TextDrawUseBox(Textdraw0[playerid], 1);
TextDrawBoxColor(Textdraw0[playerid], 0x00000066)
TextDrawTextSize(Textdraw0[playerid], 570.010.0); 
This.

The ~n~ put a new row, so that the box becomes bigger. So you needn't ~n~.
Reply


Messages In This Thread
how to make this? - by keyvanik - 29.03.2016, 14:26
Re: how to make this? - by Mencent - 29.03.2016, 15:05
Re: how to make this? - by keyvanik - 29.03.2016, 16:54
Re: how to make this? - by Mencent - 29.03.2016, 16:56
Re: how to make this? - by keyvanik - 29.03.2016, 17:06
Re: how to make this? - by Skimmer - 29.03.2016, 17:17
Re: how to make this? - by keyvanik - 29.03.2016, 17:25
Re: how to make this? - by Skimmer - 29.03.2016, 17:34
Re: how to make this? - by keyvanik - 29.03.2016, 17:53
Re: how to make this? - by Mencent - 29.03.2016, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)