24.10.2013, 15:31
pawn Код:
//[.]Roda Pe ><
new string[128];
format(string, sizeof(string), "- Nick: %s | ID: %d", PlayerName(playerid),playerid);
PlayerTextDrawBackgroundColor(playerid, Textdraw18, 255);
PlayerTextDrawFont(playerid, Textdraw18, 1);
PlayerTextDrawLetterSize(playerid, Textdraw18, 0.500000, 1.600000);
PlayerTextDrawColor(playerid, Textdraw18, -1);
PlayerTextDrawSetOutline(playerid, Textdraw18, 1);
PlayerTextDrawSetProportional(playerid, Textdraw18, 1);
//[.]Roda Pe ><