damit sollte es bei jedem auto klappen, da die position direkt erechnet wird.
GetVehiclePos(fahrzeuginfo[v][fahrzeug],floatvar[0],floatvar[1],floatvar[2]);
GetVehicleZAngle(fahrzeuginfo[v][fahrzeug],floatvar[3]);
fahrzeuginfo[v][sirenenlicht]=CreateDynamicObject(19419,floatvar[0],floatvar[1],floatvar[2],0.00,0.00,floatvar[3],-1,-1,-1,200);
GetVehicleModelInfo(GetVehicleModel(fahrzeuginfo[v][fahrzeug]),VEHICLE_MODEL_INFO_SIZE,floatvar[0],floatvar[1],floatvar[2]);
AttachDynamicObjectToVehicle(fahrzeuginfo[v][sirenenlicht],fahrzeuginfo[v][fahrzeug],0.00,0.00,floatvar[2]/2,0.00,0.00,0.00);