Advertisement
MrSev7en

Code3

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