Problem with crash
#10

You should probably log the parameters from the function and the vehicle model. Something like:

Code:
public OnVehicleMod(playerid, vehicleid, componentid)
{
   printf("Player: %i, Vehicle: %i, Model: %i, Component: %i", playerid, vehicleid, GetVehicleModel(vehicleid), componentid);
   return 1;
}
And than see if some wrong components are added to a model which does not support it.
Reply


Messages In This Thread
Problem with crash - by Suttix - 14.01.2018, 11:46
Re: Problem with crash - by Runn3R - 14.01.2018, 12:01
Re: Problem with crash - by Suttix - 14.01.2018, 12:07
Re: Problem with crash - by aoky - 14.01.2018, 12:15
Re: Problem with crash - by Runn3R - 14.01.2018, 12:17
Re: Problem with crash - by aoky - 14.01.2018, 12:30
Re: Problem with crash - by Suttix - 14.01.2018, 12:47
Re: Problem with crash - by Runn3R - 14.01.2018, 14:46
Re: Problem with crash - by Suttix - 14.01.2018, 15:50
Re: Problem with crash - by Mikro - 14.01.2018, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)