Füsti docs
DiscordGithub
  • Füsti's scripts
  • 🧟‍♂️fusti_zombie
    • Using the export
      • Setting up zone types
      • Setting up blips
      • Setting up zombies
  • 🪚fusti_jobcreator
    • Setting up the config
      • Setting up mainPlace
      • Setting up vehicles
      • Setting up actions
      • Picture of add-on vehicles
  • 🚙FUSTI_VEHICLESHOP
    • Setting up the config
      • Creating categories
      • Setting up the client side handlers and functions
      • Setting up the server side handlers and functions
      • Creating shops
      • Creating vehicles
Powered by GitBook
On this page

Was this helpful?

  1. fusti_zombie
  2. Using the export

Setting up blips

everything is configurable about each zone's blips.


blip = { -- you can find more information at https://docs.fivem.net/docs/game-references/blips/
    sprite = 84, -- the blip's sprite
    display = 4, -- the blip's display
    scale = 1.0, -- the blip's scale
    colour = 1, -- the blip's colour
    text = 'Zombie zone - Hard level', -- the blip's name
    radius = {  -- the radius data for the current blip
        colour = 1, -- the radius's colour
        alpha = 150  -- the radius's alpha (value between 0 and 255)
    }
}
PreviousSetting up zone typesNextSetting up zombies

Last updated 1 year ago

Was this helpful?

🧟‍♂️