Textdraw text - defined version
#1

pawn Код:
intro[10] = TextDrawCreate(304.00, 223.0, VERSION");
I have at the top of the script #define VERSION "blabla"

Now i want to show that on the textdraw
but what i did doesn't work
Reply
#2

pawn Код:
intro[10] = TextDrawCreate(304.00, 223.0, VERSION);
you had a quot " mark on the end.
Reply
#3

pawn Код:
#define VERSION "Version : 0.3e"

intro[10] = TextDrawCreate(304.00, 223.0, VERSION);
Reply
#4

works now, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)