points command
#1

I made that command and added to my server but when i go into the server and type it, give me unknown command.

I don't know what the problem is

pawn Код:
CMD:points(playerid, params[])
{
    new string[128];
    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
        //ponit 1
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(0), RFaN(PointInfo[0][pOwner]), PointInfo[0][pProfit], PointInfo[0][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 2
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(1), RFaN(PointInfo[1][pOwner]), PointInfo[1][pProfit], PointInfo[1][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 3
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(2), RFaN(PointInfo[2][pOwner]), PointInfo[2][pProfit], PointInfo[2][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 4
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(3), RFaN(PointInfo[3][pOwner]), PointInfo[3][pProfit], PointInfo[3][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 5
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(4), RFaN(PointInfo[4][pOwner]), PointInfo[4][pProfit], PointInfo[4][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 6
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(5), RFaN(PointInfo[5][pOwner]), PointInfo[5][pProfit], PointInfo[5][pTime]);
        SendClientMessage(playerid, -1, string);
    return 1;
}
thank you.
Reply
#2

Try this
Код:
CMD:points(playerid, params[])
{
    new string[128];
    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
        //ponit 1
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(0), RFaN(PointInfo[0][pOwner]), PointInfo[0][pProfit], PointInfo[0][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 2
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(1), RFaN(PointInfo[1][pOwner]), PointInfo[1][pProfit], PointInfo[1][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 3
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(2), RFaN(PointInfo[2][pOwner]), PointInfo[2][pProfit], PointInfo[2][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 4
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(3), RFaN(PointInfo[3][pOwner]), PointInfo[3][pProfit], PointInfo[3][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 5
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(4), RFaN(PointInfo[4][pOwner]), PointInfo[4][pProfit], PointInfo[4][pTime]);
        SendClientMessage(playerid, -1, string);
        //point 6
        format(string, sizeof(string), "%d) %s | Owned by: %s | Profit: $%d | Time Left: %d", idx+1, RPON(5), RFaN(PointInfo[5][pOwner]), PointInfo[5][pProfit], PointInfo[5][pTime]);
        SendClientMessage(playerid, -1, string);
    return 1;
 return 1;
}
Reply
#3

another return?? why?
Reply
#4

are u using the zcmd in whole gamemode+filterscripts and if yes can u show us the commands call backs
Reply
#5

make sure u have nativechecker and sscanf plugins then it will work
Reply
#6

Quote:
Originally Posted by BroZeus
Посмотреть сообщение
make sure u have nativechecker and sscanf plugins then it will work
oh yes i even forget about that i got same problem i did remove my fs who had other cmd system and added these plugin (updated it)
Reply
#7

I do what ****** said it gave me that:
Код:
[21:40:54] Incoming connection: 10.0.0.13:50440
[21:40:54] [join] James has joined the server (0:10.0.0.13)
[21:40:54] [debug] Run time error 4: "Array index out of bounds"
[21:40:54] [debug]  Accessing element at index 9 past array upper bound 8
[21:40:54] [debug] AMX backtrace:
[21:40:54] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:40:54] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:40:55] [debug] Run time error 4: "Array index out of bounds"
[21:40:55] [debug]  Accessing element at index 9 past array upper bound 8
[21:40:55] [debug] AMX backtrace:
[21:40:55] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:40:55] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:40:56] [debug] Run time error 4: "Array index out of bounds"
[21:40:56] [debug]  Accessing element at index 9 past array upper bound 8
[21:40:56] [debug] AMX backtrace:
[21:40:56] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:40:56] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:40:57] [debug] Run time error 4: "Array index out of bounds"
[21:40:57] [debug]  Accessing element at index 9 past array upper bound 8
[21:40:57] [debug] AMX backtrace:
[21:40:57] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:40:57] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:40:58] [debug] Run time error 4: "Array index out of bounds"
[21:40:58] [debug]  Accessing element at index 9 past array upper bound 8
[21:40:58] [debug] AMX backtrace:
[21:40:58] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:40:58] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:40:59] [debug] Run time error 4: "Array index out of bounds"
[21:40:59] [debug]  Accessing element at index 9 past array upper bound 8
[21:40:59] [debug] AMX backtrace:
[21:40:59] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:40:59] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:01] [debug] Run time error 4: "Array index out of bounds"
[21:41:01] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:01] [debug] AMX backtrace:
[21:41:01] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:01] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:02] [debug] Run time error 4: "Array index out of bounds"
[21:41:02] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:02] [debug] AMX backtrace:
[21:41:02] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:02] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:03] [debug] Run time error 4: "Array index out of bounds"
[21:41:03] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:03] [debug] AMX backtrace:
[21:41:03] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:03] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:04] [debug] Run time error 4: "Array index out of bounds"
[21:41:04] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:04] [debug] AMX backtrace:
[21:41:04] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:04] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:05] [debug] Run time error 4: "Array index out of bounds"
[21:41:05] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:05] [debug] AMX backtrace:
[21:41:05] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:05] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:06] [debug] Run time error 4: "Array index out of bounds"
[21:41:06] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:06] [debug] AMX backtrace:
[21:41:06] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:06] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:07] [debug] Run time error 4: "Array index out of bounds"
[21:41:07] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:07] [debug] AMX backtrace:
[21:41:07] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:07] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:08] Character file loaded successfuly.
[21:41:08] [debug] Run time error 4: "Array index out of bounds"
[21:41:08] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:08] [debug] AMX backtrace:
[21:41:08] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:08] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:10] [debug] Run time error 4: "Array index out of bounds"
[21:41:10] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:10] [debug] AMX backtrace:
[21:41:10] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:10] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:11] [debug] Run time error 4: "Array index out of bounds"
[21:41:11] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:11] [debug] AMX backtrace:
[21:41:11] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:11] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:12] [debug] Run time error 4: "Array index out of bounds"
[21:41:12] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:12] [debug] AMX backtrace:
[21:41:12] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:12] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:12] [debug] Run time error 4: "Array index out of bounds"
[21:41:12] [debug]  Accessing element at index 78 past array upper bound 10
[21:41:12] [debug] AMX backtrace:
[21:41:12] [debug] #0 0021740c in ?? (0x0000004e) from E-RP.amx
[21:41:12] [debug] #1 0006a26c in public cmd_points (0x00000000, 0x00da8dac) from E-RP.amx
[21:41:12] [debug] #2 native CallLocalFunction () [00472ad0] from samp-server.exe
[21:41:12] [debug] #3 0000ad18 in public OnPlayerCommandText (0x00000000, 0x00da8d8c) from E-RP.amx
[21:41:13] [debug] Run time error 4: "Array index out of bounds"
[21:41:13] [debug]  Accessing element at index 9 past array upper bound 8
[21:41:13] [debug] AMX backtrace:
[21:41:13] [debug] #0 002220e4 in ?? (0x00000000) from E-RP.amx
[21:41:13] [debug] #1 0021c438 in public NOPSetPlayerPos () from E-RP.amx
[21:41:19] [part] James has left the server (0:1)
Reply
#8

