Skip to content

Commit

Permalink
Server version txd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrucznik committed Aug 17, 2020
1 parent b6670d5 commit 2b6b130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemodes/system/textdraw.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ LoadTXD()

new txd[58];
format(txd, sizeof(txd), "Mrucznik-RP %s", VERSION);
ServerVersionTXD = TextDrawCreate(34.000000, 436.000000, txd);
ServerVersionTXD = TextDrawCreate(36.000000, 436.000000, txd);
TextDrawFont(ServerVersionTXD, 2);
TextDrawLetterSize(ServerVersionTXD, 0.166666, 1.049999);
TextDrawTextSize(ServerVersionTXD, 413.000000, 76.500000);
Expand Down

0 comments on commit 2b6b130

Please sign in to comment.