deleteeeeeeeeeeeeeeeee
Actually much mods uses:
if (PED::IS_PED_IN_ANY_VEHICLE(PLAYER::GET_PLAYER_PED(i), 0)) {
int Vehicle = PED::GET_VEHICLE_PED_IS_USING(PLAYER::GET_PLAYER_PED(i));
if (VEHICLE::IS_THIS_MODEL_A_HELI(Vehicle) || VEHICLE::IS_THIS_MODEL_A_PLANE(Vehicle) && VEHICLE::IS_VEHICLE_ON_ALL_WHEELS(Vehicle)) {
//DELETE ROUTINE
}
}
But it is interesting. We can start using the protections with on and off like the others. Maybe we found how to not view aerial vehicles... I have to not view cars, but not helis and planes.
Thanks.
if (PED::IS_PED_IN_ANY_VEHICLE(PLAYER::GET_PLAYER_PED(i), 0)) {
int Vehicle = PED::GET_VEHICLE_PED_IS_USING(PLAYER::GET_PLAYER_PED(i));
if (VEHICLE::IS_THIS_MODEL_A_HELI(Vehicle) || VEHICLE::IS_THIS_MODEL_A_PLANE(Vehicle) && VEHICLE::IS_VEHICLE_ON_ALL_WHEELS(Vehicle)) {
//DELETE ROUTINE
}
}
But it is interesting. We can start using the protections with on and off like the others. Maybe we found how to not view aerial vehicles... I have to not view cars, but not helis and planes.
Thanks.
Users browsing: 4 Guest(s)