10.09.2014, 12:14
Hey guys well im trying load my houses, and i get warnings only on the lines were i am getting floats. Heres the lines:
The warnings:
They only apear on lines with float: . What could be the issue?
pawn Код:
cache_get_field_content(0, "ID", HouseInfo[i][hhID], mysql, 129);
cache_get_field_content(0, "Owner", HouseInfo[i][Owner], mysql, 129);
cache_get_field_content(0, "Owned", HouseInfo[i][Owned], mysql, 129);
cache_get_field_content(0, "Locked", HouseInfo[i][Locked], mysql, 129);
cache_get_field_content(0, "InteriorID", HouseInfo[i][InteriorID], mysql, 129);
cache_get_field_content(0, "World", HouseInfo[i][World], mysql, 129);
cache_get_field_content(0, "Price", HouseInfo[i][Price], mysql, 129);
cache_get_field_content(0, "OX", HouseInfo[i][Float:OX], mysql, 129);
cache_get_field_content(0, "OY", HouseInfo[i][Float:OY], mysql, 129);
cache_get_field_content(0, "OZ", HouseInfo[i][Float:OZ], mysql, 129);
cache_get_field_content(0, "IX", HouseInfo[i][Float:IX], mysql, 129);
cache_get_field_content(0, "IY", HouseInfo[i][Float:IY], mysql, 129);
cache_get_field_content(0, "IZ", HouseInfo[i][Float:IZ], mysql, 129);
Код:
C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7772) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7772) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7773) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7773) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7774) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7774) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7775) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7775) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7776) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7776) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7777) : warning 213: tag mismatch C:\Users\Mindaugas\Desktop\FunZoneLT\filterscripts\Adminas.pwn(7777) : warning 213: tag mismatch