Exemplo n.º 1
0
        private void PITStop(InSim insim, IS_PIT pit)
        {
            string text = players.GetNameByPLID(pit.PLID) + "^3 made a pitstop";

            commands.SendLocalMessage(_inSim, text);
        }
Exemplo n.º 2
0
        void Pitstop(InSim insim, IS_PIT PIT)
        {
            Connections CurrentConnection = GetConnection(PIT.PLID);

            CurrentConnection.Pitstops += 1;
        }