PHP код:
Vxods1[playerid] = CreatePlayerTextDraw(playerid,0.000000,2.000000,"-");// расположение полоски
Vxods2[playerid] = CreatePlayerTextDraw(playerid,1.000000,384.000000,"-");// расположение полоски
PlayerTextDrawUseBox(playerid,Vxods1[playerid],1);//бокс
PlayerTextDrawBoxColor(playerid,Vxods1[playerid],0x000000ff);// цвет бокса в нашем случий черный
PlayerTextDrawTextSize(playerid,Vxods1[playerid],640.000000,7.000000);//размер полоски
PlayerTextDrawUseBox(playerid,Vxods2[playerid],1);//бокс
PlayerTextDrawBoxColor(playerid,Vxods2[playerid],0x000000ff);// цвет бокса
PlayerTextDrawTextSize(playerid,Vxods2[playerid],640.000000,8.000000);//размер полоски
PlayerTextDrawAlignment(playerid,Vxods1[playerid],0);// выравнивание текста
PlayerTextDrawAlignment(playerid,Vxods2[playerid],0);//выравнивание текста
PlayerTextDrawBackgroundColor(playerid,Vxods1[playerid],0x000000ff);// цвет обводки
PlayerTextDrawBackgroundColor(playerid,Vxods2[playerid],0x000000ff);// цвет обводки
PlayerTextDrawFont(playerid,Vxods1[playerid],3);// Стиль полоски
PlayerTextDrawLetterSize(playerid,Vxods1[playerid],2.000000,7.899999);// высота вроде
PlayerTextDrawFont(playerid,Vxods2[playerid],3);/ Стиль полоски
PlayerTextDrawLetterSize(playerid,Vxods2[playerid],1.000000,8.100000);// высота вроде
PlayerTextDrawColor(playerid,Vxods1[playerid],0x000000ff);// цвет
PlayerTextDrawColor(playerid,Vxods2[playerid],0x000000ff);// цвет
PlayerTextDrawSetOutline(playerid,Vxods1[playerid],1);// ***
PlayerTextDrawSetOutline(playerid,Vxods2[playerid],1);// ***
PlayerTextDrawSetProportional(playerid,Vxods1[playerid],1);// пропорциональность
PlayerTextDrawSetProportional(playerid,Vxods2[playerid],1);//пропорциональность
PlayerTextDrawSetShadow(playerid,Vxods1[playerid],1); // ===
PlayerTextDrawSetShadow(playerid,Vxods2[playerid],1);//====
PlayerTextDrawShow(playerid,Vxods1[playerid]);// показуем техдрайв игроку
PlayerTextDrawShow(playerid,Vxods2[playerid]);// показуем техдрайв игроку
и в