示例#1
0
        public void COMMAND_createbank(Client player, string type, bool blip)
        {
            float posx = player.position.X;
            float posy = player.position.Y;
            float posz = player.position.Z - 1.0f;

            ATMManager.CreateATM(player, type, posx, posy, posz, blip);
        }