Moin,
Fehler:
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(13993) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(13996) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(13999) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14002) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14005) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14008) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14011) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14014) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14017) : warning 213: tag mismatch
C:\Users\Hieke\Desktop\ScriptHAUPT\gamemodes\UpDateV1.0R3.pwn(14020) : warning 213: tag mismatch
mysql_get_field("sbentrancex", result);
SBizzInfo[idx][sbEntranceX] = floatstr(result);
mysql_get_field("sbentrancey", result);
SBizzInfo[idx][sbEntranceY] = floatstr(result);
mysql_get_field("sbentrancez", result);
SBizzInfo[idx][sbEntranceZ] = floatstr(result);
mysql_get_field("sblevelneeded", result);
SBizzInfo[idx][sbLevelNeeded] = floatstr(result);
mysql_get_field("sbbuyprice", result);
SBizzInfo[idx][sbBuyPrice] = floatstr(result);
mysql_get_field("sbentrancecost", result);
SBizzInfo[idx][sbEntranceCost] = floatstr(result);
mysql_get_field("sbtill", result);
SBizzInfo[idx][sbTill] = floatstr(result);
mysql_get_field("sblocked", result);
SBizzInfo[idx][sbLocked] = floatstr(result);
mysql_get_field("sbinterior", result);
SBizzInfo[idx][sbInterior] = floatstr(result);
mysql_get_field("sbproducts", result);
SBizzInfo[idx][sbProducts] = floatstr(result);
mysql_get_field("sbmaxproducts", result);
SBizzInfo[idx][sbMaxProducts] = floatstr(result);
mysql_get_field("sbpriceprod", result);
SBizzInfo[idx][sbPriceProd] = floatstr(result);
mysql_get_field("sbdate", result);
SBizzInfo[idx][sbDate] = floatstr(result);
Und paar Zeilen..
Hab ich die falsche Include?
Oder warum kommt das mit tag mismatch ?