Compile with -d3 too: https://github.com/Zeex/samp-plugin-...ith-debug-info so you can get more information.

It's probably caused by a custom function that used in NOPSetPlayerPos.
Reply
#9

after I did that it will work good??
Reply
#10

what these things means??
Код:
[22:51:19] [join] James has joined the server (0:10.0.0.13)
[22:51:20] [debug] Run time error 4: "Array index out of bounds"
[22:51:20] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:20] [debug] AMX backtrace:
[22:51:20] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:20] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:21] [debug] Run time error 4: "Array index out of bounds"
[22:51:21] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:21] [debug] AMX backtrace:
[22:51:21] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:21] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:22] [debug] Run time error 4: "Array index out of bounds"
[22:51:22] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:22] [debug] AMX backtrace:
[22:51:22] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:22] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:23] [debug] Run time error 4: "Array index out of bounds"
[22:51:23] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:23] [debug] AMX backtrace:
[22:51:23] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:23] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:24] [debug] Run time error 4: "Array index out of bounds"
[22:51:24] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:24] [debug] AMX backtrace:
[22:51:24] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:24] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:25] [debug] Run time error 4: "Array index out of bounds"
[22:51:25] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:25] [debug] AMX backtrace:
[22:51:25] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:25] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:26] [debug] Run time error 4: "Array index out of bounds"
[22:51:26] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:26] [debug] AMX backtrace:
[22:51:26] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:26] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:27] Character file loaded successfuly.
[22:51:27] [debug] Run time error 4: "Array index out of bounds"
[22:51:27] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:27] [debug] AMX backtrace:
[22:51:27] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:27] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:28] [debug] Run time error 4: "Array index out of bounds"
[22:51:28] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:28] [debug] AMX backtrace:
[22:51:28] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:28] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:30] [debug] Run time error 4: "Array index out of bounds"
[22:51:30] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:30] [debug] AMX backtrace:
[22:51:30] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:30] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:30] [debug] Run time error 4: "Array index out of bounds"
[22:51:30] [debug]  Accessing element at index 78 past array upper bound 10
[22:51:30] [debug] AMX backtrace:
[22:51:30] [debug] #0 0029c6ec in RFaN (idxxx=78) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:35412
[22:51:30] [debug] #1 000849d4 in public cmd_points (playerid=0, params[]=@0x00da8dac "") at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:7768
[22:51:30] [debug] #2 native CallLocalFunction () [00472ad0] from samp-server.exe
[22:51:30] [debug] #3 0000cbac in public OnPlayerCommandText (playerid=0, cmdtext[]=@0x00da8d8c "/points") at C:\Users\Ahmed Hassan\Desktop\Server\pawno\include\zcmd.inc:105
[22:51:31] [debug] Run time error 4: "Array index out of bounds"
[22:51:31] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:31] [debug] AMX backtrace:
[22:51:31] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:31] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:32] [debug] Run time error 4: "Array index out of bounds"
[22:51:32] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:32] [debug] AMX backtrace:
[22:51:32] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:32] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:33] [debug] Run time error 4: "Array index out of bounds"
[22:51:33] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:33] [debug] AMX backtrace:
[22:51:33] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:33] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:34] [debug] Run time error 4: "Array index out of bounds"
[22:51:34] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:34] [debug] AMX backtrace:
[22:51:34] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:34] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:35] [debug] Run time error 4: "Array index out of bounds"
[22:51:35] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:35] [debug] AMX backtrace:
[22:51:35] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:35] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:36] [debug] Run time error 4: "Array index out of bounds"
[22:51:36] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:36] [debug] AMX backtrace:
[22:51:36] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:36] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:37] [debug] Run time error 4: "Array index out of bounds"
[22:51:37] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:37] [debug] AMX backtrace:
[22:51:37] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:37] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:39] [debug] Run time error 4: "Array index out of bounds"
[22:51:39] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:39] [debug] AMX backtrace:
[22:51:39] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:39] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:40] [debug] Run time error 4: "Array index out of bounds"
[22:51:40] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:40] [debug] AMX backtrace:
[22:51:40] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:40] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:41] [debug] Run time error 4: "Array index out of bounds"
[22:51:41] [debug]  Accessing element at index 9 past array upper bound 8
[22:51:41] [debug] AMX backtrace:
[22:51:41] [debug] #0 002aa4b0 in IsTruckerVehicle (vehicleid=0) at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36805
[22:51:41] [debug] #1 002a2eb8 in public NOPSetPlayerPos () at C:\Users\Ahmed Hassan\Desktop\New folder\E-RP\gamemodes\E-RP.pwn:36070
[22:51:47] [part] James has left the server (0:1)
and these:
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          21084 bytes
Code size:          2872404 bytes
Data size:         14323084 bytes
Stack/heap size:      16384 bytes; estimated max. usage=3627 cells (14508 bytes)
Total requirements:17232956 bytes
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)