Advertisement
MrSev7en

Untitled

Mar 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. foreach (clsConnection Conn in Connections)
  2. {
  3. if (Conn.CompCar.X == "Cordenada X" && Conn.CompCar.Y == "Cordenada Y")
  4. {
  5. MsgAll("/pitlane " + Conn.Username);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement