28.09.2015, 12:39
I've made a textdraw and everything is fine !
But...
This code:
Shows this warning:
What is the problem ??
Thanks !!
Ironmen
EDIT:
TextDraw create:
Update:
But...
This code:
Код:
PlayerTextDrawSetString(playerid, XPS, newxp);
Код:
warning 213: tag mismatch
Thanks !!
Ironmen
EDIT:
TextDraw create:
Код:
XPS = TextDrawCreate(310, 432, "Xp: ");
Код:
new newxp[246]; format(newxp, sizeof(newxp), "Xp: %d", XP[playerid]); PlayerTextDrawSetString(playerid, XPS, newxp);