Ejemplo n.º 1
0
 public static void NoDamage(int entity)
 {
     ENTITY.SET_ENTITY_PROOFS(entity, true, true, true, true, true, true, true, true);
     ENTITY.SET_ENTITY_INVINCIBLE(entity, true);
     ENTITY.SET_ENTITY_CAN_BE_DAMAGED(entity, false);
     VEHICLE.SET_VEHICLE_STRONG(entity, true);
     VEHICLE.SET_VEHICLE_TYRES_CAN_BURST(entity, true);
     VEHICLE.SET_VEHICLE_WHEELS_CAN_BREAK(entity, true);
 }