2274 {
2275 float ammount = 0;
2276
2277 switch (fluid)
2278 {
2281 Leak(fluid, ammount);
2282 break;
2283
2286 Leak(fluid, ammount);
2287 break;
2288
2291 Leak(fluid, ammount);
2292 break;
2293 }
2294 }
CarFluid
Type of vehicle's fluid. (native, do not change or extend)
static proto float RandomFloat(float min, float max)
Returns a random float number between and min[inclusive] and max[exclusive].