Jump to content
  • 0

pomoc warning 213: tag mismatch


TooM824

Dotaz

Tento error mi to házi při compilaci:

- warning 213: tag mismatch



public OnBankConnect(playerid)
{
		new cesta[10];
        format(cesta,sizeof(cesta),"/Banka/%s.bank",PlayerName(playerid));
        Ma_Banku[playerid] = dini_Bool(cesta,"AMA"); //<--- Tu to hází error
        Jeho_B_Ucet[playerid][prachy] = dini_Int(cesta,"Prachy");
        return true;
}

Nevím co s tím... :/

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 4
new cesta[10];
format(cesta,sizeof(cesta),"/Banka/%s.bank",PlayerName(playerid));

trochu málo ne ? do toho rozsahu se ti nevejde ani ta samotná cesta, natož pak ještě nick hráče :d

  • Haha! 1
  • Líbí se mi to! (+1) 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...