Jump to content

Jimmi

Membru
  • Posts

    374
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Jimmi

  1. Nu vorbim aceasi limba, de aia nu ne intelegem =)) am cuatat dar nu inteleg problema http://forum.sa-mp.com/showthread.php?t=390324
  2. Exact asa gandeam si eu Stefan.De ce ar veni userii pe sv meu daca e mota mo cu bugged.Trebuie sa te implici prin unicitate.
  3. Le citeste corect acuma dar tot nu merge bine... Intru ingame apar conturile fara culori pentru ca nu le-am pus culorile am zis ca dau /war si se pun ele.Ma duc pe turfs dau /war incepe war dar dispare conturul si turf-ul nu incepe sa clipeasca cu rosu asa cum e normal.Dupa ce se termina war-ul astept sa vad daca pune culoare dar nu pune si imi si da erori in server_log..Am dat /war de la mafia cu id 5 [01:13:57] [debug] Run time error 4: "Array index out of bounds" [01:13:57] [debug] Accessing element at negative index -1 [01:13:57] [debug] AMX backtrace: [01:13:57] [debug] #0 0018c100 in public UpdateGangZone (i=999) at C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn:21712 [01:13:57] [debug] #1 0018d3f4 in public SyncUp () at C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn:21792Public UpdateGangZone public UpdateGangZone(i) { new szString[ 128 ], z_id = zoneID - 1; if(WarWon == 5) { GZ_DATA[ z_id ][ zColor ] = COLOR_CHICHAGOFF; return 1; } else if (WarWon == 6) { GZ_DATA[ z_id ][ zColor ] = COLOR_SMINIONA; return 1; } else if(WarWon == 12) { GZ_DATA[ z_id ][ zColor ] = COLOR_FORLENZAFF; return 1; } else if(WarWon == 13) { GZ_DATA[ z_id ][ zColor ] = COLOR_ZALUCHIFF; return 1; } GZ_DATA[ z_id ][ zOwner ] = WarWon; GZ_DATA[ z_id ][ zOwned ] = 1; for(new x; x < MAX_PLAYERS; x++) { if(!IsPlayerConnected(i)) continue; if( turf[ i ] != 0 ) { GangZoneHideForPlayerEx( i, GZ_DATA[ z_id ][ zID ] ); GangZoneShowForPlayerEx( i, GZ_DATA[ z_id ][ zID ], GZ_DATA[ z_id ][ zColor ] ); } } format( szString, 128, "UPDATE `gangzones` SET `Color` = %d, `Owner` = %d, `Owned` = %d WHERE `ID` = %d", GZ_DATA[ z_id ][ zColor ], GZ_DATA[ z_id ][ zOwner ], GZ_DATA[ z_id ][ zOwned ], zoneID ); mysql_query( szString ); return 1; }Linia unde da eroare: GZ_DATA[ z_id ][ zColor ] = COLOR_CHICHAGOFF;Public SyncUp public SyncUp() { clockk(); if(War == 0) WarStarted = 0; if(War != 0 && WarStarted < 16 && WarStarted >= 1) { WarStarted--; } if(War != 0 && WarStarted == 1) { new string[256], ftext[64], ftext1[64]; if(WarPoints[WarF] > WarPoints[WarF1]) WarWon = WarF; if(WarPoints[WarF] < WarPoints[WarF1] || WarPoints[WarF] == WarPoints[WarF1]) WarWon = WarF1; if(WarF == 6) strmid(ftext, "Falcone Famiglia", 0, 64, 64); if(WarF == 13) strmid(ftext, "Orleans Families", 0, 64, 64); if(WarF == 12) strmid(ftext, "18th Street Gang", 0, 64, 64); if(WarF == 5) strmid(ftext, "Dallas Crime Family", 0, 64, 64); if(WarF1 == 6) strmid(ftext1, "Falcone Famiglia", 0, 64, 64); if(WarF1 == 13) strmid(ftext1, "Orleans Families", 0, 64, 64); if(WarF1 == 12) strmid(ftext1, "18th Street Gang", 0, 64, 64); if(WarF1 == 5) strmid(ftext1, "Dallas Crime Family", 0, 64, 64); format(string, sizeof(string), "{8D8DFF}(( Stirile PG-ZONE: )) {FFFFFF}Razboiul s-a sfarsit! Scor Final: %s %d - %d %s", ftext, WarPoints[WarF], WarPoints[WarF1], ftext1); OOCNews(COLOR_LIGHTBLUE, string); new senderwar[MAX_PLAYER_NAME], senderwar1[MAX_PLAYER_NAME]; GetPlayerName(WarMan1, senderwar, sizeof(senderwar)); GetPlayerName(WarMan2, senderwar1, sizeof(senderwar1)); if(!IsPlayerConnected(WarMan1) || WarMan1 == 999) strmid(senderwar, "-", 0, MAX_PLAYER_NAME, MAX_PLAYER_NAME); if(!IsPlayerConnected(WarMan2) || WarMan2 == 999) strmid(senderwar1, "-", 0, MAX_PLAYER_NAME, MAX_PLAYER_NAME); format(string, sizeof(string), "{8D8DFF}(( Stirile PG-ZONE: )) {FFFFFF}Cel mai bun gangster: %s [%d Ucideri] | Cel mai slab gangster: %s. [%d Decese]", senderwar, WarScore1, senderwar1, WarScore2); OOCNews(COLOR_LIGHTBLUE, string); WarMan1 = 999; WarMan2 = 999; WarScore1 = 0; WarScore2 = 0; War = 0; GZ_DATA[ WarZone - 1 ][ zHours ] = 3; WarZone = 999; WarStarted = 0; WarF = 0; WarF1 = 0; WarAttack1 = 999; WarAttack2 = 999; for(new w = 0; w < sizeof( GZ_DATA ); w++) { WarPoints[w] = 0; } UpdateGangZone( WarZone ); } SyncTime(); DollahScoreUpdate(); for(new i=0; i<MAX_PLAYERS; i++) // POATE PRODUCE LAG { if(AdTimer[i] > 0) AdTimer[i] --; if(DrugTimer[i] > 0) DrugTimer[i] --; if(FillTimer[i] > 0) FillTimer[i] --; if(Efraction[i] > 0) Efraction[i] --; if(HauntedPerson == i) { SetPlayerTime(i, 24, 0); SetPlayerWeather(i, 19); } //OnPlayerUpdateEx(i); if(PlayerInfo[i][pMuted] >= 1) PlayerInfo[i][pMuted] --; if(PlayerInfo[i][pRMuted] >= 1) PlayerInfo[i][pMuted] --; } return 1; } Linia unde da eroare: UpdateGangZone( WarZone );Comanda /war daca ajuta la ceva...//========================================[CMD:WAR]=========================================================// CMD:war(playerid,params[]) { if(IsAMafia(playerid)) { new string[256]; new sendername[MAX_PLAYER_NAME]; new rhour, rminute, rsecond, zone[MAX_ZONE_NAME]; GetPlayer2DRadarZone(playerid, zone, sizeof(zone)); gettime(rhour, rminute, rsecond); if(rhour < 19 && rhour > 21) return SendClientMessage(playerid, COLOR_WHITE, "{0066FF}War: {FFFFFF}Poti da war decat intre 19:00 - 21:00 !"); new side[MAX_PLAYERS], ncount=0; if(PlayerInfo[playerid][pLeader] != 0) side[playerid] = PlayerInfo[playerid][pLeader]; else if(PlayerInfo[playerid][pMember] != 0) side[playerid] = PlayerInfo[playerid][pMember]; for(new n=1; n<sizeof(GangInfo); n++) { if(GangInfo[n][gFaction] == side[playerid]) ncount++; } if(PlayerInfo[playerid][pRank] >= 4) {} else return SendClientMessage(playerid, COLOR_WHITE, "{0066FF}War: {FFFFFF}Nu ai rangul necesar!"); if(GetPlayerInterior(playerid) != 0) return 1; if(War != 0) return SendClientMessage(playerid, COLOR_WHITE, "{0066FF}War: {FFFFFF}Este deja un razboi in desfasurare!"); new ward; if(Warallowed == 0) return SendClientMessage(playerid, COLOR_WHITE, "{0066FF}War: {FFFFFF}Un admin a inchis sistemul de razboaie temporar!"); GetPlayerName(playerid, sendername, sizeof(sendername)); if(IsPlayerInArea(playerid, 114.21, 506.54, -1364.93, -912.91)) ward = 1; else if(IsPlayerInArea(playerid, 506.54, 899.25, -1364.93, -912.91)) ward = 2; else if(IsPlayerInArea(playerid, 899.25, 1313.58, -1313.70, -912.91)) ward = 3; else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -1364.93, -912.91)) ward = 4; else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -1364.93, -912.91)) ward = 5; else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -1364.93, -912.91)) ward = 6; else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -1313.70, -912.91)) ward = 7; else if(IsPlayerInArea(playerid, 114.21, 506.54, -1821.03, -1364.93)) ward = 8; else if(IsPlayerInArea(playerid, 506.54, 899.25, -1821.03, -1364.93)) ward = 9; else if(IsPlayerInArea(playerid, 899.25, 1313.58, -1721.90, -1313.70)) ward = 10; else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -1821.03, -1364.93)) ward = 11; else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -1821.03, -1364.93)) ward = 12; else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -1821.03, -1364.93)) ward = 13; else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -1737.65, -1313.70)) ward = 14; else if(IsPlayerInArea(playerid, 899.25, 1313.58, -2131.32, -1721.90)) ward = 15; else if(IsPlayerInArea(playerid, 899.25, 1313.58, -2489.99, -2131.32)) ward = 16; else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -2250.92, -1821.03)) ward = 17; else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -2250.92, -1821.03)) ward = 18; else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -2250.92, -1821.03)) ward = 19; else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -2172.41, -1737.65)) ward = 20; else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -2690.47, -2250.92)) ward = 21; else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -2690.47, -2250.92)) ward = 22; else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -2690.47, -2250.92)) ward = 23; else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -2567.91, -2172.41)) ward = 24; else if(IsPlayerInArea(playerid, 1114.47, 1478.16, 2444.49, 2901.03)) ward = 25; else if(IsPlayerInArea(playerid, 1478.16, 1828.16, 2444.49, 2901.03)) ward = 26; else if(IsPlayerInArea(playerid, 1828.16, 2150.16, 2444.49, 2901.03)) ward = 27; else if(IsPlayerInArea(playerid, 2150.16, 2528.16, 2444.49, 2901.03)) ward = 28; else if(IsPlayerInArea(playerid, 2528.16, 2878.16, 2444.49, 2901.03)) ward = 29; else if(IsPlayerInArea(playerid, 901.16, 1307.16, 1980.34, 2444.49)) ward = 30; else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 1980.34, 2444.49)) ward = 31; else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 1980.34, 2444.49)) ward = 32; else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 1980.34, 2444.49)) ward = 33; else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 1980.34, 2444.49)) ward = 34; else if(IsPlayerInArea(playerid, 901.16, 1307.16, 1528.09, 1980.34)) ward = 35; else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 1528.09, 1980.34)) ward = 36; else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 1528.09, 1980.34)) ward = 37; else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 1528.09, 1980.34)) ward = 38; else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 1528.09, 1980.34)) ward = 39; else if(IsPlayerInArea(playerid, 901.16, 1307.16, 1074.90, 1528.09)) ward = 40; else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 1074.90, 1528.09)) ward = 41; else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 1074.90, 1528.09)) ward = 42; else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 1074.90, 1528.09)) ward = 43; else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 1074.90, 1528.09)) ward = 44; else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 663.83, 1074.90)) ward = 45; else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 663.83, 1074.90)) ward = 46; else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 663.83, 1074.90)) ward = 47; else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 663.83, 1074.90)) ward = 48; else return 1; format(string, sizeof(string), "{0066FF}War: {FFFFFF}Acest teritoriu a fost deja ocupat acum %d ore.", GangInfo[ward][gHours]); if(GangInfo[ward][gHours] > 0 && AdminDuty[playerid] == 0) return SendClientMessage(playerid, COLOR_WHITE, string); if(PlayerInfo[playerid][pLeader] >= 1) {} else return SendClientMessage(playerid, COLOR_WHITE, "{0066FF}War: {FFFFFF}Trebuie sa fii liderul unei mafie!"); new ftext[60], ftext1[60]; if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5) format(ftext, sizeof(ftext), "{5F361E}Dallas Crime Family{FFFFFF}"); if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6) format(ftext, sizeof(ftext), "{C8C1BF}Falcone Familigia{FFFFFF}"); if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12) format(ftext, sizeof(ftext), "{D4AA1E}18th Street Gang Family{FFFFFF}"); if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13) format(ftext, sizeof(ftext), "{D4AA1E}Orleans Familly{FFFFFF}"); if(GangInfo[ward][gFaction] == 5) format(ftext1, sizeof(ftext1), "{5F361E}Dallas Crime Family{FFFFFF}"); if(GangInfo[ward][gFaction] == 6) format(ftext1, sizeof(ftext1), "{C8C1BF}Falcone Familigia{FFFFFF}"); if(GangInfo[ward][gFaction] == 12) format(ftext1, sizeof(ftext1), "{7716A0}18th Street Gang Familly{FFFFFF}"); if(GangInfo[ward][gFaction] == 13) format(ftext1, sizeof(ftext1), "{D4AA1E}Orleans Families{FFFFFF}"); format(string, sizeof(string), "(( Gang News: )) %s a declansat un razboi impotriva %s!", ftext, ftext1); BroadCast(0x8D8DFFFF,string); format(string, sizeof(string), "(( Gang News: )) {FFFFFF}Razboiul se desfasoara in zona {FF0000}%s{FFFFFF}! Stati departe!", zone); BroadCast(0x8D8DFFFF,string); if(IsPlayerInArea(playerid, 506.54, 899.25, -1364.93, -912.91)) GangZoneFlashForAll(Gangzone[1], 0xFF6347AA); else if(IsPlayerInArea(playerid, 899.25, 1313.58, -1313.70, -912.91)) GangZoneFlashForAll(Gangzone[2], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -1364.93, -912.91)) GangZoneFlashForAll(Gangzone[3], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -1364.93, -912.91)) GangZoneFlashForAll(Gangzone[4], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -1364.93, -912.91)) GangZoneFlashForAll(Gangzone[5], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -1313.70, -912.91)) GangZoneFlashForAll(Gangzone[6], 0xFF6347AA); else if(IsPlayerInArea(playerid, 114.21, 506.54, -1821.03, -1364.93)) GangZoneFlashForAll(Gangzone[7], 0xFF6347AA); else if(IsPlayerInArea(playerid, 506.54, 899.25, -1821.03, -1364.93)) GangZoneFlashForAll(Gangzone[8], 0xFF6347AA); else if(IsPlayerInArea(playerid, 899.25, 1313.58, -1721.90, -1313.70)) GangZoneFlashForAll(Gangzone[9], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -1821.03, -1364.93)) GangZoneFlashForAll(Gangzone[10], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -1821.03, -1364.93)) GangZoneFlashForAll(Gangzone[11], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -1821.03, -1364.93)) GangZoneFlashForAll(Gangzone[12], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -1737.65, -1313.70)) GangZoneFlashForAll(Gangzone[13], 0xFF6347AA); else if(IsPlayerInArea(playerid, 899.25, 1313.58, -2131.32, -1721.90)) GangZoneFlashForAll(Gangzone[14], 0xFF6347AA); else if(IsPlayerInArea(playerid, 899.25, 1313.58, -2489.99, -2131.32)) GangZoneFlashForAll(Gangzone[15], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -2250.92, -1821.03)) GangZoneFlashForAll(Gangzone[16], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -2250.92, -1821.03)) GangZoneFlashForAll(Gangzone[17], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -2250.92, -1821.03)) GangZoneFlashForAll(Gangzone[18], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -2172.41, -1737.65)) GangZoneFlashForAll(Gangzone[19], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1313.58, 1727.49, -2690.47, -2250.92)) GangZoneFlashForAll(Gangzone[20], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1727.49, 2108.13, -2690.47, -2250.92)) GangZoneFlashForAll(Gangzone[21], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2108.13, 2499.38, -2690.47, -2250.92)) GangZoneFlashForAll(Gangzone[22], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2499.38, 2916.17, -2567.91, -2172.41)) GangZoneFlashForAll(Gangzone[23], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1114.47, 1478.16, 2444.49, 2901.03)) GangZoneFlashForAll(Gangzone[24], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1478.16, 1828.16, 2444.49, 2901.03)) GangZoneFlashForAll(Gangzone[25], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1828.16, 2150.16, 2444.49, 2901.03)) GangZoneFlashForAll(Gangzone[26], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2150.16, 2528.16, 2444.49, 2901.03)) GangZoneFlashForAll(Gangzone[27], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2528.16, 2878.16, 2444.49, 2901.03)) GangZoneFlashForAll(Gangzone[28], 0xFF6347AA); else if(IsPlayerInArea(playerid, 901.16, 1307.16, 1980.34, 2444.49)) GangZoneFlashForAll(Gangzone[29], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 1980.34, 2444.49)) GangZoneFlashForAll(Gangzone[30], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 1980.34, 2444.49)) GangZoneFlashForAll(Gangzone[31], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 1980.34, 2444.49)) GangZoneFlashForAll(Gangzone[32], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 1980.34, 2444.49)) GangZoneFlashForAll(Gangzone[33], 0xFF6347AA); else if(IsPlayerInArea(playerid, 901.16, 1307.16, 1528.09, 1980.34)) GangZoneFlashForAll(Gangzone[34], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 1528.09, 1980.34)) GangZoneFlashForAll(Gangzone[35], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 1528.09, 1980.34)) GangZoneFlashForAll(Gangzone[36], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 1528.09, 1980.34)) GangZoneFlashForAll(Gangzone[37], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 1528.09, 1980.34)) GangZoneFlashForAll(Gangzone[38], 0xFF6347AA); else if(IsPlayerInArea(playerid, 901.16, 1307.16, 1074.90, 1528.09)) GangZoneFlashForAll(Gangzone[39], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 1074.90, 1528.09)) GangZoneFlashForAll(Gangzone[40], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 1074.90, 1528.09)) GangZoneFlashForAll(Gangzone[41], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 1074.90, 1528.09)) GangZoneFlashForAll(Gangzone[42], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 1074.90, 1528.09)) GangZoneFlashForAll(Gangzone[43], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1307.16, 1677.16, 663.83, 1074.90)) GangZoneFlashForAll(Gangzone[44], 0xFF6347AA); else if(IsPlayerInArea(playerid, 1677.16, 2076.16, 663.83, 1074.90)) GangZoneFlashForAll(Gangzone[45], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2076.16, 2482.00, 663.83, 1074.90)) GangZoneFlashForAll(Gangzone[46], 0xFF6347AA); else if(IsPlayerInArea(playerid, 2482.00, 2878.16, 663.83, 1074.90)) GangZoneFlashForAll(Gangzone[47], 0xFF6347AA); else if(IsPlayerInArea(playerid, 114.21, 506.54, -1364.93, -912.91)) GangZoneFlashForAll(Gangzone[48], 0xFF6347AA); WarStarted=15; WarF = side[playerid]; WarF1 = GangInfo[ward][gFaction]; WarZone = ward; for(new w = 0; w < sizeof(GangInfo); w++) { WarPoints[w] = 0; } if(side[playerid] == 6 || side[playerid] == 13) WarAttack1 = 1; else WarAttack1 = 2; if(GangInfo[ward][gFaction] == 6 || GangInfo[ward][gFaction] == 13) WarAttack2 = 1; else WarAttack2 = 2; if(IsAMafia(playerid)) War = 1; else if(IsAMafia(playerid)) War = 2; WarMan1 = 999; WarMan2 = 999; WarScore1 = 0; WarScore2 = 0; for(new i=0; i<MAX_PLAYERS; i++) { WarStats1[i] = 0; WarStats2[i] = 0; if(IsAIAlliance(i) || IsAAAlliance(i)) { format(string, sizeof(string), "{DC0C0C}War: {FFFFFF}%s din %s a declansat un razboi! Pentru a castiga razboiul, trebuie sa faceti un scor mai bun in 15 minute!", sendername, ftext); SendClientMessage(i, COLOR_WHITE, string); } } if(WarF && IsAIAlliance(playerid)) { WarPoints[WarF] += 1; } else if(WarF1 && IsAAAlliance(playerid)) { WarPoints[WarF1] += 1; } } return 1; }
  4. Aici? public UpdateGangZone(i) { new szString[ 128 ], z_id = zoneID - 1; if(WarWon == 5) { GZ_DATA[ z_id ][ zColor ] = COLOR_CHICHAGOFF; return 1; } else if (WarWon == 6) { GZ_DATA[ z_id ][ zColor ] = COLOR_SMINIONA; return 1; } else if(WarWon == 12) { GZ_DATA[ z_id ][ zColor ] = COLOR_FORLENZAFF; return 1; } else if(WarWon == 13) { GZ_DATA[ z_id ][ zColor ] = COLOR_ZALUCHIFF; return 1; } GZ_DATA[ z_id ][ zOwner ] = WarWon; GZ_DATA[ z_id ][ zOwned ] = 1; for(new x; x < MAX_PLAYERS; x++) { if(!IsPlayerConnected(i)) continue; if( turf[ i ] != 0 ) { GangZoneHideForPlayerEx( i, GZ_DATA[ z_id ][ zID ] ); GangZoneShowForPlayerEx( i, GZ_DATA[ z_id ][ zID ], GZ_DATA[ z_id ][ zColor ] ); } } format( szString, 128, "UPDATE `gangzones` SET `Color` = %d, `Owner` = %d, `Owned` = %d WHERE `ID` = %d", GZ_DATA[ z_id ][ zColor ], GZ_DATA[ z_id ][ zOwner ], GZ_DATA[ z_id ][ zOwned ], zoneID ); mysql_query( szString ); return 1; }
  5. stock SetVehicleModel(vehicleid, model) { new color=random(50); DestroyVehicle(vehicleid); turismodealer=CreateVehicle(model, -1656.6138,1211.2800,20.8641,28.9816,color, color, 1); SetVehicleVirtualWorld(turismodealer, 10); }
  6. Tot imi da eroare:warning 202: number of arguments does not match definition Linia: GetVehicleModel(playerid, 473, vehPrice[473], 0);
  7. Problema intalnita (descriere):Lucrez la un sistem de ds si am vreo 60 de warning-uri la un dialog... Ero(area / rile) / warning-(ul / urile) Imagini / Video (optional): Ati incercat sa rezolvati singur?:da C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13890) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13894) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13898) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13902) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13906) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13910) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13914) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13918) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13922) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13926) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13930) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13934) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13938) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13942) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13946) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13950) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13954) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13958) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13962) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13966) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13970) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13974) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13978) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13982) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13986) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13990) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13994) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(13998) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14002) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14006) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14010) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14014) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14034) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14034) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14038) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14038) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14042) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14042) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14046) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14046) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14050) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14050) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14054) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14054) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14074) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14074) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14078) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14078) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14082) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14082) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14086) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14086) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14106) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14106) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14110) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14110) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14114) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14114) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14118) : warning 202: number of arguments does not match definition C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(14118) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Liniile de cod / sursa / script-ul(obligatoriu):toate linile sunt cam asa SetVehicleModel(479, vehPrice[479], 0); deci nu e necesar sa le pun pe toate
  8. Ce face mai exact aceasta comanda?
  9. Stiu dar daca il sterg imi da ca cmdtext nu este definita...
  10. Am zis sa incerc sa trec comanda /call pe zcmd.dadea multe chesti nedefinite si am adaugat 5 6 new-uri dar tot da eroare... CMD:call(playerid,params[]) { new tmp[1024]; new cmdtext[124]; new sendername[36]; new idx; new string[256] if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "{00FF00}Folosire:{FFFFFF} /call [numar]"); return 1; } if(PlayerInfo[playerid][pPnumber] == 0) { SendClientMessage(playerid, COLOR_GRAD2, " Nu ai un telefon !"); return 1; } GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s scoate un telefon.", sendername); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); new phonenumb = strval(tmp); SetPlayerAttachedObject(playerid, 1, 330 , 6); SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE); if(phonenumb == 911) { SendClientMessage(playerid, COLOR_WHITE, "INDICIU: Foloseste tasta T pentru a vorbi la telefon, scrie /hangup pentru a inchide."); SendClientMessage(playerid, COLOR_ALLDEPT, "URGENTE: Ce departament cautati, Politia sau Fireman/Paramedic?"); Mobile[playerid] = 911; return 1; } if(phonenumb == PlayerInfo[playerid][pPnumber]) { SendClientMessage(playerid, COLOR_GRAD2, " Numar ocupat!"); Mobile[playerid] = 255; return 1; } if(Mobile[playerid] != 255) { SendClientMessage(playerid, COLOR_GRAD2, " Deja esti intr-un apel.."); return 1; } if(PlayerInfo[playerid][pMuted] >= 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, "Nu poti vorbi, ai mute!"); return 1; } for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[i][pPnumber] == phonenumb && phonenumb != 0) { giveplayerid = i; Mobile[playerid] = giveplayerid; //caller connecting if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if(PhoneOnline[giveplayerid] > 0) { SendClientMessage(playerid, COLOR_GREY, " Acel jucator are telefonul inchis !"); return 1; } if (Mobile[giveplayerid] == 255) { if(IsAtPublicPhone(playerid)) TogglePlayerControllable(playerid, 0); if(PlayerInfo[playerid][pDonateRank] == 1) { format(string, sizeof(string), "Telefonul tau suna - Apelant: %s", sendername); } else format(string, sizeof(string), "Telefonul tau suna."); SendClientMessage(giveplayerid, COLOR_YELLOW, string); GetPlayerName(giveplayerid, sendername, sizeof(sendername)); RingTone[giveplayerid] = 10; format(string, sizeof(string), "* Telefonul lui %s incepe sa sune.", sendername); //SendClientMessage(playerid, COLOR_WHITE, "HINT: You now use T to talk on your cellphone, type /hangup to hang up"); ProxDetector(30.0, i, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); CellTime[playerid] = 1; return 1; } } } } } } SendClientMessage(playerid, COLOR_GRAD2, " Numar ocupat!"); SetPlayerSpecialAction(playerid,SPECIAL_ACTION_STOPUSECELLPHONE); RemovePlayerAttachedObject(playerid, 1); } return 1; } Nici nu stiu daca am trecut comanda corect pe zcmd...
  11. La fel [23:22:08] CMySQLHandler::Query(SELECT * FROM `gangzones`) - Successfully executed. [23:22:08] >> mysql_store_result( Connection handle: 1 ) [23:22:08] CMySQLHandler::StoreResult() - Result was stored. [23:22:08] >> mysql_num_rows( Connection handle: 1 ) [23:22:08] CMySQLHandler::NumRows() - Returned 48 row(s) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:08] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:08] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owned) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Owner) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(Color) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MinY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxX) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_fetch_field_row( Connection handle: 1 ) [23:22:09] CMySQLHandler::FetchField(MaxY) - You cannot call this function now. (Reason: Fields/Rows are empty.) [23:22:09] >> mysql_free_result( Connection handle: 1 ) [23:22:09] CMySQLHandler::FreeResult() - Result was successfully free'd. [23:22:09] >> mysql_query( Connection handle: 1 ) dar vad ca update face corect [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 1 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 2 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 3 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 4 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 5 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 6 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 7 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 8 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 9 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 10 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 11 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 12 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 13 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 14 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 15 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 16 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 17 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 18 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 19 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 20 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 21 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 22 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 23 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 24 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 25 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 26 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 27 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 28 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 29 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 30 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 31 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 32 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 33 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 34 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 35 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 36 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 37 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 38 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 39 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 40 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 41 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:13] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 42 LIMIT 1;) - Successfully executed. [23:22:13] >> mysql_query( Connection handle: 1 ) [23:22:14] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 43 LIMIT 1;) - Successfully executed. [23:22:14] >> mysql_query( Connection handle: 1 ) [23:22:14] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 44 LIMIT 1;) - Successfully executed. [23:22:14] >> mysql_query( Connection handle: 1 ) [23:22:14] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 45 LIMIT 1;) - Successfully executed. [23:22:14] >> mysql_query( Connection handle: 1 ) [23:22:14] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 46 LIMIT 1;) - Successfully executed. [23:22:14] >> mysql_query( Connection handle: 1 ) [23:22:14] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 47 LIMIT 1;) - Successfully executed. [23:22:14] >> mysql_query( Connection handle: 1 ) [23:22:14] CMySQLHandler::Query(UPDATE `gangzones` SET `Hours` = 0 WHERE `ID` = 48 LIMIT 1;) - Successfully executed. [23:22:14] >> mysql_query( Connection handle: 1 )
  12. Cand am cautat in gm doar aici vad public OnGameModeInit() { AntiDeAMX(); WarScore1 = 0; WarScore2 = 0; WarMan1 = 999; WarMan2 = 999; ConnectMySQL(); mysql_debug(1); LoadGangZones( );[code]
  13. UP mi-a rezolvat Wopss impreuna cu NoNamed erorile dar nu citeste turfs.. stock LoadGangZones( ){ new rows, szResult[ 50 ]; mysql_query( "SELECT * FROM `gangzones`" ); mysql_store_result( ); rows = mysql_num_rows( ); for( new i = 0; i < rows; i++ ){ mysql_get_field( "Owned", szResult ); GZ_DATA[ i ][ zOwned ] = strval( szResult ); mysql_get_field( "Owner", szResult ); GZ_DATA[ i ][ zOwner ] = strval( szResult ); mysql_get_field( "Color", szResult ); GZ_DATA[ i ][ zColor ] = strval( szResult ); mysql_get_field( "MinX", szResult ); GZ_DATA[ i ][ zMinX ] = floatstr( szResult ); mysql_get_field( "MinY", szResult ); GZ_DATA[ i ][ zMinY ] = floatstr( szResult ); mysql_get_field( "MaxX", szResult ); GZ_DATA[ i ][ zMaxX ] = floatstr( szResult ); mysql_get_field( "MaxY", szResult ); GZ_DATA[ i ][ zMaxY ] = floatstr( szResult ); GZ_DATA[ i ][ zID ] = GangZoneCreateEx( GZ_DATA[ i ][ zMinX ], GZ_DATA[ i ][ zMinY ], GZ_DATA[ i ][ zMaxX ], GZ_DATA[ i ][ zMaxY ], i + 1, 1.0 ); } mysql_free_result( ); printf( "[TURFS]Au fost incarcate %d zone.Felicitari pentru reusita.[PG-ZONE.RO]", rows ); return 1; } si public UpdateGangZone(i) { new szString[ 128 ], z_id = zoneID - 1; if(WarWon == 5) { GZ_DATA[ z_id ][ zColor ] = COLOR_CHICHAGOFF; return 1; } else if (WarWon == 6) { GZ_DATA[ z_id ][ zColor ] = COLOR_SMINIONA; return 1; } else if(WarWon == 12) { GZ_DATA[ z_id ][ zColor ] = COLOR_FORLENZAFF; return 1; } else if(WarWon == 13) { GZ_DATA[ z_id ][ zColor ] = COLOR_ZALUCHIFF; return 1; } GZ_DATA[ z_id ][ zOwner ] = WarWon; GZ_DATA[ z_id ][ zOwned ] = 1; for(new x; x < MAX_PLAYERS; x++) { if(!IsPlayerConnected(i)) continue; if( turf[ i ] != 0 ) { GangZoneHideForPlayerEx( i, GZ_DATA[ z_id ][ zID ] ); GangZoneShowForPlayerEx( i, GZ_DATA[ z_id ][ zID ], GZ_DATA[ z_id ][ zColor ] ); } } format( szString, 128, "UPDATE `gangzones` SET `Color` = %d, `Owner` = %d, `Owned` = %d WHERE `ID` = %d", GZ_DATA[ z_id ][ zColor ], GZ_DATA[ z_id ][ zOwner ], GZ_DATA[ z_id ][ zOwned ], zoneID ); mysql_query( szString ); return 1; } asa apare in mysql_log http://pastebin.com/z1CiXria baza de date refacuta -- phpMyAdmin SQL Dump -- version 4.1.14.8 -- http://www.phpmyadmin.net -- -- Host: 93.119.26.250:3306 -- Generation Time: 19 Iul 2015 la 07:31 -- Server version: 5.5.39-36.0-log -- PHP Version: 5.4.36 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `zp_hid6506` -- -- -------------------------------------------------------- -- -- Structura de tabel pentru tabelul `gangzones` -- CREATE TABLE IF NOT EXISTS `gangzones` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `Owned` int(11) NOT NULL, `Owner` int(11) NOT NULL, `Hours` int(11) NOT NULL, `Color` float NOT NULL, `MinX` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0', `MinY` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0', `MaxX` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0', `MaxY` varchar(16) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=49 ; -- -- Salvarea datelor din tabel `gangzones` -- INSERT INTO `gangzones` (`ID`, `Owned`, `Owner`, `Hours`, `Color`, `MinX`, `MinY`, `MaxX`, `MaxY`) VALUES (1, 0, 12, 0, 0, '114.21', '-1364.93', '506.54', '-912.91'), (2, 0, 12, 0, 0, '506.54', '-1364.93', '899.25', '-912.91'), (3, 0, 12, 0, 0, '899.25', '-1313.70', '1313.58', '-912.91'), (4, 0, 12, 0, 0, '1313.58', '-1364.93', '1727.49', '-912.91'), (5, 0, 12, 0, 0, '1727.49', '-1364.93', '2108.13', '-912.91'), (6, 0, 12, 0, 0, '2108.13', '-1364.93', '2499.38', '-912.91'), (7, 0, 12, 0, 0, '2499.38', '-1313.70', '2916.17', '-912.91'), (8, 0, 12, 0, 0, '114.21', '-1821.03', '506.54', '-1364.93'), (9, 0, 12, 0, 0, '506.54', '-1821.03', '899.25', '-1364.93'), (10, 0, 12, 0, 0, '899.25', '-1721.90', '1313.58', '-1313.70'), (11, 0, 12, 0, 0, '1313.58', '-1821.03', '1727.49', '-1364.93'), (12, 0, 12, 0, 0, '1727.49', '-1821.03', '2108.13', '-1364.93'), (13, 0, 12, 0, 0, '2108.13', '-1821.03', '2499.38', '-1364.93'), (14, 0, 12, 0, 0, '2499.38', '-1737.65', '2916.17', '-1313.70'), (15, 0, 12, 0, 0, '899.25', '-2131.32', '1313.58', '-1721.90'), (16, 0, 12, 0, 0, '899.25', '-2489.99', '1313.58', '-2131.32'), (17, 0, 12, 0, 0, '1313.58', '-2250.92', '1727.49', '-1821.03'), (18, 0, 12, 0, 0, '1727.49', '-2250.92', '2108.13', '-1821.03'), (19, 0, 12, 0, 0, '2108.13', '-2250.92', '2499.38', '-1821.03'), (20, 0, 12, 0, 0, '2499.38', '-2172.41', '2916.17', '-1737.65'), (21, 0, 12, 0, 0, '1313.58', '-2690.47', '1727.49', '-2250.92'), (22, 0, 12, 0, 0, '1727.49', '-2690.47', '2108.13', '-2250.92'), (23, 0, 12, 0, 0, '2108.13', '-2690.47', '2499.38', '-2250.92'), (24, 0, 12, 0, 0, '2499.38', '-2567.91', '2916.17', '-2172.41'), (25, 0, 12, 0, 0, '1114.47', '2444.49', '1478.16', '2901.03'), (26, 0, 12, 0, 0, '1478.16', '2444.49', '1828.16', '2901.03'), (27, 0, 12, 0, 0, '1828.16', '2444.49', '2150.16', '2901.03'), (28, 0, 12, 0, 0, '2150.16', '2444.49', '2528.16', '2901.03'), (29, 0, 12, 0, 0, '2528.16', '2444.49', '2878.16', '2901.03'), (30, 0, 12, 0, 0, '901.16', '1980.34', '1307.16', '2444.49'), (31, 0, 12, 0, 0, '1307.16', '1980.34', '1677.16', '2444.49'), (32, 0, 12, 0, 0, '1677.16', '1980.34', '2076.16', '2444.49'), (33, 0, 12, 0, 0, '2076.16', '1980.34', '2482.00', '2444.49'), (34, 0, 12, 0, 0, '2482.00', '1980.34', '2878.16', '2444.49'), (35, 0, 12, 0, 0, '901.16', '1528.09', '1307.16', '1980.34'), (36, 0, 12, 0, 0, '1307.16', '1528.09', '1677.16', '1980.34'), (37, 0, 12, 0, 0, '1677.16', '1528.09', '2076.16', '1980.34'), (38, 0, 12, 0, 0, '2076.16', '1528.09', '2482.00', '1980.34'), (39, 0, 12, 0, 0, '2482.00', '1528.09', '2878.16', '1980.34'), (40, 0, 12, 0, 0, '901.16', '1074.90', '1307.16', '1528.09'), (41, 0, 12, 0, 0, '1307.16', '1074.90', '1677.16', '1528.09'), (42, 0, 12, 0, 0, '1677.16', '1074.90', '2076.16', '1528.09'), (43, 0, 12, 0, 0, '2076.16', '1074.90', '2482.00', '1528.09'), (44, 0, 12, 0, 0, '2482.00', '1074.90', '2878.16', '1528.09'), (45, 0, 12, 0, 0, '1307.16', '663.83', '1677.16', '1074.90'), (46, 0, 12, 0, 0, '1677.16', '663.83', '2076.16', '1074.90'), (47, 0, 12, 0, 0, '2076.16', '663.83', '2482.00', '1074.90'), (48, 0, 12, 0, 0, '2482.00', '663.83', '2878.16', '1074.90'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  14. Multumesc WopsS.Imi cer scuze ca te-am deranjat atata cu problema.
  15. enum-ul acela era de vina... Mai am o eroare acuma... C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1459) : warning 225: unreachable code Aici la return 1; ultima public Turfss(i) { if(turfs[i] == 1) { GangZoneShowForPlayerEx(i, GZ_DATA[ i ][ zID ], GZ_DATA[ i ][ zColor ] ); return 1; } else { GangZoneHideForPlayerEx(i, GZ_DATA[ i ][ zID ] ); return 1; } return 1; }si astea 4 una langa altele: C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(56989) : warning 213: tag mismatch C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(56990) : warning 213: tag mismatch C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(56991) : warning 213: tag mismatch C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(56992) : warning 213: tag mismatch erorile sunt una langa altele toate 4 mysql_get_field( "MinX", szResult ); GZ_DATA[ i ][ zMinX ] = floatstr( szResult ); mysql_get_field( "MinY", szResult ); GZ_DATA[ i ][ zMinY ] = floatstr( szResult ); mysql_get_field( "MaxX", szResult ); GZ_DATA[ i ][ zMaxX ] = floatstr( szResult ); mysql_get_field( "MaxY", szResult ); GZ_DATA[ i ][ zMaxY ] = floatstr( szResult );
  16. C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(105) : error 017: undefined symbol "edata" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(105) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1439) : error 017: undefined symbol "zColor" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1447) : warning 225: unreachable code C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22049) : error 021: symbol already defined: "zID" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22052) : error 025: function heading differs from prototype C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22077) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22101) : warning 219: local variable "WarWon" shadows a variable at a preceding level C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22132) : error 017: undefined symbol "zHours" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22118) : warning 204: symbol is assigned a value that is never used: "GangColor" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22197) : error 017: undefined symbol "zHours" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22197) : error 017: undefined symbol "zHours" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22198) : error 017: undefined symbol "zHours" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22985) : error 001: expected token: ";", but found "-identifier-" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(29677) : warning 213: tag mismatch
  17. Asta 1439 GangZoneShowForPlayerEx(i, GZ_DATA[ i ][ zID ], GZ_DATA[ i ][ zColor ] );
  18. E clar C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1439) : error 001: expected token: ",", but found "[" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1439) : error 029: invalid expression, assumed zero C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1439) : warning 215: expression has no effect C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1439) : error 001: expected token: ";", but found "]" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1439) : fatal error 107: too many error messages on one line Iti dau tot codul poate iti dai seama daca e de la altceva..... new turf[48]; new GZ_DATA[48]; new zoneID, WarWon; new zID; forward Turfss(i); forward UpdateGangZone(playerid); enum edata { zColor, zOwner[24], zOwned, zID, } public UpdateGangZone(i) { new szString[ 128 ], z_id = zoneID - 1; if(WarWon == 5) { GZ_DATA[ z_id ][ zColor ] = COLOR_CHICHAGOFF; return 1; } else if (WarWon == 6) { GZ_DATA[ z_id ][ zColor ] = COLOR_SMINIONA; return 1; } else if(WarWon == 12) { GZ_DATA[ z_id ][ zColor ] = COLOR_FORLENZAFF; return 1; } else if(WarWon == 13) { GZ_DATA[ z_id ][ zColor ] = COLOR_ZALUCHIFF; return 1; } GZ_DATA[ z_id ][ zOwner ] = WarWon; GZ_DATA[ z_id ][ zOwned ] = 1; for(new i; i< MAX_PLAYERS; i++) { if(!IsPlayerConnected(i)) continue; if( turf[ i ] != 0 ) { GangZoneHideForPlayerEx( i, GZ_DATA[ z_id ][ zID ] ); GangZoneShowForPlayerEx( i, GZ_DATA[ z_id ][ zID ], GZ_DATA[ z_id ][ zColor ] ); } } format( szString, 128, "UPDATE `gangzones` SET `Color` = %d, `Owner` = %d, `Owned` = %d WHERE `ID` = %d", GZ_DATA[ z_id ][ zColor ], GZ_DATA[ z_id ][ zOwner ], GZ_DATA[ z_id ][ zOwned ], zoneID ); mysql_query( szString ); return 1; } si public Turfss(i) { if(turfs[i] == 1) { GangZoneShowForPlayerEx(i, GZ_DATA[ i ][ zID ], GZ_DATA[ i ][ zColor ] ); return 1; } else { GangZoneHideForPlayerEx(i, GZ_DATA[ i ][ zID ] ); return 1; } return 1; } si stock-ul stock LoadGangZones( ){ new szQuery[ 128 ], rows, szResult[ 50 ]; mysql_query( "SELECT * FROM `gangzones`" ); mysql_store_result( ); rows = mysql_num_rows( ); for( new i = 0; i < rows; i++ ){ mysql_get_field( "Owned", szResult ); GZ_DATA[ i ][ zOwned ] = strval( szResult ); mysql_get_field( "Owner", szResult ); GZ_DATA[ i ][ zOwner ] = strval( szResult ); mysql_get_field( "Color", szResult ); GZ_DATA[ i ][ zColor ] = strval( szResult ); mysql_get_field( "MinX", szResult ); GZ_DATA[ i ][ zMinX ] = floatstr( szResult ); mysql_get_field( "MinY", szResult ); GZ_DATA[ i ][ zMinY ] = floatstr( szResult ); mysql_get_field( "MaxX", szResult ); GZ_DATA[ i ][ zMaxX ] = floatstr( szResult ); mysql_get_field( "MaxY", szResult ); GZ_DATA[ i ][ zMaxY ] = floatstr( szResult ); GZ_DATA[ i ][ zID ] = GangZoneCreateEx( GZ_DATA[ i ][ zMinX ], GZ_DATA[ i ][ zMinY ], GZ_DATA[ i ][ zMaxX ], GZ_DATA[ i ][ zMaxY ], i + 1, 1.0 ); } mysql_free_result( ); printf( "[TURFS]Au fost loadate %d zone.", rows ); printf( "[TURFS]Sistemul functioneaza in parametri optimi.", rows ); return 1; }
  19. Am rezolvat eu dar acuma imi da alte erori... C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1438) : error 001: expected token: ",", but found "[" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1438) : error 029: invalid expression, assumed zero C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1438) : warning 215: expression has no effect C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1438) : error 001: expected token: ";", but found "]" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(1438) : fatal error 107: too many error messages on one line aici da eroare: public Turfss(i) { if(turfs[i] == 1) { GangZoneShowForPlayerEx(i, GZ_DATA[ i ][ zID ], GZ_DATA[ i ][ zColor ] ); } else { GangZoneHideForPlayerEx(i, GZ_DATA[ i ][ zID ] ); } return 1; }
  20. Exact la fel... C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22055) : error 029: invalid expression, assumed zero C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22055) : warning 215: expression has no effect C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22055) : error 001: expected token: ";", but found ")" C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22055) : error 029: invalid expression, assumed zero C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(22055) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. Aici da eroare: if(WarWon == 5) Am adaugat ; dar la fel
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.