Help me please with textdraw!
#1

I've made a textdraw and everything is fine !
But...
This code:

Код:
PlayerTextDrawSetString(playerid, XPS, newxp);
Shows this warning:
Код:
warning 213: tag mismatch
What is the problem ??
Thanks !!
Ironmen

EDIT:

TextDraw create:

Код:
XPS = TextDrawCreate(310, 432, "Xp: ");
Update the text code:

Код:
    new newxp[246];
    format(newxp, sizeof(newxp), "Xp: %d", XP[playerid]);
    PlayerTextDrawSetString(playerid, XPS, newxp);
__________________
Reply


Messages In This Thread
Help me please with textdraw! - by ironmen - 29.09.2015, 12:39
Re: Help me please with textdraw! - by PrO.GameR - 29.09.2015, 12:55
Re: Help me please with textdraw! - by garotin - 29.09.2015, 13:13
Re: Help me please with textdraw! - by ironmen - 29.09.2015, 16:11
Re: Help me please with textdraw! - by CalvinC - 29.09.2015, 16:30
Re: Help me please with textdraw! - by PrO.GameR - 29.09.2015, 17:38

Forum Jump:


Users browsing this thread: 1 Guest(s)