Skip to content

Akiran7219/helix-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContainerFurniture

Add the ability to spawn Containers via an item, ideal if you don't want to give flags to your player.

Important Things

Make sure to REGISTER your Container in helix/plugins/containers/sh_definitions.lua

	ix.container.Register(model, {
		name = "Crate",
		description = "A simple wooden create.",
		width = 4,
		height = 4,
		locksound = "",
		opensound = ""
	})

Union Light

Adds a union light to illuminate an area.

Todo: Spawn from item

Admin ESP

A simple ESP admin that shows you the most used entities on Helix.

Entity currently supported:
	- ix_vendor and ix_vendor_new
	- ix_questgiver
	- ix_scavengingpile
	- ix_container
	- ix_money
	- ix_item
	- ix_shipment
	- ix_combinelock
	- ix_rationdispenser
	- ix_vendingmachine
	- ix_forcefield
	- ix_station

If you want to add your own entity, add an entry to the EntitiesESPList table.

If you want to add an item category with a distinct colour, add an entry to the ItemCategoryColor table with the Category name.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages