15.04.2017, 19:40
i just rerunned my gamemode and got those errors from crashdetector
Код:
[debug] #0 000aa5f4 in public ModCar (carid=29) at ./assets/no.pwn:13217 [debug] Run time error 4: "Array index out of bounds" [debug] Attempted to read/write array element at index 65535 in array of size 50000 [debug] AMX backtrace: [debug] #0 000aa5f4 in public ModCar (carid=27) at ./assets/no.pwn:13217
Код:
function:ModCar(carid)
{
new vehicleid = FindVehicleID(carid);
for(new c = 0; c < CAR_COMPONENTS; c++)
{
if(VehicleInfo[vehicleid][vComponents][c] > 0)
{
AddVehicleComponent(carid, VehicleInfo[vehicleid][vComponents][c]);
}
}
ChangeVehiclePaintjob(carid, VehicleInfo[vehicleid][vPaintJob]);
}

