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
#2

some1?
Reply
#3

Debug. If you're too lazy to do that, then remove the "else" - it might sound stupid, but it's worked before.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)