15.12.2011, 08:02
Hi guys.
I'm having problems with TextDraws.
I get this error: error 035: argument type mismatch (argument 3)
On this line:
How ever, I have this at the top of my script:
I'm having problems with TextDraws.
I get this error: error 035: argument type mismatch (argument 3)
On this line:
pawn Код:
CustomDraw[playerid] = TextDrawCreate(329, 421, string);
pawn Код:
new Text:CustomDraw[MAX_PLAYERS];