Advertisement
PonyVanzemljanac

Untitled

Aug 1st, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. TDEditor_TD[1] = TextDrawCreate(226.000015, 183.207305, "LD_SPAC:white"); //NARANDZASTI BAR ZA PUNJENJE
  2. TextDrawLetterSize(TDEditor_TD[1], 0.000000, 0.000000);
  3. TextDrawTextSize(TDEditor_TD[1], 132.000000, 19.000000);
  4. TextDrawAlignment(TDEditor_TD[1], 1);
  5. TextDrawColor(TDEditor_TD[1], 673720575);
  6. TextDrawSetShadow(TDEditor_TD[1], 0);
  7. TextDrawSetOutline(TDEditor_TD[1], 0);
  8. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  9. TextDrawFont(TDEditor_TD[1], 4);
  10. TextDrawSetProportional(TDEditor_TD[1], 0);
  11. TextDrawSetShadow(TDEditor_TD[1], 0);
  12.  
  13.  
  14. TDEditor_TD[39] = TextDrawCreate(296.000030, 187.925918, "LOADING...");
  15. TextDrawLetterSize(TDEditor_TD[39], 0.185999, 0.907259);
  16. TextDrawAlignment(TDEditor_TD[39], 2);
  17. TextDrawColor(TDEditor_TD[39], 255);
  18. TextDrawSetShadow(TDEditor_TD[39], 0);
  19. TextDrawSetOutline(TDEditor_TD[39], 0);
  20. TextDrawBackgroundColor(TDEditor_TD[39], 255);
  21. TextDrawFont(TDEditor_TD[39], 2);
  22. TextDrawSetProportional(TDEditor_TD[39], 1);
  23. TextDrawSetShadow(TDEditor_TD[39], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement