[HELP] tag mismatch
#1

Код:
warning 213: tag mismatch
Код:
if(IsPlayerNPC(playerid))
     {
          new Vagos;
          new npc_name[24];
          GetPlayerName(playerid,npc_name,sizeof(npc_name));
          if(!strcmp(npc_name,"Vagos",false))
          {
          SetPlayerSkin(playerid, 108);
	      SetPlayerColor(playerid, COLOR_YELLOW);
          Vagos = Create3DTextLabel("{F3FF02}Vagos", 0x33CCFFAA,30.0,40.0,50.0,40.0,0); // tag mismatch
	      Attach3DTextLabelToPlayer(Text3D:Vagos, playerid, 0.0, 0.0, 0.3);
          }
Why there is problem?
Reply


Messages In This Thread
[HELP] tag mismatch - by V4at - 28.04.2012, 17:20
Re: [HELP] tag mismatch - by SuperViper - 28.04.2012, 17:22
Re : [HELP] tag mismatch - by V4at - 28.04.2012, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)