04.11.2016, 08:22
PHP код:
v = GetPlayerVehicle(i, vehicleid);
if(v != -1)
INVALID_VEHICLE_ID (65535) used in an array of MAX_VEHICLES (2000) would give you the error:
Код:
[15:44:44] [debug] Accessing element at index 65535 past array upper bound 1999
EDIT: And please don't bump your thread after only a measly 14 minutes... be patient or I'll just dump this issue for someone else to fix.