Originally Posted By: KiwiBoy
Fake it with decal.


yeah u could try that!
like this?!
Code:
 ENTITY* ent_carshadow = { type = "car_shadow.tga"; }

action race_car(){
  ...
  set(my,SHADOW);
  my.shadow = ent_carshadow; // car-shaped shadow sprite
  ...