Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

How to use

SyBozz edited this page Apr 23, 2018 · 1 revision

How to use

How to include the resource to your server

  • 1. Place the clientconsole folter in to your resource folder.
  • 2. Add <resource src="clientconsole" /> to your server settings.xml.

How to use the client console for your projekt

  • 1. You need to include the resource to make sure that it is started before your resource. meta.xml
    <meta>
      <info name="Example" author="SyBozz" type="script" />
      <include resource="clientconsole" />
    </meta>
  • 2. You need to add the console.dll tho your projekt reference.
  • 3. Add the using directive using SyBozz.GrandTheftMultiplayer.Server.ClientConsole;

Clone this wiki locally