Sveiki, noriu padaryti, kad InfoBoxForPlayer lentelę būtų normaliai kairėje pusėje, tačiau viskas gaunasi kitaip..
http://www.part.lt/perziura/f41603e0ce9 ... b35357.png






stock InfoBoxForPlayer(playerid, text[])
{
TextDrawHideForPlayer(playerid, InfoBox);
new string[800];
format(string, sizeof(string), "%s~n~~n~~y~", text);
TextDrawSetString(InfoBox, string);
TextDrawShowForPlayer(playerid, InfoBox);
SetTimerEx("DeleteInfo", 2000, 0, "d", playerid);
}


