1. Hey Guys,
    i want to know how i run a rcon command in a plugin.
    simple example.

    Code:
    void OnAirdrop(CargoPlane plane, Vector3 dropPosition)
    {
        Puts("OnAirdrop works!");
    }
    Instead of Puts i want to run a server console command.
    notice.popupall "Incoming Airdrop"

    Thanks :)
     
  2. Wulf

    Wulf Community Admin