13.05.2012, 16:44
pawn Код:
intro[10] = TextDrawCreate(304.00, 223.0, VERSION");
Now i want to show that on the textdraw
but what i did doesn't work
intro[10] = TextDrawCreate(304.00, 223.0, VERSION");
intro[10] = TextDrawCreate(304.00, 223.0, VERSION);
#define VERSION "Version : 0.3e"
intro[10] = TextDrawCreate(304.00, 223.0, VERSION);