Chalwk / HALO-SCRIPT-PROJECTS

:white_check_mark: Halo PC|CE - Add-ons for Phasor V2+ and SAPP :new_zealand:
Other
32 stars 13 forks source link

Server Name Changer (UTILITY) #114

Closed Chalwk closed 3 years ago

Chalwk commented 3 years ago

Server Name Changer

Description: This script will periodically change the name of the server.

VIDEO DEMO

Download Link

Settings:

-- config starts --
-- The script will pick a new server name every 15 seconds:
local interval = 1000 * 15 -- in milliseconds (1000*1 = 1 second)
local server_names = {
    "My Cool Server",
    "A server!",
    " ", -- blank
    "Ya mom!",
    "CoronaVirus", -- repeat the structure to add more entries.
}
-- config ends --
github-actions[bot] commented 3 years ago

Stale issue message