Resxt a4a714da47 chat_commands 1.0.4
Only create variables for the port currently in-use
For example: there's no need to create level.chat_commands["4977"] if the currently used port is 4976. This simply adds a bunch of variables and child variables for no reason, this was a flawed implementation that create an array per port on every server. Now it will only create an array for its own port as expected

Removed 3074 from the default ports
This port is not actively used by net_port, this was just a misunderstanding on my part
2023-06-15 13:34:04 +02:00
2023-06-15 13:34:04 +02:00
2023-06-02 12:33:42 +02:00
2022-10-20 14:26:33 +02:00

Plutonium-T6-Scripts

image

What is this?

This is a collection of Plutonium T6/BO2 scripts I created, written in GSC.

Huge thanks to everyone who helped me learn GSC: Birchy, DoktorSAS, FutureRave and other people on Discord.

How do I download a script?

  • Download this repository
  • Open the downloaded ZIP file
  • Drag and drop the script(s) you want in the folder they need to be placed in.
    If no instructions are provided for the script you want then simply follow the instructions given in How do I use a script?

Just keep in mind that this downloads a copy of this repository at the moment you download it.
If a script is updated after you downloaded this repository and you want the new version then you will need to download this repository again.

How do I use a script?

Follow the instructions in the documentation

Open the start menu and go to %localappdata%\Plutonium\storage\t6.
If the script should be loaded for both the multiplayer and the zombies mode then drop the file in the scripts folder.
If the script should only be loaded for the multiplayer mode then put it in scripts\mp.
If the script should only be loaded for the zombies mode then put it in scripts\zm.

Note that you can use map_restart in the console to quickly restart your current game and reload scripts.

Languages
GSC 100%