GithubHelp home page GithubHelp logo

axio_blipsmanager's Introduction

Blips Manager

Allow to display or hide blips

Menu disable / enable :

image

Maps :

image

Dependencies

Usage

Exemple

exports.axio_blipsManager:createBlip({
	resource = GetCurrentResourceName(),
	coords = vector3(742.6594, -822.2820, 22.667),
	text = "Arcade",
	sprite = 546,
	scale = 0.6,
	color = 28,
	group = "Activité",
	short = true,
	advanced = {
		{ type = 'title', "Arcade", false },
		{ type = 'infoText', "Open hour", "24/24"},
		{ type = 'infoHeader', ""},
		{ type = 'infoText', "Come play to old video game and beat your friend. Drink and food also available."},
		{ type = 'image', "maps_blips", "arcade"}
	}
})

Basic blips

Parameter Type Description
resource string current resource name for disable blip if stopped
coords vector3 Coord
text string Blips title
sprite number Blips sprite
scale number? Blips size (0.8 default)
color number? Blips colors (0 default)
group string? Set group for display blips group in menu for display / hide
short bool? SetBlipAsShortRange (false default)

Advanced params

for advanced blips add 'advanced array'

Parameter Parameter
title (unique) string, bool
infoText string, string
infoHeader string, string
image (unique) "maps_blips", string

For image, add in stream/maps_blips.ytd

Recommended size 512x256

Original

Blips info : https://github.com/glitchdetector/fivem-blip-info

axio_blipsmanager's People

Contributors

derass239 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.