Skip to main content

S1nScripts Logo

Spawn Selector

Custom Modifications

Custom the UI of the spawn selector

You'll need to first install the dependencies with npm install in the folder that contains the package.json file.

To start the project, run npm start in this same folder.

To build the project, run npm run build in this same folder.

Opening the Spawn Selector UI from another script

You can open the spawn selector UI from another script by using the following code:

TriggerEvent('s1n_spawnselector:openUI')