> ## Documentation Index
> Fetch the complete documentation index at: https://newyorkroleplay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Weapon Restrictions

> Overview of weapon access restrictions

<Note>
  **Important:** All weapon restrictions must be strictly followed. Unauthorized use of restricted or banned weapons may result in disciplinary action.
</Note>

<table className="w-full border-collapse">
  <thead>
    <tr className="bg-gray-900/50">
      <th className="px-6 py-4 text-left text-base font-semibold text-gray-200 border border-gray-700">
        Weapon
      </th>

      <th className="px-6 py-4 text-left text-base font-semibold text-gray-200 border border-gray-700">
        Restricted to
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        G36C
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-blue-400">
          Whitelisted Tactical Units
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        Orsis T 5000
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-blue-400">
          Whitelisted Certified Units
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        SPAS 12
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        M249
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        Remington 870
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        Benelli M4
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        Fabarm FP6
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        Remington MSR
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>

    <tr>
      <td className="px-6 py-4 text-base text-gray-300 border border-gray-700">
        Remington 700
      </td>

      <td className="px-6 py-4 text-base border border-gray-700">
        <span className="text-red-400">
          Banned
        </span>
      </td>
    </tr>
  </tbody>
</table>
