Skip to content

CreateJobBlip

Create a blip for a specific job. (auto-update)

Argument Data Type Needed Default Description
Name string/number - The name of the blip
Coords vector3 - The coordinates to create the blip
Job string - The job that can see the blip
Sprite number - The sprite ID
Colour number - The colour ID
Scale number 1.0 The scale of the blip

Dont need to be called every frame


Example
CreateJobBlip("My Blip", vector3(0.0, 0.0, 0.0), "police", 11, 2)

Last update: April 22, 2022
Created: June 27, 2021