| 123456789101112131415161718 |
- //Global TextDraws:
- new Text:TDEditor_TD[1];
- TDEditor_TD[0] = TextDrawCreate(290.000000, 190.000000, "TDEditor");
- TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
- TextDrawAlignment(TDEditor_TD[0], 1);
- TextDrawColor(TDEditor_TD[0], -1);
- TextDrawBackgroundColor(TDEditor_TD[0], 255);
- TextDrawFont(TDEditor_TD[0], 1);
- TextDrawSetProportional(TDEditor_TD[0], 1);
- //Total textdraws exported: 1 (1 global textdraws / 0 player textdraws) ~ 22/11/2017 ~ 10:52:38
- TDEditor V1.18 BY ADRI1
|