Advertisement
HatzJohnADV

HatzJohnADV

Apr 9th, 2021
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. new Text:TDEditor_TD[2];
  2.  
  3. TDEditor_TD[0] = TextDrawCreate(520.044006, 425.083374, "~p~wars.zerohp.ro");
  4. TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
  5. TextDrawAlignment(TDEditor_TD[0], 1);
  6. TextDrawColor(TDEditor_TD[0], -1);
  7. TextDrawSetShadow(TDEditor_TD[0], 1);
  8. TextDrawSetOutline(TDEditor_TD[0], 1);
  9. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  10. TextDrawFont(TDEditor_TD[0], 1);
  11. TextDrawSetProportional(TDEditor_TD[0], 1);
  12.  
  13. TDEditor_TD[1] = TextDrawCreate(546.749694, 411.666717, "~W~Zero~P~HP");
  14. TextDrawLetterSize(TDEditor_TD[1], 0.400000, 1.600000);
  15. TextDrawTextSize(TDEditor_TD[1], 842.000000, 0.000000);
  16. TextDrawAlignment(TDEditor_TD[1], 1);
  17. TextDrawColor(TDEditor_TD[1], -1);
  18. TextDrawSetShadow(TDEditor_TD[1], 1);
  19. TextDrawSetOutline(TDEditor_TD[1], 1);
  20. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  21. TextDrawFont(TDEditor_TD[1], 2);
  22. TextDrawSetProportional(TDEditor_TD[1], 1);
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement