WiFi

The WiFi System introduces a new layer of interaction, security, and progression to your server. Instead of having every application available everywhere, administrators can configure custom wireless hotspots across the map, serving as physical gateways to unlock specific functionalities on the device.

Configuration & Security

Admins have complete control over how and where these networks operate. When creating a hotspot, you can utilize the following security measures:

  • Password Protection: Secure your networks with traditional passwords.

  • Conditional Visibility (canConnect): This is a dynamic function that dictates whether a network is even visible to a player in their WiFi list.

    • If the function returns true, the network appears.

    • If it returns false, the network remains completely hidden.

    • Use case: You can hide the "Mission Row Employees" network from civilians, making it only visible and connectable for players who currently have the Police job.

Example Configuration

Here is an example of how a restricted network might look in your configuration file:

Last updated