tag mismatches are getting in my nerves..
#1

Код:
    			GivePlayerMoney(playerid, -Buyable_Cars[i][MasinosKaina]);
					cInfo[housenumber][MasinosModelis] = Buyable_Cars[i][MasinosModelis]; // 651<<<
					format(str, sizeof(str), "Namai/namoid%d", housenumber);
					dini_IntSet(str, "MasinosModelis", Buyable_Cars[i][MasinosModelis]); // 653<<<
					format(str, sizeof(str), "Uzsisakei %s masina uz $%d!", carname, Buyable_Cars[i][MasinosKaina]);
i got this and i got this:

Код:
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\namai.pwn(651) : warning 213: tag mismatch
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\filterscripts\namai.pwn(653) : warning 213: tag mismatch
Reply
#2

Код:
cInfo[housenumber][MasinosModelis] = Buyable_Cars[i][MasinosModelis]; // 651<<<

dini_IntSet(str, "MasinosModelis", Buyable_Cars[i][MasinosModelis]);
my guess would be the code
Код:
Buyable_Cars[i][MasinosModelis]
is causing the problem.
Reply
#3

But it supposed to be like that

Код:
new Buyable_Cars[MAX_BUY_CARS][CarInfo] =
i got like that and it suppoesd to be like that like i saw in aHouse

if i do like CarInfo it gives an error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)