07.01.2011, 13:24
How can i tabulate textdraw? With dialogs you have to \t but with textdraw?
Im not really sure myself (dont use a lot of textdraws tbh). I would say no simple due to the fact that \n isnt accepted, instead you have to use "~n~", and i dont see a "~t~" available.
You cant manually indent the textdraw 4-8 spaces? |
Text Colors * ~n~ New line * ~r~ Red * ~g~ Green * ~b~ Blue * ~w~ White * ~y~ Yellow * ~p~ Purple * ~l~ Black * ~h~ Turn text colour lighter (used too much will make your text white, doesnt work on black) [edit] Special Text Letters * ~u~ up arrow (grey) * ~d~ down arrow (grey) * ~<~ left arrow (grey) * ~>~ right arrow (grey) * ] displays a * symbol (Only in text styles 3, 4 and 5) * ~k~ keyboard key mapping (eg ~k~~VEHICLE_TURRETLEFT~ and ~k~~PED_FIREWEAPON~. Look here for a list of keys
SLOT ID ITEM AMOUNT 0 Knife 1
if(id < 10) spaces = " "; if(id >= 10 && < 100) spaces = " "; format(.... "%i%s%s", playerid, spaces, otherstuffyoumaywanttoplace);