12.09.2012, 10:33
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:
here is the error:
here is line 3318:
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; }
Код:
D:\RGP 3.e\gamemodes\RGP.pwn(3318) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
if(clickedid == Textdraw6[playerid])