SHOWCASE VIDEO
About Server Teleporters
The custom server teleporter model registers once you step onto it and cool effects will appear around you, while you are on the teleporter. Aborting the server teleportation is as simple, as stepping of the teleporter and the countdown will immediately stop.Features










Toolgun Setup
Left click: Spawn a new teleporter - Right click: Delete the teleporter you are aiming at.
This addon is equipped with a simple configuration for setting up server teleporters in-game.
Open the Q menu and locate the "Crap-Head Scripts" category of your tools. Select "Server Teleporters"
Fill out the 4 boxes of information and spawn the server teleporter at your desired location.
If the server is password protected, you can fill out the "password" text field to allow users to connect to the locker server via teleporters. Leave blank if no password!
You can also manually delete teleporters from
Left click: Spawn a new teleporter - Right click: Delete the teleporter you are aiming at.
This addon is equipped with a simple configuration for setting up server teleporters in-game.
Open the Q menu and locate the "Crap-Head Scripts" category of your tools. Select "Server Teleporters"
Fill out the 4 boxes of information and spawn the server teleporter at your desired location.
If the server is password protected, you can fill out the "password" text field to allow users to connect to the locker server via teleporters. Leave blank if no password!
You can also manually delete teleporters from
data/craphead_scripts/server_teleporters/map_name/teleporter_uniqueid.txt
INSTALLATION
This addon supports DarkRP 2.7.0+
Extract "ch_server_teleporters" to addons!
Once you've done that, you can find the tool "Server Teleporters" in the Q menu.
CONTENT
Only custom models and materials are used for this script. Script content can be found at:
https://steamcommunity.com/workshop/filedetails/?id=2093040627
Make sure to add this to your servers workshop collection as well.
This addon supports DarkRP 2.7.0+
Extract "ch_server_teleporters" to addons!
Once you've done that, you can find the tool "Server Teleporters" in the Q menu.
CONTENT
Only custom models and materials are used for this script. Script content can be found at:
https://steamcommunity.com/workshop/filedetails/?id=2093040627
Make sure to add this to your servers workshop collection as well.
Customizing
To customize the general settings, go to
General Config
To customize the general settings, go to
ch_server_teleporters/lua/ch_teleporters/shared/ch_server_teleporters_config.lua
General Config
Code:
-- SET LANGUAGE
-- Available languages: English: en - Danish: da - German: de - French: fr - Chinese: cn
CH_ServerTeleporters.Config.Language = "en" -- Set the language of the script.
-- General settings.
CH_ServerTeleporters.Config.ToolAdminOnly = true -- Only allow admins to setup server teleporters?
-- Screen Design
CH_ServerTeleporters.Design.ScreenBG = Color( 62, 173, 229, 255 )
CH_ServerTeleporters.Design.ServerName = Color( 255, 255, 255, 255 )
CH_ServerTeleporters.Design.ServerDesc = Color( 255, 255, 255, 255 )
CH_ServerTeleporters.Design.ServerIP = Color( 255, 255, 255, 255 )
CH_ServerTeleporters.Design.ConnectButton = Color( 0, 80, 0, 255 )
CH_ServerTeleporters.Design.ConnectButtonHover = Color( 0, 125, 0, 255 )
CH_ServerTeleporters.Design.ConnectButtonText = Color( 255, 255, 255, 255 )
CH_ServerTeleporters.Design.ButtonOutlines = Color( 255, 255, 255, 255 )
Discord Server & Support
I own a Discord server for customers and anyone else who wish to join. I will occasionally provide exclusive offers and help with minor issues that might occur with my scripts. If you have a more serious problem, please create a conversation with me onsite.Conflicting addons is not to be said if I will support that or not. This is something I will decide upon confrontation about a conflicting addon. If you have found a conflicting addon, then feel free to create a conversation and I'll see if I can assist with solving the conflict.