Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/22/2016 in Posts

  1. if you need help with anything let me know my school doesnt start till the end of the month.
    1 point
  2. Its possible. Simply take Hoop's flashing lights code, but edit the function to be for 'TLT_GREEN' or RED or YELLOW. void EnableTrafficLight(TrafficLightType type_); enum TrafficLightType { TLT_NONE, TLT_GREEN, TLT_YELLOW, TLT_RED }; NONE disables all of the relevant lights that you set as scene. You can have TLT_GREEN as scene, RED as TA, YELLOW as interior, but the problem is, that the code can only disable all of the lights, and not any individually.
    1 point
×
×
  • Create New...