Blip <BadgeClient/>
JO Functions > jo.blip.create()
<!-- @include: ./slots/headers.md#client|jo.blip.create -->
Create a new blip <br> This function adds a blip at the specified location or on an entity with customizable properties. <br>
<!-- @include: ./slots/descriptions.md#client|jo.blip.create -->
JO Functions > jo.blip.create() > Syntax
jo.blip.create(locationOrEntity, name, sprite, blipHash, color)
JO Functions > jo.blip.create() > Parameters
locationOrEntity : vector3|integer
name : string
sprite : string|integer
blipHash : integer <BadgeOptional />
color : string <BadgeOptional />
JO Functions > jo.blip.create() > Return Value
Type : integer|false
<!-- @include: ./slots/examples.md#client|jo.blip.create -->
<!-- @include: ./slots/footers.md#client|jo.blip.create -->