Configuration

Configure your spoodyGangs script to work how you want!

Configuring Gang-Management

  1. Go to the configuration file (spoodyGangs/configuration/config.lua)

  2. Inside of the file, find the Config.Gangs

  3. Use the dummy-code below to learn how to create a configuration for your gangs!

["Crips"] = { -- The name of the gang (gang code, not label!)
    Management = vec3(317.0, -2043.4, 20.0), -- The location of management coordinates
    VehicleSpawn = vec3(326.594849, -2033.116211, 20.936781), -- The location of where the vehicle spawns (from the gang management)
},

Important Notices

  1. Only those with the leadership rank and above in the SQL can handle gang management.

  2. You cannot Promote/Demote or Kick anyone above your rank in the gang management

  3. Customizing Gang-Vehicles will not save (This will come in a sooner update)

Configuring Gang Turfs

  1. Go to the configuration file (spoodyGangs/configuration/config.lua)

  2. Inside of the file, find the Config.Zones

  3. Use the dummy-code below to learn how to create a turf war for gangs!

Important Notices

  1. Players who enter the turf without a gang, will be teleported out of the turf at the configured "alternate" location.

  2. Players who enter the turf in a vehicle without a gang, will be teleported out of the turf inside of their vehicle, at the configured "alternate" location.

  3. Players who enter the turf in a vehicle whilst in a gang will get their car instantly deleted and able to enter the turf

  4. Players who die inside of the turf will be teleported out of the turf and un-registered from it.

  5. Players who are in the turf and get removed from their gang, will be instantly removed from the turf.

  6. Players who enter the turf in a gang that has more than the configured strikes will be teleported out of the turf.

  7. Players who attempt to start a turf in a gang that has more than the configured strikes will not be able to start it.

Configuring Configuration Settings

  1. Go to the configuration file (spoodyGangs/configuration/config.lua)

  2. Inside of the file, find the Config.Settings

  3. Use the help code below to learn how to configure the settings!

Configuring Admin/Player Commands

  1. Go to the configuration file (spoodyGangs/configuration/config.lua)

  2. Inside the file, Find Config.Commands

  3. Use the help code below to learn how to configure your commands & its permissions!lua

Last updated