Advertisement
Guest User

hdtzhz

a guest
Oct 22nd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. for(new i = 0; i < MAX_PLAYERS; i++)
  2. {
  3. LvlTD[i] = TextDrawCreate(502.399993, 137.386642, "LVL:10");
  4. TextDrawLetterSize(LvlTD[i], 0.248399, 1.084799);
  5. TextDrawAlignment(LvlTD[i], 1);
  6. TextDrawColor(LvlTD[i], 463397119);
  7. TextDrawSetShadow(LvlTD[i], 0);
  8. TextDrawSetOutline(LvlTD[i], 1);
  9. TextDrawBackgroundColor(LvlTD[i], 51);
  10. TextDrawFont(LvlTD[i], 2);
  11. TextDrawSetProportional(LvlTD[i], 1);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement