PixelCraft Official Docs
  • Welcome
  • Information
    • Discord Roles
    • How to update your asset
    • FiveM Asset Escrow System
  • Assets and Guides
    • PC-Crafting-V2
      • Installation
      • Configuration
        • Inventory System
        • Core Framework
        • Language
        • EXP Enabled
        • Whitelisting Players
        • Whitelisted Admins
        • Weapon Damage Multipliers
        • Weapon Parts Configuration
        • Crafting & Repair Experience
        • Crafting Locations
        • Database Setup
        • Custom Weapons
        • Crafting Recipes
        • Attachments
      • Troubleshooting
      • Commands
      • Support
    • PC-Security
      • Installation
      • Configuration
        • Job Routes
        • Level Thresholds
        • Level-Specific Configurations
        • Damage Threshold
        • Police Alert
        • Security Shop Items
        • Criminal Rewards
        • Blips
      • Support
Powered by GitBook
On this page
  1. Assets and Guides
  2. PC-Security
  3. Configuration

Blips

PreviousCriminal RewardsNextSupport

Last updated 9 months ago

This table allows you to define custom blips on the map for points of interest related to security operations.

Config.Blips = {
    { name = "Hospital", coords = vector3(304.21, -600.45, 57.95) },  
    { name = "Police", coords = vector3(450.53, -983.76, 43.69) },
    -- ...
}

content_copyUse code .Lua

  • name: The name of the location displayed on the blip.

  • coords: The vector3 coordinates of the blip's location.

Note: You need to add the corresponding blip images to the security/html/build/images directory. The filenames should match the blip names (e.g., "Hospital.png", "Police.png").

with caution