10.07.2012, 17:03
I was trying to find out where textdraw IDs start at but there's a small problem, I get a warning when trying to compile this:
The warning is at the print line saying "warning 213: tag mismatch".
pawn Код:
new Text:textdraw = TextDrawCreate(1.0,45.0,"testing");
printf("Textdraw ID: %d",textdraw);