04.09.2018, 13:55
add this anywhere
PHP код:
GetVehicleBoot(vehicleid)
{
static engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
return boot;
}