Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. DescriptionText[playerid] = TextDrawCreate(340.000000, 389.000000, "description");
  2. TextDrawAlignment(DescriptionText[playerid], 2);
  3. TextDrawBackgroundColor(DescriptionText[playerid], 255);
  4. TextDrawFont(DescriptionText[playerid], 1);
  5. TextDrawLetterSize(DescriptionText[playerid], 0.300000, 1.800000);
  6. TextDrawColor(DescriptionText[playerid], -1);
  7. TextDrawSetOutline(DescriptionText[playerid], 0);
  8. TextDrawSetProportional(DescriptionText[playerid], 1);
  9. TextDrawSetShadow(DescriptionText[playerid], 1);
  10. TextDrawSetSelectable(DescriptionText[playerid], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement