Not sure why ... played with lights and this just happened and stays :
Some of the lights work no problem, other are cowered by these black right-angles ... Also seems to be problem only when more of them are on the vehicle. (the bus and tatra seems to not do this)
Log: https://drive.google.com/file/d/0B3ZscF0ox2AGRks5VmhzWG93dnM/view?usp=sharing
Delete the parameter in-between the position float3 and color/intensity float3, like so: (EDITED)
this.add_pointlight_source({x:-0.27,y:5.47,z:2.56}, 0.1, {x:0.585,y:.08,z:0.012}, 1.0); //Light 3
this.add_pointlight_source({x:-0.27,y:5.47,z:2.56}, {x:0.585,y:.08,z:0.012}, 1.0); //Light 3
Regards,
Uriah