TextDraw is not getting equal to Variable
#5

Lol why compiler give me this warning:
Код:
		// money bag TD
		new mbstring[128];
		format(mbstring, sizeof(mbstring), "BAG:$%08d", moneybag[i]);
		PlayerTextDrawSetString(playerid, MoneyBagTD[i], mbstring); 
		
		PlayerTextDrawSetProportional(i, MoneyBagTD[i], 1); 
		TextDrawHideForPlayer(i, MoneyBagTD[i]);
		PlayerTextDrawShow(i, MoneyBagTD[i]);
In line :
Код:
TextDrawHideForPlayer(i, MoneyBagTD[i]);
Код:
warning 213: tag mismatch
Reply


Messages In This Thread
TextDraw is not getting equal to Variable - by maikons - 28.08.2015, 05:37
Re: TextDraw is not getting equal to Variable - by Roberto80 - 28.08.2015, 08:15
Re: TextDraw is not getting equal to Variable - by Boot - 28.08.2015, 11:28
Re: TextDraw is not getting equal to Variable - by maikons - 28.08.2015, 20:39
Re: TextDraw is not getting equal to Variable - by maikons - 28.08.2015, 21:14
Re: TextDraw is not getting equal to Variable - by Boot - 28.08.2015, 21:20
Re: TextDraw is not getting equal to Variable - by maikons - 30.08.2015, 07:07

Forum Jump:


Users browsing this thread: 1 Guest(s)