//I have no code at the moment... I just don't know if this is easily possible
Problem:
Okay, so I was working on a map based game... based from the map in GTA SA ( Shown above... I have the map and some functions made out...
My problem is, it a Text Based RTS so the blip the player moves instantly is just the camera (I got that part)
When someone sets a way point he can choose to walk, drive or fly there.
My icons are 32x32...
When the drive I want players to see a car or a dot traveling along the road but the roads don't easily/consistently fit in a 32x32 area and I don't know how to setup the Pathfinding system for the cars to drive on the road in a certain direction (through RTS / Not keyboard movement)
Problem description: As said above... I dont know where to begin with creating routes on a road.
Also, would it be a semi invisible obj before being used or an area?
Also, is this the best way to do this?