Alguém pode dar uma ajuda? Sou iniciante em Pawn...
Segue o erro e a linha:
Linha 632:
Código inteiro:
Quem puder ajudar fico muito grato ^^
Segue o erro e a linha:
PHP Code:
E:\sv\gamemodes\dayz.pwn(632) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
PHP Code:
PlayerTextDrawSetSelectable(playerid, Textdraw11, 1);
PHP Code:
CMD:clique(playerid)
{
PlayerTextDrawSetSelectable(playerid, Textdraw11, 1);
return 1;
}