Advertisement
Guest User

Untitled

a guest
May 10th, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.43 KB | None | 0 0
  1.                             #region ' Semaforo '
  2.                             if (Conn.CompCar.X / 196608 >= 49 && Conn.CompCar.X / 196608 <= 52 && Conn.CompCar.Y / 196608 >= 132 && Conn.CompCar.Y / 196608 <= 133)
  3.                             {
  4.                                 {
  5.                                     Message("!sem");
  6.                                 }
  7.                             }
  8.                             #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement