clickable textdraw
#1

hey guys pls could somebody help me?
i used ipleomax to create some textdraws + a clickable one.
but it gives me error

here is the script:
Код:
		if(clickedid == Textdraw6[playerid])
		{
			PlayerTextDrawDestroy(playerid, Textdraw0[playerid]);
			Textdraw0[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw1[playerid]);
			Textdraw1[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw2[playerid]);
			Textdraw2[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw3[playerid]);
			Textdraw3[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw4[playerid]);
			Textdraw4[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw5[playerid]);
			Textdraw5[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw6[playerid]);
			Textdraw6[playerid] = PlayerText:INVALID_TEXT_DRAW;

			PlayerTextDrawDestroy(playerid, Textdraw7[playerid]);
			Textdraw7[playerid] = PlayerText:INVALID_TEXT_DRAW;
		}
here is the error:

Код:
D:\RGP 3.e\gamemodes\RGP.pwn(3318) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
here is line 3318:
Код:
if(clickedid == Textdraw6[playerid])
Reply


Messages In This Thread
clickable textdraw - by R4VER - 12.09.2012, 10:33
Respuesta: clickable textdraw - by Siralos - 12.09.2012, 10:35
Re: clickable textdraw - by R4VER - 12.09.2012, 10:37
Respuesta: clickable textdraw - by Siralos - 12.09.2012, 10:39
Re: clickable textdraw - by R4VER - 12.09.2012, 10:45
Re: clickable textdraw - by Vince - 12.09.2012, 10:51
Re: clickable textdraw - by R4VER - 12.09.2012, 12:55
Re: clickable textdraw - by R4VER - 12.09.2012, 13:01
Re: clickable textdraw - by R4VER - 12.09.2012, 13:19

Forum Jump:


Users browsing this thread: 3 Guest(s)