26.11.2018, 23:05
PHP код:
public OnPlayerConnect(playerid)
{
TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 586.250000, 6.250006, "0");
PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.332498, 1.792499);
PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -2948865);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);
PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2);
PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);