Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. new Text:Fux_Buttom_TD; //Top DM
  2. /*OnGameModelInIt*/
  3. |
  4. |
  5. V
  6.  
  7. // --------------------------- From TopDM --------------------------------------
  8. Fux_Buttom_TD = TextDrawCreate(130.000000,433.000000,"Fxp DeathMatch");
  9. TextDrawAlignment(Fux_Buttom_TD,2);
  10. TextDrawBackgroundColor(Fux_Buttom_TD,0x000000ff);
  11. TextDrawFont(Fux_Buttom_TD,3);
  12. TextDrawLetterSize(Fux_Buttom_TD,0.399999,1.200000);
  13. TextDrawColor(Fux_Buttom_TD,0xff0000ff);
  14. TextDrawSetOutline(Fux_Buttom_TD,1);
  15. TextDrawSetProportional(Fux_Buttom_TD,1);
  16. TextDrawSetShadow(Fux_Buttom_TD,1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement