SA-MP Forums Archive
Help to Fix [+Rep] - 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)
+--- Thread: Help to Fix [+Rep] (/showthread.php?tid=337305)



Help to Fix [+Rep] - FirziKs - 25.04.2012

Warning's:
Код:
C:\Games\SAMP\gamemodes\alive.pwn(6172) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(6173) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(6174) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(18360) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(18361) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(18362) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(23379) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(23380) : warning 213: tag mismatch
C:\Games\SAMP\gamemodes\alive.pwn(23381) : warning 213: tag mismatch
Lines:
Код:
6172	HouseInfo[idx][hExitx] = floatstr(arrCoords[3]);
Код:
6173	HouseInfo[idx][hExity] = floatstr(arrCoords[4]);
Код:
6174	HouseInfo[idx][hExitz] = floatstr(arrCoords[5]);
Код:
18360	HouseInfo[house][hExitx] = 223.0439;
Код:
18361	HouseInfo[house][hExity] = 1289.2598;
Код:
18362	HouseInfo[house][hExitz] = 1082.1999;
Код:
23379	HouseInfo[h][hExitx] = 223.0439;
Код:
23380	HouseInfo[h][hExity] = 1289.2598;
Код:
23381	HouseInfo[h][hExitz] = 1082.1999;