Problem with TextDraw's
#1

Код:
if(PlayerData[playerid][lytis] == 1)
	if(playertextid == istorija3[playerid])
	{
	    if(jeigu[playerid] == 0)
		PlayerTextDrawHide(playerid, istorija1[playerid]);
		PlayerTextDrawShow(playerid, istorija99[playerid]);
		jeigu[playerid] ++;
	}
 	else if(jeigu[playerid] == 1)
	{
		PlayerTextDrawHide(playerid, istorija99[playerid]);
		PlayerTextDrawShow(playerid, istorija98[playerid]);
	}
	if(playertextid == istorija4[playerid])
	{
	    if(jeigu[playerid] == 1)
   		PlayerTextDrawHide(playerid, istorija99[playerid]);
		PlayerTextDrawShow(playerid, istorija1[playerid]);
		jeigu[playerid] --;
	}
	else if(jeigu[playerid] == 0)
	{
   		PlayerTextDrawHide(playerid, istorija98[playerid]);
		PlayerTextDrawShow(playerid, istorija99[playerid]);
	}
I don't get other textdraw, what is wrong ?
Reply


Messages In This Thread
Problem with TextDraw's - by DovIIs - 30.06.2014, 18:10
Re: Problem with TextDraw's - by DovIIs - 30.06.2014, 18:50
Re: Problem with TextDraw's - by BleverCastard - 30.06.2014, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)