tag mismatches are getting in my nerves.. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: tag mismatches are getting in my nerves.. (
/showthread.php?tid=77869)
tag mismatches are getting in my nerves.. -
Gamer007 - 15.05.2009
Код:
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
Re: tag mismatches are getting in my nerves.. -
Badger(new) - 15.05.2009
Код:
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.
Re: tag mismatches are getting in my nerves.. -
Gamer007 - 15.05.2009
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