OMG, sorry to brother again...
I'm starting learning insim code , and readed insim txt etc
So , i change the "City Bank" coordinates, but when i go to the place that i ordered, it shows NOTHING.
Sorry for bad english, please help me.
Regards,
Nuno Silva
Conn.InBankDist = ((int)Math.Sqrt(Math.Pow(Conn.CompCar.X - (37 * 196608), 2) + Math.Pow(Conn.CompCar.Y - (-192 * 196608), 2)) / 65536);
if (Conn.InBankDist <= 4 && (mph <= 4))
{
What's wrong ?