Wenn ich die MySQL tabelle jz öffnen will kommt das...
"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\Util.class.php on line 2144"
Wenn ich die MySQL tabelle jz öffnen will kommt das...
"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\Util.class.php on line 2144"
13985:
for (new i = 1; i <= MAX_VEHICLES; i++)
{
vehicle3dtext[i] = Create3DTextLabel ("Fahrzeuf Fenster Geschlossen ", COLOR_YELLOW, 0.0, 0.0, -50.0, 300.0, 0, 1);
}
49387:
public FensterTimer ()
{
for (new id = 1; id <= MAX_VEHICLES; id++)
{
if (Fenster[id])
{
Attach3DTextLabelToVehicle (vehicle3dtext[id], id, 0.0, 0.0, 1.2);
for (new i = 0; i < MAX_PLAYERS; i++)
{
if (IsPlayerInVehicle (i, id))
{
for (new j = 0; j < MAX_PLAYERS; j++)
{
if (!IsPlayerInVehicle (j, id))
{
ShowPlayerNameTagForPlayer (j, i, 0);
}
else
{
ShowPlayerNameTagForPlayer (j, i, 1);
}
}
}
}
}
}
return 1;
}
Das ganze public.
Das steht in der server log...
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[20:43:29]
[20:43:29] Server Plugins
[20:43:29] --------------
[20:43:29] Loading plugin: crashdetect
[20:43:29] crashdetect v4.8.5 is OK.
[20:43:29] Loaded.
[20:43:29] Loading plugin: streamer
[20:43:29]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[20:43:29] Loaded.
[20:43:29] Loading plugin: Encrypt
[20:43:29]
[20:43:29] ______________________________________
[20:43:29] Encrypt Plugin v0.1 loaded
[20:43:29] ______________________________________
[20:43:29] By: Fro (c) Copyright <TBG> 2009-2010
[20:43:29] ______________________________________
[20:43:29] Loaded.
[20:43:29] Loading plugin: sscanf
[20:43:29]
[20:43:29] ===============================
[20:43:29] sscanf plugin loaded.
[20:43:29] Version: 2.8.1
[20:43:29] (c) 2012 Alex "Y_Less" Cole
[20:43:29] ===============================
[20:43:29] Loaded.
[20:43:29] Loading plugin: mysql
[20:43:29] SA:MP MySQL Plugin v2.1 Loaded.
[20:43:29] Loaded.
[20:43:29] Loaded 5 plugins.
[20:43:29] [MySQL] Thread running. Threadsafe: Yes.
[20:43:29]
[20:43:29] Filterscripts
[20:43:29] ---------------
[20:43:29] Loading filterscript 'bowling.amx'...
[20:43:29]
---------------------------------------------------------
[20:43:29] Dynamisches Bowling System Geladen by Sommerferien
[20:43:29] Dank an Nexotronix für die erstellung des Scriptes.
[20:43:29] ---------------------------------------------------------
[20:43:29] Loading filterscript 'objects-server.amx'...
[20:43:29] Server Objecte werden geladen
[20:43:29] *** Streamer Plugin: Streamer_SetFloatData: Invalid ID specified
[20:43:29] 1254 Gemappte Objecte Geladen
[20:43:29] Loaded 2 filterscripts.
[20:43:29] [MySQL] Connected (0) to root @ 127.0.0.1 via TCP/IP.
[20:43:29] [MySQL] Server Version 5.6.24.
[20:43:29] [MySQL] Auto reconnect is off.
[20:43:29] Lade Gangzonen..
[20:43:29] Zone: 0 | 13 | 1858.178222 | -1347.223266 | 1980.648315 | -1454
[20:43:29] Zone: 1 | 12 | 818.592224 | -1824.480102 | 853.093994 | -2067.4
[20:43:29] Zone: 2 | 13 | 2701.477294 | -2330.616210 | 2810.611572 | -2565
[20:43:29] Zone: 3 | 13 | 2814.517578 | -1897.589843 | 2621.636718 | -2041
[20:43:29] Zone: 4 | 13 | -2096.761230 | -79.822196 | -2202.207763 | -282.
[20:43:29] Zone: 5 | 13 | -2646.468261 | -219.891296 | -2812.783203 | -423
[20:43:29] Zone: 6 | 12 | 1322.207275 | 134.880203 | 1252.236206 | 399.189
[20:43:29] Zone: 7 | 12 | 2189.463623 | 152.510299 | 2514.028808 | -75.999
[20:43:29] Lade Häuser..
[20:43:31] Häuser geladen!
[20:43:31] Lade Blacklisten..
[20:43:31] Blacklisten geladen!
[20:43:31] Lade Geschäfte..
[20:43:31] Geschäfte geladen!
[20:43:31] Lade sGeschäfte..
[20:43:31] sGeschäfte geladen!
[20:43:31] Lade Boxstatisiken..
[20:43:31] Boxstatistiken geladen!
[20:43:31] Lade Fraktionskassen..
[20:43:31] Fraktionskassen geladen!
[20:43:31] Lade Servereinstellungen..
[20:43:31] Servereinstellungen geladen!
[20:43:31] Lade Kofferrauminhalte..
[20:43:31] [debug] Run time error 4: "Array index out of bounds"
[20:43:31] [debug] Accessing element at index 2000 past array upper bound 1999
[20:43:31] [debug] AMX backtrace:
[20:43:31] [debug] #0 000a1424 in public Itter_OnGameModeInit () at C:\Users\ante valentic\Desktop\SOM\gamemodes\SOM.pwn:13985
[20:43:31] [debug] #1 native CallLocalFunction () [004743b0] from samp-server.exe
[20:43:31] [debug] #2 00004de8 in public OnGameModeInit () at C:\Users\ante valentic\Desktop\SOM\pawno\include\foreach.inc:689
[20:43:31]
[20:43:31] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[20:43:31] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[20:43:31] Scriptversion 0.4
[20:43:31] ________________________________
[20:43:31] | |
[20:43:31] | |
[20:43:31] | HostName: SOM RolePlay |
[20:43:31] | Sa-Mp: 0.3z |
[20:43:31] | GameMode: LosSantos |
[20:43:31] | MapName: San Andreas |
[20:43:31] | by: Sommerferien |
[20:43:31] | Gm: v0.4 |
[20:43:31] |________________________________|
[20:43:31] Number of vehicle models: 70
[20:43:33] [debug] Run time error 4: "Array index out of bounds"
[20:43:33] [debug] Accessing element at index 2000 past array upper bound 1999
[20:43:33] [debug] AMX backtrace:
[20:43:33] [debug] #0 0026c144 in public FensterTimer () at C:\Users\ante valentic\Desktop\SOM\gamemodes\SOM.pwn:49387
[20:43:34] [debug] Run time error 4: "Array index out of bounds"
[20:43:34] [debug] Accessing element at index 2000 past array upper bound 1999
[20:43:34] [debug] AMX backtrace:
[20:43:34] [debug] #0 0026c144 in public FensterTimer () at C:\Users\ante valentic\Desktop\SOM\gamemodes\SOM.pwn:49387
Wenn ich versuche eine Tabelle zu öffnen in PHP-MyAdmin dauert es lange. Anschließend kommt das raus...
"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\Util.class.php on line 2144"
Jz steht das da
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[21:12:30]
[21:12:30] Server Plugins
[21:12:30] --------------
[21:12:30] Loading plugin: crashdetect
[21:12:30] crashdetect v4.8.5 is OK.
[21:12:30] Loaded.
[21:12:30] Loading plugin: streamer
[21:12:30]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[21:12:30] Loaded.
[21:12:30] Loading plugin: Encrypt
[21:12:30]
[21:12:30] ______________________________________
[21:12:30] Encrypt Plugin v0.1 loaded
[21:12:30] ______________________________________
[21:12:30] By: Fro (c) Copyright <TBG> 2009-2010
[21:12:30] ______________________________________
[21:12:30] Loaded.
[21:12:30] Loading plugin: sscanf
[21:12:30]
[21:12:30] ===============================
[21:12:30] sscanf plugin loaded.
[21:12:30] Version: 2.8.1
[21:12:30] (c) 2012 Alex "Y_Less" Cole
[21:12:30] ===============================
[21:12:30] Loaded.
[21:12:30] Loading plugin: mysql
[21:12:30] SA:MP MySQL Plugin v2.1 Loaded.
[21:12:30] Loaded.
[21:12:30] [MySQL] Thread running. Threadsafe: Yes.
[21:12:30] Loaded 5 plugins.
[21:12:30]
[21:12:30] Filterscripts
[21:12:30] ---------------
[21:12:30] Loading filterscript 'bowling.amx'...
[21:12:30]
---------------------------------------------------------
[21:12:30] Dynamisches Bowling System Geladen by Sommerferien
[21:12:30] Dank an Nexotronix für die erstellung des Scriptes.
[21:12:30] ---------------------------------------------------------
[21:12:30] Loading filterscript 'objects-server.amx'...
[21:12:30] Server Objecte werden geladen
[21:12:30] *** Streamer Plugin: Streamer_SetFloatData: Invalid ID specified
[21:12:30] 1254 Gemappte Objecte Geladen
[21:12:30] Loaded 2 filterscripts.
[21:12:30] [MySQL] Connected (0) to root @ localhost via TCP/IP.
[21:12:30] [MySQL] Server Version 5.6.24.
[21:12:30] [MySQL] Auto reconnect is off.
[21:12:30] Lade Gangzonen..
[21:12:30] Zone: 0 | 13 | 1858.178222 | -1347.223266 | 1980.648315 | -1454
[21:12:30] Zone: 1 | 12 | 818.592224 | -1824.480102 | 853.093994 | -2067.4
[21:12:30] Zone: 2 | 13 | 2701.477294 | -2330.616210 | 2810.611572 | -2565
[21:12:30] Zone: 3 | 13 | 2814.517578 | -1897.589843 | 2621.636718 | -2041
[21:12:30] Zone: 4 | 13 | -2096.761230 | -79.822196 | -2202.207763 | -282.
[21:12:30] Zone: 5 | 13 | -2646.468261 | -219.891296 | -2812.783203 | -423
[21:12:30] Zone: 6 | 12 | 1322.207275 | 134.880203 | 1252.236206 | 399.189
[21:12:30] Zone: 7 | 12 | 2189.463623 | 152.510299 | 2514.028808 | -75.999
[21:12:30] Lade Häuser..
[21:12:32] Häuser geladen!
[21:12:32] Lade Blacklisten..
[21:12:32] Blacklisten geladen!
[21:12:32] Lade Geschäfte..
[21:12:32] Geschäfte geladen!
[21:12:32] Lade sGeschäfte..
[21:12:32] sGeschäfte geladen!
[21:12:32] Lade Boxstatisiken..
[21:12:32] Boxstatistiken geladen!
[21:12:32] Lade Fraktionskassen..
[21:12:32] Fraktionskassen geladen!
[21:12:32] Lade Servereinstellungen..
[21:12:32] Servereinstellungen geladen!
[21:12:32] Lade Kofferrauminhalte..
[21:12:32] [debug] Run time error 4: "Array index out of bounds"
[21:12:32] [debug] Accessing element at index 2000 past array upper bound 1999
[21:12:32] [debug] AMX backtrace:
[21:12:32] [debug] #0 0007eb18 in public Itter_OnGameModeInit () from SOM.amx
[21:12:32] [debug] #1 native CallLocalFunction () [004743b0] from samp-server.exe
[21:12:32] [debug] #2 00003e20 in public OnGameModeInit () from SOM.amx
[21:12:32]
[21:12:32] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[21:12:32] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[21:12:32] Scriptversion 0.4
[21:12:32] ________________________________
[21:12:32] | |
[21:12:32] | |
[21:12:32] | HostName: SOM RolePlay |
[21:12:32] | Sa-Mp: 0.3z |
[21:12:32] | GameMode: LosSantos |
[21:12:32] | MapName: San Andreas |
[21:12:32] | by: Sommerferien |
[21:12:32] | Gm: v0.4 |
[21:12:32] |________________________________|
[21:12:32] Number of vehicle models: 70
[21:12:34] [debug] Run time error 4: "Array index out of bounds"
[21:12:34] [debug] Accessing element at index 2000 past array upper bound 1999
[21:12:34] [debug] AMX backtrace:
[21:12:34] [debug] #0 001e6f90 in public FensterTimer () from SOM.amx
[21:12:35] [debug] Run time error 4: "Array index out of bounds"
[21:12:35] [debug] Accessing element at index 2000 past array upper bound 1999
[21:12:35] [debug] AMX backtrace:
[21:12:35] [debug] #0 001e6f90 in public FensterTimer () from SOM.amx
[21:12:37] [debug] Run time error 4: "Array index out of bounds"
[21:12:37] [debug] Accessing element at index 2000 past array upper bound 1999
[21:12:37] [debug] AMX backtrace:
[21:12:37] [debug] #0 001e6f90 in public FensterTimer () from SOM.amx
dazu erstellt sich eine MySQL .log Datei hiermit...
[Thu Nov 26 21:12:30 2015] -------------------------
[Thu Nov 26 21:12:30 2015] Logging Started
[Thu Nov 26 21:12:30 2015] -------------------------
[Thu Nov 26 21:12:30 2015] Function: mysql_init executed with result: "0".
[Thu Nov 26 21:12:30 2015] Connected (0) to root @ localhost via TCP/IP.
[Thu Nov 26 21:12:30 2015] MySQL Server Version 5.6.24.
[Thu Nov 26 21:12:30 2015] Auto reconnect is off.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='0'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "13".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='0'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "1858.178222".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='0'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-1347.223266".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='0'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "1980.648315".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='0'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-1454.325439".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='1'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "12".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='1'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "818.592224".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='1'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-1824.480102".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='1'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "853.093994".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='1'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2067.489746".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='2'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "13".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='2'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "2701.477294".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='2'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2330.616210".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='2'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "2810.611572".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='2'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2565.641357".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='3'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "13".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='3'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "2814.517578".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='3'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-1897.589843".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='3'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "2621.636718".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='3'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2041.389038".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='4'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "13".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='4'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2096.761230".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='4'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-79.822196".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='4'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2202.207763".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='4'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-282.132904".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='5'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "13".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='5'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2646.468261".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='5'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-219.891296".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='5'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-2812.783203".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='5'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-423.895599".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='6'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "12".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='6'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "1322.207275".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='6'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "134.880203".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='6'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "1252.236206".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='6'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "399.189086".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `besitzer` FROM `gangzones` WHERE `gzid`='7'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_int executed with result: "12".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `minx` FROM `gangzones` WHERE `gzid`='7'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "2189.463623".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `miny` FROM `gangzones` WHERE `gzid`='7'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "152.510299".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxx` FROM `gangzones` WHERE `gzid`='7'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "2514.028808".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT `maxy` FROM `gangzones` WHERE `gzid`='7'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_row executed with result: "-75.999603".
[Thu Nov 26 21:12:30 2015] Function: mysql_free_result executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_query executed: "SELECT * FROM `houses` WHERE `houseid`='0'" with result: "0".
[Thu Nov 26 21:12:30 2015] Function: mysql_store_result executed with result: "1"
[Thu Nov 26 21:12:30 2015] Function: mysql_num_rows executed with result: "".
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_field executed.
[Thu Nov 26 21:12:30 2015] Function: mysql_fetch_field executed.
Alles anzeigen
Ok aber wenn ich auf den Link auf der Seite klicke öffnet sich einen andere Seite aber da steht kein downloadlink.
Ist das auch für Windows 8?
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[20:24:01]
[20:24:01] Server Plugins
[20:24:01] --------------
[20:24:01] Loading plugin: crashdetect
[20:24:01] crashdetect v4.8.5 is OK.
[20:24:01] Loaded.
[20:24:01] Loading plugin: streamer
[20:24:01]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[20:24:01] Loaded.
[20:24:01] Loading plugin: Encrypt
[20:24:01]
[20:24:01] ______________________________________
[20:24:01] Encrypt Plugin v0.1 loaded
[20:24:01] ______________________________________
[20:24:01] By: Fro (c) Copyright <TBG> 2009-2010
[20:24:01] ______________________________________
[20:24:01] Loaded.
[20:24:01] Loading plugin: sscanf
[20:24:01]
[20:24:01] ===============================
[20:24:01] sscanf plugin loaded.
[20:24:01] Version: 2.8.1
[20:24:01] (c) 2012 Alex "Y_Less" Cole
[20:24:01] ===============================
[20:24:01] Loaded.
[20:24:01] Loading plugin: mysql
[20:24:01]
> MySQL plugin R5 successfully loaded.
[20:24:01] Loaded.
[20:24:01] Loaded 5 plugins.
[20:24:01]
[20:24:01] Filterscripts
[20:24:01] ---------------
[20:24:01] Loading filterscript 'bowling.amx'...
[20:24:01]
---------------------------------------------------------
[20:24:01] Dynamisches Bowling System Geladen by Sommerferien
[20:24:01] Dank an Nexotronix für die erstellung des Scriptes.
[20:24:01] ---------------------------------------------------------
[20:24:01] Loading filterscript 'objects-server.amx'...
[20:24:01] Server Objecte werden geladen
[20:24:01] *** Streamer Plugin: Streamer_SetFloatData: Invalid ID specified
[20:24:01] 1254 Gemappte Objecte Geladen
[20:24:01] Loaded 2 filterscripts.
[20:24:01] [debug] Run time error 19: "File or function is not found"
[20:24:01] [debug] mysql_fetch_row
[20:24:01] [debug] mysql_init
[20:24:01] [debug] Run time error 19: "File or function is not found"
[20:24:01] [debug] mysql_fetch_row
[20:24:01] [debug] mysql_init
[20:24:01] Script[gamemodes/SOM.amx]: Run time error 19: "File or function is not found"
[20:24:01] Number of vehicle models: 0
Bekomme jz nur noch das raus.
Hast du das? Ich finde es nicht.
Also ich habe Crashdetect eingefügt und er sagt mir das ich hier fehler habe aber was bedeuten sie?
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[17:21:20]
[17:21:20] Server Plugins
[17:21:20] --------------
[17:21:20] Loading plugin: streamer
[17:21:20]
*** Streamer Plugin v1.1 by Incognito loaded ***
[17:21:20] Loaded.
[17:21:20] Loading plugin: crashdetect
[17:21:20] crashdetect v4.8.5 is OK.
[17:21:20] Loaded.
[17:21:20] Loading plugin: Encrypt
[17:21:20]
[17:21:20] ______________________________________
[17:21:20] Encrypt Plugin v0.1 loaded
[17:21:20] ______________________________________
[17:21:20] By: Fro (c) Copyright <TBG> 2009-2010
[17:21:20] ______________________________________
[17:21:20] Loaded.
[17:21:20] Loading plugin: sscanf
[17:21:20]
[17:21:20] ===============================
[17:21:20] sscanf plugin loaded.
[17:21:20] (c) 2009 Alex "Y_Less" Cole
[17:21:20] ===============================
[17:21:20] Loaded.
[17:21:20] Loading plugin: mysql
[17:21:20] >> plugin.mysql: R34 successfully loaded.
[17:21:20] Loaded.
[17:21:20] Loaded 5 plugins.
[17:21:20]
[17:21:20] Filterscripts
[17:21:20] ---------------
[17:21:20] Loading filterscript 'bowling.amx'...
[17:21:20] [debug] Run time error 19: "File or function is not found"
[17:21:20] [debug] Streamer_CallbackHook
[17:21:20] [debug] SSCANF_Init
[17:21:20] [debug] SSCANF_Join
[17:21:20] [debug] SSCANF_Leave
[17:21:20] [debug] CreateDynamicPickup
[17:21:20] [debug] CreateDynamic3DTextLabel
[17:21:20] [debug] CreateDynamicCP
[17:21:20] [debug] UpdateDynamic3DTextLabelText
[17:21:20] [debug] Streamer_Update
[17:21:20] [debug] Streamer_UpdateEx
[17:21:20] [debug] DestroyDynamicPickup
[17:21:20] [debug] DestroyDynamic3DTextLabel
[17:21:20] [debug] DestroyDynamicMapIcon
[17:21:20] [debug] CreateDynamicMapIcon
[17:21:20] Loading filterscript 'objects-server.amx'...
[17:21:20] Loaded 2 filterscripts.
[17:21:20] [debug] Run time error 19: "File or function is not found"
[17:21:20] [debug] Streamer_CallbackHook
[17:21:20] [debug] mysql_store_result
[17:21:20] [debug] mysql_fetch_int
[17:21:20] [debug] mysql_free_result
[17:21:20] [debug] mysql_num_rows
[17:21:20] [debug] mysql_fetch_field
[17:21:20] [debug] mysql_fetch_row
[17:21:20] [debug] mysql_init
[17:21:20] [debug] CreateDynamicObjectEx
[17:21:20] [debug] SetDynamicObjectMaterialText
[17:21:20] [debug] CreateDynamic3DTextLabel
[17:21:20] [debug] CreateDynamicPickup
[17:21:20] [debug] TogglePlayerAllDynamicCPs
[17:21:20] [debug] CreateDynamicCP
[17:21:20] [debug] TogglePlayerDynamicCP
[17:21:20] [debug] DestroyDynamic3DTextLabel
[17:21:20] [debug] Run time error 19: "File or function is not found"
[17:21:20] [debug] Streamer_CallbackHook
[17:21:20] [debug] mysql_store_result
[17:21:20] [debug] mysql_fetch_int
[17:21:20] [debug] mysql_free_result
[17:21:20] [debug] mysql_num_rows
[17:21:20] [debug] mysql_fetch_field
[17:21:20] [debug] mysql_fetch_row
[17:21:20] [debug] mysql_init
[17:21:20] [debug] CreateDynamicObjectEx
[17:21:20] [debug] SetDynamicObjectMaterialText
[17:21:20] [debug] CreateDynamic3DTextLabel
[17:21:20] [debug] CreateDynamicPickup
[17:21:20] [debug] TogglePlayerAllDynamicCPs
[17:21:20] [debug] CreateDynamicCP
[17:21:20] [debug] TogglePlayerDynamicCP
[17:21:20] [debug] DestroyDynamic3DTextLabel
[17:21:20] Script[gamemodes/SOM.amx]: Run time error 19: "File or function is not found"
[17:21:20] Number of vehicle models: 0
Hat noch jemand das Nativechecker Plugin. Ich habe im Internet eine Seite gefunden doch da funktioniert der download nicht mehr. Kann mir vielleicht jemand das schicken?
@DrMurphy Du könntest vllt ein Update bringen für das Haussystem wo man vllt Möbel kaufen kann per Befehl und sie dann platzieren.
Wäre mein Vorschlag noch für das Haussystem.
Ja alles funktioniert perfekt.
Kennt jemand einen guten Gamemode oder Godfahter der gut funktioniert und wenige Fehler und Bugs hat?
Wenn ja, es wäre nett dann den downloadlink zu posten.
Wieso kann ich das Haus mit einem Armour und Health Point nicht upgraden?
Du musst als RCON-Admin eingeloggt sein. Also einfach /rcon login deinpasswort
Also bei mir ist das auch so, es gefällt mir gut aber nichts wird gespeichert das finde ich schade. Wenn ich /hhilfe mache kommt bei mir auch "Server unknownd Command".
Also ich habe es jetzt neu gedownloadet aber ich verstehe nicht für was der sscanf Ordner ist und wo ich den einfügen muss?
Richtig krasser Server! Kann ich nur weiterempfehlen!