Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. CreerPerso6[playerid] = CreatePlayerTextDraw(playerid, 290.483093, 179.083343, "Age:");
  2. PlayerTextDrawTextSize(playerid, CreerPerso6[playerid], 391.000000, 10.000000);
  3. PlayerTextDrawLetterSize(playerid, CreerPerso6[playerid], 0.195592, 1.162500);
  4. PlayerTextDrawAlignment(playerid, CreerPerso6[playerid], 1);
  5. PlayerTextDrawColor(playerid, CreerPerso6[playerid], -1);
  6. PlayerTextDrawSetShadow(playerid, CreerPerso6[playerid], 0);
  7. PlayerTextDrawSetOutline(playerid, CreerPerso6[playerid], 1);
  8. PlayerTextDrawBackgroundColor(playerid, CreerPerso6[playerid], 51);
  9. PlayerTextDrawFont(playerid, CreerPerso6[playerid], 2);
  10. PlayerTextDrawSetProportional(playerid, CreerPerso6[playerid], 1);
  11. PlayerTextDrawSetSelectable(playerid, CreerPerso6[playerid], true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement