Hey guys, I know I'm late but i really have no idea how to set street names on open config tracks
Before i used to create a button, to get the X and Y value, then use a code like this
How should i do it now?
Edit, see my 2nd. post
Before i used to create a button, to get the X and Y value, then use a code like this
if ((Conn.CompCar.Node >= NODE VALUE) && ((Conn.CompCar.X / 196608) < X VALUE) && ((Conn.CompCar.Y / 196608) < Y VALUE))
{
InSim.Send_BTN_CreateButton("STREETNAME", Flags.ButtonStyles.ISB_DARK, 6, 27, 80, 2, 171, (Conn.UniqueID), 2, false);
}
How should i do it now?
Edit, see my 2nd. post