InValidVehicleID.
#4

the "Veh" array's size is only 1999 which is the defined value of MAX_VEHICLE, and you are trying to access the 65535th element.

by the way 65535 means INVALID_PLAYER_ID or INVALID_VEHICLE_ID. are u sure u are not using the array like this?
Код:
Veh[INVALID_VEHICLE_ID][...];
Reply


Messages In This Thread
InValidVehicleID. - by norton2 - 05.01.2016, 12:40
Re: InValidVehicleID. - by norton2 - 05.01.2016, 13:05
Re: InValidVehicleID. - by norton2 - 05.01.2016, 14:21
Re: InValidVehicleID. - by kadaradam - 05.01.2016, 15:45
Re: InValidVehicleID. - by norton2 - 05.01.2016, 16:08
Re: InValidVehicleID. - by kadaradam - 05.01.2016, 16:59
Re: InValidVehicleID. - by norton2 - 05.01.2016, 17:06
Re: InValidVehicleID. - by SickAttack - 05.01.2016, 17:21
Re: InValidVehicleID. - by norton2 - 05.01.2016, 17:24
Re: InValidVehicleID. - by SickAttack - 05.01.2016, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)