Nothing wont work +REP will be given -
TonyNames - 08.09.2014
Okay everytime i typed /v list its only shows this:
when its normally is going to show this:
and everytime i type /v get it says i dont have any vehicles when i just bought one (at the bugged one).
I tried everything. I tried to turn on A_I(AUTO_INCREMENT) Still wont work. By the way the bugged one is on my host. But it works perfectly on LAN. And i uploaded the same script. What could be wrong? And here is the code.
Код:
if(!strcmp(option, "list", true))
{
if(PlayerInfo[playerid][pVehicles] == 0) return SCM(playerid, COLOR_LIGHTRED, "You do not own any vehicles.");
SCMEx(playerid, COLOR_GREEN, "______________Your Vehicles(%d)______________", PlayerInfo[playerid][pVehicles]);
for(new i = 1; i <= PlayerInfo[playerid][pVehicles]; i++)
{
if(VehicleStatus[playerid][i][carOn] == 1)
{
if(FindVehicleByPlate(VehicleStatus[playerid][i][carPlate]))
{
SCMEx(playerid, COLOR_GREEN, "Vehicle %d: %s, Lock[%d], Alarm[%d], Immobiliser[%d], Insurances[%d], Times Destroyed[%d], Next Insurance Price[$%d]", i, VehicleNames[VehicleStatus[playerid][i][carModel]-400],VehicleStatus[playerid][i][carLock],VehicleStatus[playerid][i][carAlarm],VehicleStatus[playerid][i][carImmob],VehicleStatus[playerid][i][carInsurances],VehicleStatus[playerid][i][carDestroyed],GetInsurancePrice2(playerid, i));
}
else
{
SCMEx(playerid, COLOR_WHITE, "Vehicle %d: %s, Lock[%d], Alarm[%d], Immobiliser[%d], Insurances[%d], Times Destroyed[%d], Next Insurance Price[$%d]", i, VehicleNames[VehicleStatus[playerid][i][carModel]-400], VehicleStatus[playerid][i][carLock],VehicleStatus[playerid][i][carAlarm],VehicleStatus[playerid][i][carImmob],VehicleStatus[playerid][i][carInsurances],VehicleStatus[playerid][i][carDestroyed],GetInsurancePrice2(playerid, i));
}
}
}
return 1;
}
and here is /v get
Код:
if(!strcmp(option, "get", true))
{
new slot;
if(sscanf(params, "{s[7]}d", slot)) return SyntaxMSG(playerid, "/v get [slot(1-3)]");
if(slot > 3 || slot < 1) return SCM(playerid, -1, "Invalid slot.");
if(IsVehicleSpawned(PlayerInfo[playerid][pCarKey])) return ErrorMsg(playerid, "You already have a spawned vehicle.");
if(VehSpawned != 0) return SCM(playerid, COLOR_LIGHTRED, "Someone has just spawned a vehicle, please wait 3 seconds.");
LoadVehicleFromSlot(playerid, slot);
return 1;
}
Re: Nothing wont work +REP will be given -
SoldadoH - 08.09.2014
using windows 7? if the host is linux, contact the host to give permission to the file linux affine function
Re: Nothing wont work +REP will be given -
TonyNames - 08.09.2014
I just don't get the problem. Is it MySQL? Or something? Please give me some info whats doing this mess
Re: Nothing wont work +REP will be given -
SoldadoH - 08.09.2014
are different operating systems ... search on linux give permission and see mias on the subject
Re: Nothing wont work +REP will be given -
TonyNames - 08.09.2014
How am i supposed to do that?
Re: Nothing wont work +REP will be given -
SoldadoH - 08.09.2014
look private message
Re: Nothing wont work +REP will be given -
TonyNames - 09.09.2014
Dude I don't want a VPS I just want to fix it
Re: Nothing wont work +REP will be given -
TonyNames - 09.09.2014
I don't get it please anyone? i use delux host
Re: Nothing wont work +REP will be given -
TonyNames - 09.09.2014
Here is the logs
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[21:36:45]
[21:36:45] Server Plugins
[21:36:45] --------------
[21:36:45] Loading plugin: audio.so
[21:36:45]
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[21:36:45] Loaded.
[21:36:45] Loading plugin: crashdetect.so
[21:36:45] CrashDetect v4.13.1 is OK.
[21:36:45] Loaded.
[21:36:45] Loading plugin: mysql.so
[21:36:45] >> plugin.mysql: R39-2 successfully loaded.
[21:36:45] Loaded.
[21:36:45] Loading plugin: sscanf.so
[21:36:45]
[21:36:45] ===============================
[21:36:45] sscanf plugin loaded.
[21:36:45] Version: 2.8.1
[21:36:45] © 2012 Alex "******" Cole
[21:36:45] ===============================
[21:36:45] Loaded.
[21:36:45] Loading plugin: streamer.so
[21:36:45]
*** Streamer Plugin v2.7 by Incognito loaded ***
[21:36:45] Loaded.
[21:36:45] Loaded 5 plugins.
[21:36:45]
[21:36:45] Ban list
[21:36:45] --------
[21:36:45] Loaded: samp.ban
[21:36:45]
[21:36:45]
[21:36:45] Filterscripts
[21:36:45] ---------------
[21:36:45] Loaded 0 filterscripts.
[21:36:45] OnGameo
[21:36:45] OnScriptInit 1
[21:36:45]
[21:36:45]
[21:36:45]
[21:36:45] =======================================
[21:36:45] | |
[21:36:45] | YSI version 1.06.0002 |
[21:36:45] | By Alex "******" Cole |
[21:36:45] | |
[21:36:45] =======================================
[21:36:45]
[21:36:45] OnScriptInit 2
[21:36:45] OnScriptInit 3
[21:36:45] Iter_OnGameModeInit start: 500
[21:36:45] Failed to connect to MySQL !
[21:36:45] Iter_OnGameModeInit: first
[21:36:45] OnScriptInit 4
[21:36:45]
----------------------------------
[21:36:45] Molotov Roleplay Gaming V1.3
[21:36:45] ----------------------------------
[21:36:45] Number of vehicle models: 2
[21:36:45]
[21:36:45] ==========================================
[21:36:45] | |
[21:36:45] | A new version (v3.09.0684) of YSI is |
[21:36:45] | available from: |
[21:36:45] | |
[21:36:45] | www.y-less.com/YSI/YSI_1.0.zip |
[21:36:45] | |
[21:36:45] | Changelog: |
[21:36:45] | |
[21:36:45] | 3.00.0000: |
[21:36:45] | |
[21:36:45] | YSI 3.0 released! Now includes the |
[21:36:45] | "y_text" library for better messages, |
[21:36:45] | and a reworked "y_classes" library. |
[21:36:45] | Largely documented here |
[21:36:45] | "http://forum.sa-mp.com/showthread.php |
[21:36:45] | ?t=321092". |
[21:36:45] | |
[21:36:45] | 3.01.0002: |
[21:36:45] | |
[21:36:45] | Small fixes to "y_text" and |
[21:36:45] | "y_classes". |
[21:36:45] | |
[21:36:45] | 3.09.0684: |
[21:36:45] | |
[21:36:45] | Reverted to old download location. |
[21:36:45] | Improved (and fixed) version checks; |
[21:36:45] | added y_bitmap, y_areas, y_races, |
[21:36:45] | y_zonenames, better documentation; |
[21:36:45] | MANY other bug fixes - see the github |
[21:36:45] | repository for more details: |
[21:36:45] | |
[21:36:45] ==========================================
[21:36:45]
[21:36:45] Loaded 16 labels from MySQL.
[21:36:45] Loaded 8 faction doors from MySQL.
[21:36:45] Loaded 5 dynamic gates from MySQL.
[21:36:45] Loaded 7 ATM's from MySQL.
[21:36:45] Loaded 41 admin teleports from MySQL.
[21:36:45] Loaded 315 dynamic objects from MySQL.
[21:36:45] Loaded 2 dynamic infos from MySQL.
[21:36:45] Loaded 16 dynamic gas stations from MySQL.
[21:36:45] Loaded 1 dynamic banks from MySQL.
[21:36:45] Loaded 70 dynamic vehicles from MySQL.
[21:36:46] Loaded 597 dynamic houses from MySQL.
[21:36:46] Loaded 26 dynamic businesses from MySQL.
[21:36:46] Loaded 6 dynamic food stands from MySQL.
[21:36:46] Loaded 6 dynamic park meters from MySQL.
[21:36:46] Loaded 0 APB's from MySQL.
[21:36:46] Loaded 2 dynamic factions from MySQL.
[21:36:46] Loaded 3 dynamic jobs from MySQL.
[21:36:46] Loaded 0 player radios from MySQL.
[21:36:46] Loaded 10 dynamic movable doors from MySQL.
[21:36:46] Loaded 5 dynamic CCTV's from MySQL.
[21:36:46] Loaded 1 dynamic dealerships from MySQL.
[21:36:46] Loaded 0 plants from MySQL.
[21:37:07] Incoming connection: 91.100.98.28:27347
[21:37:08] [join] Tony_Turado has joined the server (0:91.100.98.28)
[21:37:09] [debug] Run time error 4: "Array index out of bounds"
[21:37:09] [debug] Accessing element at index 53 past array upper bound 46
[21:37:09] [debug] AMX backtrace:
[21:37:09] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:10] [debug] Run time error 4: "Array index out of bounds"
[21:37:10] [debug] Accessing element at index 53 past array upper bound 46
[21:37:10] [debug] AMX backtrace:
[21:37:10] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:11] [debug] Run time error 4: "Array index out of bounds"
[21:37:11] [debug] Accessing element at index 53 past array upper bound 46
[21:37:11] [debug] AMX backtrace:
[21:37:11] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:12] [debug] Run time error 4: "Array index out of bounds"
[21:37:12] [debug] Accessing element at index 53 past array upper bound 46
[21:37:12] [debug] AMX backtrace:
[21:37:12] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:13] [debug] Run time error 4: "Array index out of bounds"
[21:37:13] [debug] Accessing element at index 53 past array upper bound 46
[21:37:13] [debug] AMX backtrace:
[21:37:13] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:14] [debug] Run time error 4: "Array index out of bounds"
[21:37:14] [debug] Accessing element at index 53 past array upper bound 46
[21:37:14] [debug] AMX backtrace:
[21:37:14] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:15] [debug] Run time error 4: "Array index out of bounds"
[21:37:15] [debug] Accessing element at index 53 past array upper bound 46
[21:37:15] [debug] AMX backtrace:
[21:37:15] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:16] [debug] Run time error 4: "Array index out of bounds"
[21:37:16] [debug] Accessing element at index 53 past array upper bound 46
[21:37:16] [debug] AMX backtrace:
[21:37:16] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:17] [debug] Run time error 4: "Array index out of bounds"
[21:37:17] [debug] Accessing element at index 53 past array upper bound 46
[21:37:17] [debug] AMX backtrace:
[21:37:17] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:18] [debug] Run time error 4: "Array index out of bounds"
[21:37:18] [debug] Accessing element at index 53 past array upper bound 46
[21:37:18] [debug] AMX backtrace:
[21:37:18] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:19] [debug] Run time error 4: "Array index out of bounds"
[21:37:19] [debug] Accessing element at index 53 past array upper bound 46
[21:37:19] [debug] AMX backtrace:
[21:37:19] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:20] [debug] Run time error 4: "Array index out of bounds"
[21:37:20] [debug] Accessing element at index 53 past array upper bound 46
[21:37:20] [debug] AMX backtrace:
[21:37:20] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:21] [debug] Run time error 4: "Array index out of bounds"
[21:37:21] [debug] Accessing element at index 53 past array upper bound 46
[21:37:21] [debug] AMX backtrace:
[21:37:21] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:22] [debug] Run time error 4: "Array index out of bounds"
[21:37:22] [debug] Accessing element at index 53 past array upper bound 46
[21:37:22] [debug] AMX backtrace:
[21:37:22] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:23] [debug] Run time error 4: "Array index out of bounds"
[21:37:23] [debug] Accessing element at index 53 past array upper bound 46
[21:37:23] [debug] AMX backtrace:
[21:37:23] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:24] [debug] Run time error 4: "Array index out of bounds"
[21:37:24] [debug] Accessing element at index 53 past array upper bound 46
[21:37:24] [debug] AMX backtrace:
[21:37:24] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:25] [debug] Run time error 4: "Array index out of bounds"
[21:37:25] [debug] Accessing element at index 53 past array upper bound 46
[21:37:25] [debug] AMX backtrace:
[21:37:25] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:26] [debug] Run time error 4: "Array index out of bounds"
[21:37:26] [debug] Accessing element at index 53 past array upper bound 46
[21:37:26] [debug] AMX backtrace:
[21:37:26] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:27] [debug] Run time error 4: "Array index out of bounds"
[21:37:27] [debug] Accessing element at index 53 past array upper bound 46
[21:37:27] [debug] AMX backtrace:
[21:37:27] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:28] [debug] Run time error 4: "Array index out of bounds"
[21:37:28] [debug] Accessing element at index 53 past array upper bound 46
[21:37:28] [debug] AMX backtrace:
[21:37:28] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:29] [debug] Run time error 4: "Array index out of bounds"
[21:37:29] [debug] Accessing element at index 53 past array upper bound 46
[21:37:29] [debug] AMX backtrace:
[21:37:29] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:30] [debug] Run time error 4: "Array index out of bounds"
[21:37:30] [debug] Accessing element at index 53 past array upper bound 46
[21:37:30] [debug] AMX backtrace:
[21:37:30] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:31] [debug] Run time error 4: "Array index out of bounds"
[21:37:31] [debug] Accessing element at index 53 past array upper bound 46
[21:37:31] [debug] AMX backtrace:
[21:37:31] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:32] [debug] Run time error 4: "Array index out of bounds"
[21:37:32] [debug] Accessing element at index 53 past array upper bound 46
[21:37:32] [debug] AMX backtrace:
[21:37:32] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:33] [debug] Run time error 4: "Array index out of bounds"
[21:37:33] [debug] Accessing element at index 53 past array upper bound 46
[21:37:33] [debug] AMX backtrace:
[21:37:33] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:34] [debug] Run time error 4: "Array index out of bounds"
[21:37:34] [debug] Accessing element at index 53 past array upper bound 46
[21:37:34] [debug] AMX backtrace:
[21:37:34] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:35] [debug] Run time error 4: "Array index out of bounds"
[21:37:35] [debug] Accessing element at index 53 past array upper bound 46
[21:37:35] [debug] AMX backtrace:
[21:37:35] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:36] [debug] Run time error 4: "Array index out of bounds"
[21:37:36] [debug] Accessing element at index 53 past array upper bound 46
[21:37:36] [debug] AMX backtrace:
[21:37:36] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:37] [debug] Run time error 4: "Array index out of bounds"
[21:37:37] [debug] Accessing element at index 53 past array upper bound 46
[21:37:37] [debug] AMX backtrace:
[21:37:37] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:38] [debug] Run time error 4: "Array index out of bounds"
[21:37:38] [debug] Accessing element at index 53 past array upper bound 46
[21:37:38] [debug] AMX backtrace:
[21:37:38] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:39] [debug] Run time error 4: "Array index out of bounds"
[21:37:39] [debug] Accessing element at index 53 past array upper bound 46
[21:37:39] [debug] AMX backtrace:
[21:37:39] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:40] [debug] Run time error 4: "Array index out of bounds"
[21:37:40] [debug] Accessing element at index 53 past array upper bound 46
[21:37:40] [debug] AMX backtrace:
[21:37:40] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:41] [debug] Run time error 4: "Array index out of bounds"
[21:37:41] [debug] Accessing element at index 53 past array upper bound 46
[21:37:41] [debug] AMX backtrace:
[21:37:41] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:42] [debug] Run time error 4: "Array index out of bounds"
[21:37:42] [debug] Accessing element at index 53 past array upper bound 46
[21:37:42] [debug] AMX backtrace:
[21:37:42] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:44] [debug] Run time error 4: "Array index out of bounds"
[21:37:44] [debug] Accessing element at index 53 past array upper bound 46
[21:37:44] [debug] AMX backtrace:
[21:37:44] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:45] [debug] Run time error 4: "Array index out of bounds"
[21:37:45] [debug] Accessing element at index 53 past array upper bound 46
[21:37:45] [debug] AMX backtrace:
[21:37:45] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:46] [debug] Run time error 4: "Array index out of bounds"
[21:37:46] [debug] Accessing element at index 53 past array upper bound 46
[21:37:46] [debug] AMX backtrace:
[21:37:46] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:47] [debug] Run time error 4: "Array index out of bounds"
[21:37:47] [debug] Accessing element at index 53 past array upper bound 46
[21:37:47] [debug] AMX backtrace:
[21:37:47] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:48] [debug] Run time error 4: "Array index out of bounds"
[21:37:48] [debug] Accessing element at index 53 past array upper bound 46
[21:37:48] [debug] AMX backtrace:
[21:37:48] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:49] [debug] Run time error 4: "Array index out of bounds"
[21:37:49] [debug] Accessing element at index 53 past array upper bound 46
[21:37:49] [debug] AMX backtrace:
[21:37:49] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:37:50] [debug] Run time error 4: "Array index out of bounds"
[21:37:50] [debug] Accessing element at index 53 past array upper bound 46
[21:37:50] [debug] AMX backtrace:
[21:37:50] [debug] #0 000eeff4 in public CheckStatus () from rprp.amx
[21:38:02] [part] Tony_Turado has left the server (0:1)
[21:38:53] Incoming connection: 91.100.98.28:32261
[21:38:53] [join] Tony_Turado has joined the server (0:91.100.98.28)
[21:39:02] [part] Tony_Turado has left the server (0:1)
[21:40:02] Incoming connection: 91.100.98.28:26160
[21:40:03] [join] Tony_Turado has joined the server (0:91.100.98.28)
[21:40:58] [part] Tony_Turado has left the server (0:1)
[22:07:26] [debug] Run time error 4: "Array index out of bounds"
[22:07:26] [debug] Accessing element at index 20 past array upper bound 19
[22:07:26] [debug] AMX backtrace:
[22:07:26] [debug] #0 00044fbc in ?? () from rprp.amx
[22:07:26] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[22:35:13] Incoming connection: 91.100.98.28:24290
[22:35:13] [join] Tony_Turado has joined the server (0:91.100.98.28)
[22:35:26] [part] Tony_Turado has left the server (0:1)
[22:38:08] [debug] Run time error 4: "Array index out of bounds"
[22:38:08] [debug] Accessing element at index 20 past array upper bound 19
[22:38:08] [debug] AMX backtrace:
[22:38:08] [debug] #0 00044fbc in ?? () from rprp.amx
[22:38:08] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[22:50:23] Incoming connection: 193.88.69.229:53507
[22:50:33] Incoming connection: 193.88.69.229:53508
[22:51:04] Incoming connection: 193.88.69.229:53509
[22:51:14] Incoming connection: 193.88.69.229:53510
[22:54:17] Incoming connection: 193.88.69.229:53511
[22:54:18] [join] Pako_Lopez has joined the server (0:193.88.69.229)
[23:04:43] [part] Pako_Lopez has left the server (0:1)
[23:08:51] [debug] Run time error 4: "Array index out of bounds"
[23:08:51] [debug] Accessing element at index 20 past array upper bound 19
[23:08:51] [debug] AMX backtrace:
[23:08:51] [debug] #0 00044fbc in ?? () from rprp.amx
[23:08:51] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[23:39:33] [debug] Run time error 4: "Array index out of bounds"
[23:39:33] [debug] Accessing element at index 20 past array upper bound 19
[23:39:33] [debug] AMX backtrace:
[23:39:33] [debug] #0 00044fbc in ?? () from rprp.amx
[23:39:33] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[00:10:17] [debug] Run time error 4: "Array index out of bounds"
[00:10:17] [debug] Accessing element at index 20 past array upper bound 19
[00:10:17] [debug] AMX backtrace:
[00:10:17] [debug] #0 00044fbc in ?? () from rprp.amx
[00:10:17] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[00:41:01] [debug] Run time error 4: "Array index out of bounds"
[00:41:01] [debug] Accessing element at index 20 past array upper bound 19
[00:41:01] [debug] AMX backtrace:
[00:41:01] [debug] #0 00044fbc in ?? () from rprp.amx
[00:41:01] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[01:11:44] [debug] Run time error 4: "Array index out of bounds"
[01:11:44] [debug] Accessing element at index 20 past array upper bound 19
[01:11:44] [debug] AMX backtrace:
[01:11:44] [debug] #0 00044fbc in ?? () from rprp.amx
[01:11:44] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[01:42:28] [debug] Run time error 4: "Array index out of bounds"
[01:42:28] [debug] Accessing element at index 20 past array upper bound 19
[01:42:28] [debug] AMX backtrace:
[01:42:28] [debug] #0 00044fbc in ?? () from rprp.amx
[01:42:28] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[02:13:12] [debug] Run time error 4: "Array index out of bounds"
[02:13:12] [debug] Accessing element at index 20 past array upper bound 19
[02:13:12] [debug] AMX backtrace:
[02:13:12] [debug] #0 00044fbc in ?? () from rprp.amx
[02:13:12] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[02:16:51] Incoming connection: 119.154.86.169:55441
[02:43:55] [debug] Run time error 4: "Array index out of bounds"
[02:43:55] [debug] Accessing element at index 20 past array upper bound 19
[02:43:55] [debug] AMX backtrace:
[02:43:55] [debug] #0 00044fbc in ?? () from rprp.amx
[02:43:55] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[03:14:38] [debug] Run time error 4: "Array index out of bounds"
[03:14:38] [debug] Accessing element at index 20 past array upper bound 19
[03:14:38] [debug] AMX backtrace:
[03:14:38] [debug] #0 00044fbc in ?? () from rprp.amx
[03:14:38] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[03:45:21] [debug] Run time error 4: "Array index out of bounds"
[03:45:21] [debug] Accessing element at index 20 past array upper bound 19
[03:45:21] [debug] AMX backtrace:
[03:45:21] [debug] #0 00044fbc in ?? () from rprp.amx
[03:45:21] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[04:16:04] [debug] Run time error 4: "Array index out of bounds"
[04:16:04] [debug] Accessing element at index 20 past array upper bound 19
[04:16:04] [debug] AMX backtrace:
[04:16:04] [debug] #0 00044fbc in ?? () from rprp.amx
[04:16:04] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[04:46:48] [debug] Run time error 4: "Array index out of bounds"
[04:46:48] [debug] Accessing element at index 20 past array upper bound 19
[04:46:48] [debug] AMX backtrace:
[04:46:48] [debug] #0 00044fbc in ?? () from rprp.amx
[04:46:48] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[05:17:31] [debug] Run time error 4: "Array index out of bounds"
[05:17:31] [debug] Accessing element at index 20 past array upper bound 19
[05:17:31] [debug] AMX backtrace:
[05:17:31] [debug] #0 00044fbc in ?? () from rprp.amx
[05:17:31] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[05:48:13] [debug] Run time error 4: "Array index out of bounds"
[05:48:13] [debug] Accessing element at index 20 past array upper bound 19
[05:48:13] [debug] AMX backtrace:
[05:48:13] [debug] #0 00044fbc in ?? () from rprp.amx
[05:48:13] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[06:18:56] [debug] Run time error 4: "Array index out of bounds"
[06:18:56] [debug] Accessing element at index 20 past array upper bound 19
[06:18:56] [debug] AMX backtrace:
[06:18:56] [debug] #0 00044fbc in ?? () from rprp.amx
[06:18:56] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[06:49:39] [debug] Run time error 4: "Array index out of bounds"
[06:49:39] [debug] Accessing element at index 20 past array upper bound 19
[06:49:39] [debug] AMX backtrace:
[06:49:39] [debug] #0 00044fbc in ?? () from rprp.amx
[06:49:39] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[07:20:22] [debug] Run time error 4: "Array index out of bounds"
[07:20:22] [debug] Accessing element at index 20 past array upper bound 19
[07:20:22] [debug] AMX backtrace:
[07:20:22] [debug] #0 00044fbc in ?? () from rprp.amx
[07:20:22] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[07:51:04] [debug] Run time error 4: "Array index out of bounds"
[07:51:04] [debug] Accessing element at index 20 past array upper bound 19
[07:51:04] [debug] AMX backtrace:
[07:51:04] [debug] #0 00044fbc in ?? () from rprp.amx
[07:51:04] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[08:21:47] [debug] Run time error 4: "Array index out of bounds"
[08:21:47] [debug] Accessing element at index 20 past array upper bound 19
[08:21:47] [debug] AMX backtrace:
[08:21:47] [debug] #0 00044fbc in ?? () from rprp.amx
[08:21:47] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[08:52:31] [debug] Run time error 4: "Array index out of bounds"
[08:52:31] [debug] Accessing element at index 20 past array upper bound 19
[08:52:31] [debug] AMX backtrace:
[08:52:31] [debug] #0 00044fbc in ?? () from rprp.amx
[08:52:31] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[09:23:14] [debug] Run time error 4: "Array index out of bounds"
[09:23:14] [debug] Accessing element at index 20 past array upper bound 19
[09:23:14] [debug] AMX backtrace:
[09:23:14] [debug] #0 00044fbc in ?? () from rprp.amx
[09:23:14] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[09:53:57] [debug] Run time error 4: "Array index out of bounds"
[09:53:57] [debug] Accessing element at index 20 past array upper bound 19
[09:53:57] [debug] AMX backtrace:
[09:53:57] [debug] #0 00044fbc in ?? () from rprp.amx
[09:53:57] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[10:24:39] [debug] Run time error 4: "Array index out of bounds"
[10:24:39] [debug] Accessing element at index 20 past array upper bound 19
[10:24:39] [debug] AMX backtrace:
[10:24:39] [debug] #0 00044fbc in ?? () from rprp.amx
[10:24:39] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[10:55:22] [debug] Run time error 4: "Array index out of bounds"
[10:55:22] [debug] Accessing element at index 20 past array upper bound 19
[10:55:22] [debug] AMX backtrace:
[10:55:22] [debug] #0 00044fbc in ?? () from rprp.amx
[10:55:22] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[11:26:04] [debug] Run time error 4: "Array index out of bounds"
[11:26:04] [debug] Accessing element at index 20 past array upper bound 19
[11:26:04] [debug] AMX backtrace:
[11:26:04] [debug] #0 00044fbc in ?? () from rprp.amx
[11:26:04] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[11:55:31] Incoming connection: 84.238.110.87:52540
[11:56:47] [debug] Run time error 4: "Array index out of bounds"
[11:56:47] [debug] Accessing element at index 20 past array upper bound 19
[11:56:47] [debug] AMX backtrace:
[11:56:47] [debug] #0 00044fbc in ?? () from rprp.amx
[11:56:47] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[12:27:29] [debug] Run time error 4: "Array index out of bounds"
[12:27:29] [debug] Accessing element at index 20 past array upper bound 19
[12:27:29] [debug] AMX backtrace:
[12:27:29] [debug] #0 00044fbc in ?? () from rprp.amx
[12:27:29] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[12:58:12] [debug] Run time error 4: "Array index out of bounds"
[12:58:12] [debug] Accessing element at index 20 past array upper bound 19
[12:58:12] [debug] AMX backtrace:
[12:58:12] [debug] #0 00044fbc in ?? () from rprp.amx
[12:58:12] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[13:28:53] [debug] Run time error 4: "Array index out of bounds"
[13:28:53] [debug] Accessing element at index 20 past array upper bound 19
[13:28:53] [debug] AMX backtrace:
[13:28:53] [debug] #0 00044fbc in ?? () from rprp.amx
[13:28:53] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[13:59:32] [debug] Run time error 4: "Array index out of bounds"
[13:59:32] [debug] Accessing element at index 20 past array upper bound 19
[13:59:32] [debug] AMX backtrace:
[13:59:32] [debug] #0 00044fbc in ?? () from rprp.amx
[13:59:32] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[14:30:12] [debug] Run time error 4: "Array index out of bounds"
[14:30:12] [debug] Accessing element at index 20 past array upper bound 19
[14:30:12] [debug] AMX backtrace:
[14:30:12] [debug] #0 00044fbc in ?? () from rprp.amx
[14:30:12] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[15:00:50] [debug] Run time error 4: "Array index out of bounds"
[15:00:50] [debug] Accessing element at index 20 past array upper bound 19
[15:00:50] [debug] AMX backtrace:
[15:00:50] [debug] #0 00044fbc in ?? () from rprp.amx
[15:00:50] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[15:31:26] [debug] Run time error 4: "Array index out of bounds"
[15:31:26] [debug] Accessing element at index 20 past array upper bound 19
[15:31:26] [debug] AMX backtrace:
[15:31:26] [debug] #0 00044fbc in ?? () from rprp.amx
[15:31:26] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[16:02:03] [debug] Run time error 4: "Array index out of bounds"
[16:02:03] [debug] Accessing element at index 20 past array upper bound 19
[16:02:03] [debug] AMX backtrace:
[16:02:03] [debug] #0 00044fbc in ?? () from rprp.amx
[16:02:03] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[16:32:42] [debug] Run time error 4: "Array index out of bounds"
[16:32:42] [debug] Accessing element at index 20 past array upper bound 19
[16:32:42] [debug] AMX backtrace:
[16:32:42] [debug] #0 00044fbc in ?? () from rprp.amx
[16:32:42] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[16:36:36] Incoming connection: 84.238.110.87:52564
[16:36:36] [join] Micklo_Mendez has joined the server (0:84.238.110.87)
[16:37:30] [part] Micklo_Mendez has left the server (0:2)
[16:38:13] Incoming connection: 83.249.214.63:43148
[16:38:13] [join] Carl_Johnson has joined the server (0:83.249.214.63)
[16:39:19] [part] Carl_Johnson has left the server (0:1)
[16:39:20] [debug] Run time error 4: "Array index out of bounds"
[16:39:20] [debug] Accessing element at index 20 past array upper bound 19
[16:39:20] [debug] AMX backtrace:
[16:39:20] [debug] #0 0000cbe8 in ?? (0x00000000) from rprp.amx
[16:39:20] [debug] #1 0000e960 in ?? (0x00000000, 0x00000000, 0x0575dbd8, 0x4a5a6bbb, 0x88888899, 0xffff00aa) from rprp.amx
[16:39:20] [debug] #2 00046c40 in ?? (0x00000000) from rprp.amx
[16:39:20] [debug] #3 000e4d70 in public RegSkinMenu (0x00000000) from rprp.amx
[17:03:22] [debug] Run time error 4: "Array index out of bounds"
[17:03:22] [debug] Accessing element at index 20 past array upper bound 19
[17:03:22] [debug] AMX backtrace:
[17:03:22] [debug] #0 00044fbc in ?? () from rprp.amx
[17:03:22] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[17:11:23] Incoming connection: 119.154.36.123:61212
[17:34:03] [debug] Run time error 4: "Array index out of bounds"
[17:34:03] [debug] Accessing element at index 20 past array upper bound 19
[17:34:03] [debug] AMX backtrace:
[17:34:03] [debug] #0 00044fbc in ?? () from rprp.amx
[17:34:03] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
[18:04:43] [debug] Run time error 4: "Array index out of bounds"
[18:04:43] [debug] Accessing element at index 20 past array upper bound 19
[18:04:43] [debug] AMX backtrace:
[18:04:43] [debug] #0 00044fbc in ?? () from rprp.amx
[18:04:43] [debug] #1 000d1594 in public GlobalSaving () from rprp.amx
Re: Nothing wont work +REP will be given -
Ghazal - 09.09.2014
Quote:
Originally Posted by TonyNames
Here is the logs
Код:
[21:36:45] Failed to connect to MySQL !
|
I guess it is simply because of this ..