Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.
Üzenetek - bojhoska39
Oldalak: 1 [2] 3 4 ... 29
16
« Dátum: 2013. április 27. - 13:37:30 »
Megtudnád nekem csinálni kérlek hálás lennék.
17
« Dátum: 2013. április 27. - 13:28:15 »
Nem MySQL-s mód.
18
« Dátum: 2013. április 27. - 12:58:06 »
Nem tetted bele a szkriptet. DestroyHoltEx(playerid); new ht = NextHolt(); GetPlayerPos(playerid, Yh[ht], Xh[ht], Zh[ht]); Object[ht] = CreateDynamicObject(3092, Yh[ht], Xh[ht], Zh[ht], 0, 90, 274); Gyilkos[ht] = killerid; holttest[ht] = playerid; pht[playerid] = ht; return 1;
19
« Dátum: 2013. április 27. - 12:55:30 »
Sziasztok az lenne a probléma hogy beirom /fegyverkeszites és akkor is tudok fegyvert csinálni ha nincs matim. Kérlek segítsetek. A szkript: CMD:fegyverkeszites(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(!IsPlayerGang) return SendClientMessage(playerid, VPIROS, \"((Nem tudod használni a parancsot!))\"); new alparancs[8]; if(sscanf(params,\"s[8]\",alparancs)) { SendClientMessage(playerid,FEHER,\"((Használat: /fegyverkeszites [fegyver]))\"); SendClientMessage(playerid,LKEK,\":: knife - 35 | bat - 40 | colt - 90 | deagle - 250 | mp5 - 320 | molotov - 260 | bomba - 100 ::\"); SendClientMessage(playerid,LKEK,\":: shotgun - 400 | ak47 - 475 | rifle - 520 | sniper - 600 | uzi - 300 | tec9 - 310 ::\"); return 1; } else if(!IsPlayerInRangeOfPoint(playerid, 10, 331.0757,1128.9591,1083.8828)) SendClientMessage(playerid, VPIROS, \"((Nem vagy a kijelölt helyen!))\"); else if(GetPVarInt(playerid, \"SmuggleIdo\")>0) SendClientMessage(playerid, NARANCS, \"((Várj, amíg elkészül a fegyvered!))\"); else if(strcmp(alparancs,\"knife\",true)==0) { if(jatekos[playerid][pMati][0]>34) { SetPVarInt(playerid, \"FegyverID\",4); jatekos[playerid][pMati][0]-=35; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"bat\",true)==0) { if(jatekos[playerid][pMati][0]>39) { SetPVarInt(playerid, \"FegyverID\",5); jatekos[playerid][pMati][0]-=40; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"colt\",true)==0) { if(jatekos[playerid][pMati][0]>89) { SetPVarInt(playerid, \"FegyverID\",22); jatekos[playerid][pMati][0]-=90; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"deagle\",true)==0) { if(jatekos[playerid][pMati][0]>249) { SetPVarInt(playerid, \"FegyverID\",24); jatekos[playerid][pMati][0]-=250; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"mp5\",true)==0) { if(jatekos[playerid][pMati][0]>319) { SetPVarInt(playerid, \"FegyverID\",29); jatekos[playerid][pMati][0]-=320; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"shotgun\",true)==0) { if(jatekos[playerid][pMati][0]>399) { SetPVarInt(playerid, \"FegyverID\",25); jatekos[playerid][pMati][0]-=400; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"ak47\",true)==0) { if(jatekos[playerid][pMati][0]>474) { SetPVarInt(playerid, \"FegyverID\",30); jatekos[playerid][pMati][0]-=475; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"rifle\",true)==0) { if(jatekos[playerid][pMati][0]>519) { SetPVarInt(playerid, \"FegyverID\",33); jatekos[playerid][pMati][0]-=520; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"sniper\",true)==0) { if(jatekos[playerid][pMati][0]>599) { SetPVarInt(playerid, \"FegyverID\",34); jatekos[playerid][pMati][0]-=600; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"uzi\",true)==0) { if(jatekos[playerid][pMati][0]>299) { SetPVarInt(playerid, \"FegyverID\",28); jatekos[playerid][pMati][0]-=300; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"tec9\",true)==0) { if(jatekos[playerid][pMati][0]>309) { SetPVarInt(playerid, \"FegyverID\",32); jatekos[playerid][pMati][0]-=310; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"molotov\",true)==0) { if(jatekos[playerid][pMati][0]>259) { SetPVarInt(playerid, \"FegyverID\",18); jatekos[playerid][pMati][0]-=260; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } else if(strcmp(alparancs,\"bomba\",true)==0) { if(jatekos[playerid][pMati][0]>99) { SetPVarInt(playerid, \"FegyverID\",999); jatekos[playerid][pMati][0]-=100; } else { SendClientMessage(playerid,VPIROS,\"((Nincs nálad elég alkatrész.))\"); return 1; } } GameTextForPlayer(playerid, \"~w~Leadtad a fegyveralkatrészeket,várj 15 percet hogy elkészüljön a fegyvered!\", 5000, 5); SetPVarInt(playerid, \"SmuggleIdo\",15); return 1; } return 1; }
20
« Dátum: 2013. április 27. - 12:52:26 »
Itt az OnPlayerDeath ide kéne betenni: public OnPlayerDeath(playerid, killerid, reason) { if(jatekos[playerid][pFrakcio][0]==1) { if(GetPVarInt(playerid, \"FrakcióSzolgálat\")==1) { CopDuty--; } } if(GetPVarInt(playerid, \"Szolgálatban\") == 1&&jatekos[playerid][pMunka]==4) TaxiSoforok--; if(GetPVarInt(playerid, \"Szolgálatban\") == 1&&jatekos[playerid][pFrakcio][0]==3) Szerelok--; if(GetPVarInt(playerid, \"InBreak\")==1) { KillTimer(GetPVarInt(playerid, \"ZárTörésTimer\")); SetPVarInt(playerid, \"InBreak\",0); } if(GetPVarInt(playerid, \"Rablásban\")>0) { KillTimer(GetPVarInt(playerid, \"RobTimer\")); SetPVarInt(playerid, \"Rablásban\",0); } if(GetPVarInt(playerid, \"UseDrug\")>0) { KillTimer(GetPVarInt(playerid, \"drugtimer\")); SetPVarInt(playerid, \"UseDrug\",0); } else if(Rablok[1]==playerid) { Rablok[1]=999; } else if(Rablok[2]==playerid) { Rablok[2]=999; } else if(Rablok[3]==playerid) { Rablok[3]=999; } else if(Rablok[4]==playerid) { Rablok[4]=999; } else if(Rablok[5]==playerid) { Rablok[5]=999; } else if(Rablok[6]==playerid) { Rablok[6]=999; } SetPVarInt(playerid, \"InDeath\",1); if(jatekos[playerid][pBereltJarmu]!=9999) { SetVehicleToRespawn(jatekos[playerid][pBereltJarmu]); jatekos[playerid][pBereltJarmu]=9999; TextDrawShowForPlayer(playerid, Text:BenzinText[playerid]); TextDrawShowForPlayer(playerid, Text:SebessegMero[playerid]); } GetPlayerSavePos(playerid); jatekos[playerid][pInt]=GetPlayerInterior(playerid); jatekos[playerid][pWorld]=GetPlayerVirtualWorld(playerid); return 1; }
21
« Dátum: 2013. április 27. - 11:49:44 »
Köszii ,csak nem tudom betenni a módomba az OnPlayerDeath alá a dolgokat mert mindig errorozik..
22
« Dátum: 2013. április 27. - 11:30:04 »
Sziasztok egy olyat szeretnék kérni ha valaki meghal akkor egy hulla jelenleg meg ott felette egy 3Dtext és a hulla állapota legyek kiírva utána pedig a rendõr elviszi valahova egy adott pontra mondjuk a rendõrségre /megvizsgal és megtudja nézni a hullát mivel ölték meg. Köszönöm elõre.
23
« Dátum: 2013. április 24. - 22:04:53 »
Kösziii Zártam.
24
« Dátum: 2013. április 24. - 21:38:01 »
Az lenne beirom /hir \"szöveg\" és nem adja le a szöveget hanem azt hogy \"[HarkFM]: . \" és ennyi. Szkript: CMD:hir(playerid, params[]) { if(IsPlayerConnected(playerid)) { new szoveg[128]; if(sscanf(params,\"s[128]\",szoveg)) SendClientMessage(playerid,ZOLD,\"((Használat: /hir [szoveg]))\"); else if(!IsPlayerMember(playerid,2)) SendClientMessage(playerid, VPIROS,\"((Nem tudod használni a parancsot!))\"); else if(!RadiosAuto(GetPlayerVehicleID(playerid))) SendClientMessage(playerid, VPIROS,\"((Munka autóban kell lenned!))\"); else { new string[255]; format(string,sizeof(string),\"*[HarkFM]: %s.\",playerid,szoveg); SendFormattedMessageToAll(0x458E1DAA,string); return 1; } } return 1; } Kérlek segitsetek.
25
« Dátum: 2013. április 08. - 18:18:42 »
Esetleg tudsz segíteni elindítani? Dupla hozzászólás automatikusan összefûzve. ( 2013. április 09. - 16:30:18 )
Létrehoztam adatbázist mindent a WAMP-al Gabor is segített de nem jutottunk semmire. PWN: #define SQL_Host \"localhost\" // SQL Host #define SQL_User \"root\" // SQL felhaszná #define SQL_Jelszo \"\" //SQL jelszó #define SQL_Adatbazis \"samp\" //Adatbázis #define SQL_AdatbazisTeszt \"\" //Ide megint az adatbázis
26
« Dátum: 2013. április 08. - 18:13:56 »
Sziasztok az a gondom hogy nem indul a mód létrehoztam adatbázist minden kutya tökömet és nem akar elindulni aki tud kérem segítsen. Log: ---------- Loaded log file: \"server_log.txt\". ---------- SA-MP Dedicated Server ---------------------- v0.3x, (C)2005-2013 SA-MP Team [18:12:11] filterscripts = \"\" (string) [18:12:11] [18:12:11] Server Plugins [18:12:11] -------------- [18:12:11] Loading plugin: streamer.dll [18:12:11] *** Streamer Plugin v2.6.1 by Incognito loaded *** [18:12:11] Loaded. [18:12:11] Loading plugin: mysql.dll [18:12:11] SA:MP MySQL Plugin v2.1.1 Loaded. [18:12:11] Loaded. [18:12:11] Loading plugin: sscanf.dll [18:12:11] [MySQL] Thread running. Threadsafe: Yes. [18:12:11] [18:12:11] =============================== [18:12:11] sscanf plugin loaded. [18:12:11] Version: 2.8.1 [18:12:11] (c) 2012 Alex \"Y_Less\" Cole [18:12:11] =============================== [18:12:11] Loaded. [18:12:11] Loading plugin: Whirlpool.dll [18:12:11] [18:12:11] ================== [18:12:11] [18:12:11] Whirlpool loaded [18:12:11] [18:12:11] ================== [18:12:11] [18:12:11] Loaded. [18:12:11] Loaded 4 plugins. [18:12:11] [18:12:11] Filterscripts [18:12:11] --------------- [18:12:11] Loaded 0 filterscripts. [18:12:12] [MySQL] Error (0): Failed to connect. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 2003. Hiba: [18:12:12] Failed to connect. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] Szerver Mód: PUBLIC [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] Bank betöltése... [18:12:12] Bank betöltése... [18:12:12] ================Frakciók Betöltése Folyamatban================ [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] ================Minden Frakció betoltve================ [18:12:12] ================Raktarak betoltese folyamatban================ [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_num_rows called when not connected to any database. Can\'t connect to MySQL [18:12:12] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_free_result called when not connected to any database. Can\'t connect to MyS [18:12:12] [MySQL] Error (0): Function: mysql_query called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_query called when not connected to any database. Can\'t connect to MySQL ser [18:12:12] [MySQL] Error (0): Function: mysql_store_result called when not connected to any database. Can\'t connect to MySQL server on \'127.0.0.1\' (10061). [18:12:12] MySQL Hiba történt. ErrorID: 4. Hiba: [18:12:12] Function: mysql_store_result called when not connected to any database. Can\'t connect to My [18:12:12] [MySQL] Error (0): Function: mysql_n
27
« Dátum: 2013. április 05. - 16:51:02 »
Nem vagyok hostingnál otthon szeretném
28
« Dátum: 2013. április 04. - 22:02:32 »
Tudnál segíteni elindítani esetleg Teamviewer-en?
29
« Dátum: 2013. április 04. - 21:36:08 »
Beraktam a crashdetectet ez server log: ---------- Loaded log file: \"server_log.txt\". ---------- SA-MP Dedicated Server ---------------------- v0.3x, (C)2005-2013 SA-MP Team [21:33:55] [21:33:55] Server Plugins [21:33:55] -------------- [21:33:55] Loading plugin: streamer.dll [21:33:55] *** Streamer Plugin v2.6.1 by Incognito loaded *** [21:33:55] Loaded. [21:33:55] Loading plugin: mysql.dll [21:33:55] > MySQL plugin R7 successfully loaded. [21:33:55] Loaded. [21:33:55] Loading plugin: sscanf2.dll [21:33:55] [21:33:55] =============================== [21:33:55] sscanf plugin loaded. [21:33:55] Version: 2.8.1 [21:33:55] (c) 2012 Alex \"Y_Less\" Cole [21:33:55] =============================== [21:33:55] Loaded. [21:33:55] Loading plugin: Whirpool.dll [21:33:55] Failed. [21:33:55] Loading plugin: crashdetect.dll [21:33:55] CrashDetect v4.10 is OK. [21:33:55] Loaded. [21:33:55] Loaded 4 plugins. [21:33:55] [21:33:55] Filterscripts [21:33:55] --------------- [21:33:55] Loading filterscript \'Junkbuster.amx\'... [21:33:55] [junkbuster] Loading JunkBuster... [21:33:55] [21:33:55] [junkbuster] Current JunkBuster configuration: [21:33:55] [junkbuster] - WeaponHack = 1 [21:33:55] [junkbuster] - MoneyHack = 1 [21:33:55] [junkbuster] - Jetpack = 1 [21:33:55] [junkbuster] - HealthHack = 0 [21:33:55] [junkbuster] - ArmourHack = 0 [21:33:55] [junkbuster] - DriveBy = 0 [21:33:55] [junkbuster] - Spam = 0 [21:33:55] [junkbuster] - CommandSpam = 0 [21:33:55] [junkbuster] - BadWords = 0 [21:33:55] [junkbuster] - CarJackHack = 0 [21:33:55] [junkbuster] - TeleportHack = 1 [21:33:55] [junkbuster] - MaxPing = 500 [21:33:55] [junkbuster] - SpectateHack = 0 [21:33:55] [junkbuster] - Blacklist = 1 [21:33:55] [junkbuster] - IpBans = 0 [21:33:55] [junkbuster] - TempBans = 0 [21:33:55] [junkbuster] - SpawnKill = 0 [21:33:55] [junkbuster] - CapsLock = 1 [21:33:55] [junkbuster] - 3DSpeed = 0 [21:33:55] [junkbuster] - MaxSpeed = 0 [21:33:55] [junkbuster] - AdminImmunity = 1 [21:33:55] [junkbuster] - Advertisement = 0 [21:33:55] [junkbuster] - FreezeUpdate = 0 [21:33:55] [junkbuster] - SpawnTime = 0 [21:33:55] [junkbuster] - CheckpointTeleport = 1 [21:33:55] [junkbuster] - Airbrake = 150 [21:33:55] [junkbuster] - TankMode = 0 [21:33:55] [junkbuster] - WarnPlayers = 0 [21:33:55] [junkbuster] - SingleplayerCheats = 1 [21:33:55] [junkbuster] - MinFPS = 0 [21:33:55] [junkbuster] - DisableBadWeapons = 1 [21:33:55] [junkbuster] - CBug = 16 [21:33:55] [junkbuster] - AntiBugKill = 1 [21:33:55] [junkbuster] - NoReload = 20 [21:33:55] [junkbuster] - NoReloadForSawnOff = 4 [21:33:55] [junkbuster] - ActiveGMC = 0 [21:33:55] [junkbuster] - GMCBan = 0 [21:33:55] [junkbuster] - ServerSideHealth = 0 [21:33:55] [junkbuster] - CheckVMPos = 0 [21:33:55] [junkbuster] - QuickTurn = 1 [21:33:55] [junkbuster] - VehicleTeleport = 1 [21:33:55] [junkbuster] - Wallride = 170 [21:33:55] [junkbuster] - DisplayTextDraw = 0 [21:33:55] [junkbuster] - AFK = 0 [21:33:55] [junkbuster] - PickupTeleport = 1 [21:33:55] [junkbuster] - FlyHack = 40 [21:33:55] [junkbuster] - JunkBusterChrome = 1 [21:33:55] [junkbuster] - CheckWalkAnims = 1 [21:33:55] [junkbuster] - ReportMoneyHack = 1 [21:33:55] [junkbuster] - SpeedhackAdvanced = 0 [21:33:55] [junkbuster] - Joypad = 1 [21:33:55] [junkbuster] - ArmedVehicles = 0 [21:33:55] [junkbuster] - VehicleRepair = 2 [21:33:55] [junkbuster] - TuningHack = 1 [21:33:55] [junkbuster] - PayForGuns = 0 [21:33:55] [junkbuster] - SpawnVehicles = 0 [21:33:55] [junkbuster] - MaxTotalWarnings = 3 [21:33:55] [junkbuster] - TooManyWarningsAction = 0 [21:33:55] [junkbuster] - AirbrakeDetection = 1 [21:33:55] [junkbuster] - SpeedhackDetection = 0 [21:33:55] [21:33:55] [junkbuster] 0 IP-bans have been loaded. [21:33:55] [junkbuster] 0 temporary bans have been loaded. [21:33:55] [junkbuster] 0 whitelist entries have been loaded. [21:33:55] [junkbuster] 14 blacklist entries have been loaded. [21:33:55] [junkbuster] 41 bad words have been loaded. [21:33:55] [junkbuster] 4 forbidden weapons have been loaded. [21:33:55] [junkbuster] JunkBuster has been configurated. [21:33:55] [junkbuster] JunkBuster (v11) has successfully been loaded. [21:33:55] Loaded 1 filterscripts. [21:33:55] [debug] Run time error 19: \"File or function is not found\" [21:33:55] [debug] mysql_query [21:33:55] [debug] mysql_fetch_row [21:33:55] [debug] WP_Hash [21:33:55] [debug] mysql_init [21:33:55] [debug] Run time error 19: \"File or function is not found\" [21:33:55] [debug] mysql_query [21:33:55] [debug] mysql_fetch_row [21:33:55] [debug] WP_Hash [21:33:55] [debug] mysql_init [21:33:55] Script[gamemodes/Union.amx]: Run time error 19: \"File or function is not found\" [21:33:55] Number of vehicle models: 0 [21:33:55] New version of CrashDetect is available for download (4.10.1)
30
« Dátum: 2013. április 04. - 16:40:05 »
Sziasztok azzal fordulok hozzátok hogy ma letöltöttem az UnionRPG-t és elszeretném indítani nem szervert nyitni mert pénzpazarlás szóval arról lenne szó hogy minden megvan lefutattam stb.. erre amikor megnyitom a \"samp_server.exe.\"-t akkor : \"Run time error 19:File Or function is not found\". Kérlek segítsetek
Oldalak: 1 [2] 3 4 ... 29
|