Var FiveM
ScriptPacchettiAbbonamentiDocs
VAR
Var FiveM
ScriptPacchettiAbbonamentiDocs
Personalizza temaChi siamoContatti
Acquista ora

Reference

FiveM Blips List

Updated July 2026 | by the Var FiveM team

FiveM uses the native GTA V blip system: 958 sprite IDs you attach to map coordinates with AddBlipForCoord and SetBlipSprite, then tint with one of 86 SetBlipColour values. This page is the full reference, every blip sprite ID and name, every color with its hex code, all DrawMarker types, plus ready-to-use Lua snippets, all sourced from the official FiveM documentation.

How blips work in FiveM

A blip is a 2D icon shown on the pause-menu map and the minimap. You create one client-side with AddBlipForCoord(x, y, z), which returns a handle, then configure it with SetBlipSprite (the icon), SetBlipColour (the tint), SetBlipScale and a name via the text command natives. Blips persist until you remove them or the resource stops, so you only create them once, usually in a loop over a config table when the script starts. Sprites are identified by a numeric ID; the same ID works in every FiveM script, ESX, QBCore or standalone, because the IDs come from the game itself, not from a framework.

Two settings matter more than the rest. SetBlipAsShortRange(blip, true) keeps the icon off the minimap until the player is close, which is what you want for shops and jobs; long-range blips clutter the radar from across the map. And RemoveBlip(blip) deletes a blip by handle, which matters for dynamic blips like GPS routes or mission targets that should disappear when the objective is done. Blips created by a resource are cleaned up automatically when that resource stops.

All FiveM blip IDs

The table below lists all 958 blip sprites available in FiveM, from ID 0 to 957. Names follow the internal radar_* texture naming, which usually describes the icon: radar_safehouse (40) is the house icon, radar_police_station (60) the police badge, radar_hospital (61) the hospital H, radar_barber (71) the scissors, radar_clothes_store (73) the t-shirt, radar_financier_strand (108) the dollar sign used for banks and radar_garage (357) the garage icon. Pass any of these IDs to SetBlipSprite.

A few practical notes: IDs 0 to 16 are engine-level radar icons (waypoint, north, level indicators) that scripts rarely use directly; sprite 8 is the waypoint icon itself. Weapon icons live around 150 to 160, GTA Online business icons in the 470 to 560 range, casino icons at 679 to 684 and the newest DLC sprites run past 900. If a sprite renders as a plain circle in-game, your server build predates that sprite, so pick an older ID.

ID / Sprite nameID / Sprite nameID / Sprite name
0radar_higher1radar_level2radar_lower
3radar_police_ped4radar_wanted_radius5radar_area_blip
6radar_centre7radar_north8radar_waypoint
9radar_radius_blip10radar_radius_outline_blip11radar_weapon_higher
12radar_weapon_lower13radar_higher_ai14radar_lower_ai
15radar_police_heli_spin16radar_police_plane_move17radar_numbered_1
18radar_numbered_219radar_numbered_320radar_numbered_4
21radar_numbered_522radar_numbered_623radar_numbered_7
24radar_numbered_825radar_numbered_926radar_numbered_10
27radar_mp_crew28radar_mp_friendlies29radar_empty
30radar_empty31radar_empty32radar_script_objective
33radar_empty34radar_empty35radar_station
36radar_cable_car37radar_activities38radar_raceflag
39radar_fire40radar_safehouse41radar_police
42radar_police_chase43radar_police_heli44radar_bomb_a
45radar_bomb_b46radar_bomb_c47radar_snitch
48radar_planning_locations49radar_crim_arrest50radar_crim_carsteal
51radar_crim_drugs52radar_crim_holdups53radar_crim_pimping
54radar_crim_player55radar_fence56radar_cop_patrol
57radar_cop_player58radar_crim_wanted59radar_heist
60radar_police_station61radar_hospital62radar_assassins_mark
63radar_elevator64radar_helicopter65radar_joyriders
66radar_random_character67radar_security_van68radar_tow_truck
69radar_drive_thru70radar_illegal_parking71radar_barber
72radar_car_mod_shop73radar_clothes_store74radar_gym
75radar_tattoo76radar_armenian_family77radar_lester_family
78radar_michael_family79radar_trevor_family80radar_jewelry_heist
81radar_drag_race82radar_drag_race_finish83radar_car_carrier
84radar_rampage85radar_vinewood_tours86radar_lamar_family
87radar_taco_van88radar_franklin_family89radar_chinese_strand
90radar_flight_school91radar_eye_sky92radar_air_hockey
93radar_bar94radar_base_jump95radar_basketball
96radar_biolab_heist97radar_bowling98radar_burger_shot
99radar_cabaret_club100radar_car_wash101radar_cluckin_bell
102radar_comedy_club103radar_darts104radar_docks_heist
105radar_fbi_heist106radar_fbi_officers_strand107radar_finale_bank_heist
108radar_financier_strand109radar_golf110radar_gun_shop
111radar_internet_cafe112radar_michael_family_exile113radar_nice_house_heist
114radar_random_female115radar_random_male116radar_repo
117radar_restaurant118radar_rural_bank_heist119radar_shooting_range
120radar_solomon_strand121radar_strip_club122radar_tennis
123radar_trevor_family_exile124radar_michael_trevor_family125radar_vehicle_spawn
126radar_triathlon127radar_off_road_racing128radar_gang_cops
129radar_gang_mexicans130radar_gang_bikers131radar_gang_families
132radar_gang_professionals133radar_snitch_red134radar_crim_cuff_keys
135radar_cinema136radar_music_venue137radar_police_station_blue
138radar_airport139radar_crim_saved_vehicle140radar_weed_stash
141radar_hunting142radar_pool143radar_objective_blue
144radar_objective_green145radar_objective_red146radar_objective_yellow
147radar_arms_dealing148radar_mp_friend149radar_celebrity_theft
150radar_weapon_assault_rifle151radar_weapon_bat152radar_weapon_grenade
153radar_weapon_health154radar_weapon_knife155radar_weapon_molotov
156radar_weapon_pistol157radar_weapon_rocket158radar_weapon_shotgun
159radar_weapon_smg160radar_weapon_sniper161radar_mp_noise
162radar_poi163radar_passive164radar_usingmenu
165radar_friend_franklin_p166radar_friend_franklin_x167radar_friend_michael_p
168radar_friend_michael_x169radar_friend_trevor_p170radar_friend_trevor_x
171radar_gang_cops_partner172radar_friend_lamar173radar_weapon_minigun
174radar_weapon_grenadeLauncher175radar_weapon_armour176radar_property_takeover
177radar_gang_mexicans_highlight178radar_gang_bikers_highlight179radar_triathlon_cycling
180radar_triathlon_swimming181radar_property_takeover_bikers182radar_property_takeover_cops
183radar_property_takeover_vagos184radar_camera185radar_centre_red
186radar_handcuff_keys_bikers187radar_handcuff_keys_vagos188radar_handcuffs_closed_bikers
189radar_handcuffs_closed_vagos190radar_handcuffs_open_bikers191radar_handcuffs_open_vagos
192radar_camera_badger193radar_camera_facade194radar_camera_ifruit
195radar_crim_arrest_bikers196radar_crim_arrest_vagos197radar_yoga
198radar_taxi199radar_numbered_11200radar_numbered_12
201radar_numbered_13202radar_numbered_14203radar_numbered_15
204radar_numbered_16205radar_shrink206radar_epsilon
207radar_financier_strand_grey208radar_trevor_family_grey209radar_trevor_family_red
210radar_franklin_family_grey211radar_franklin_family_blue212radar_franklin_a
213radar_franklin_b214radar_franklin_c215radar_numbered_red_1
216radar_numbered_red_2217radar_numbered_red_3218radar_numbered_red_4
219radar_numbered_red_5220radar_numbered_red_6221radar_numbered_red_7
222radar_numbered_red_8223radar_numbered_red_9224radar_numbered_red_10
225radar_gang_vehicle226radar_gang_vehicle_bikers227radar_gang_vehicle_cops
228radar_gang_vehicle_vagos229radar_guncar230radar_driving_bikers
231radar_driving_cops232radar_driving_vagos233radar_gang_cops_highlight
234radar_shield_bikers235radar_shield_cops236radar_shield_vagos
237radar_custody_bikers238radar_custody_vagos239radar_gang_wanted_bikers
240radar_gang_wanted_bikers_1241radar_gang_wanted_bikers_2242radar_gang_wanted_bikers_3
243radar_gang_wanted_bikers_4244radar_gang_wanted_bikers_5245radar_gang_wanted_vagos
246radar_gang_wanted_vagos_1247radar_gang_wanted_vagos_2248radar_gang_wanted_vagos_3
249radar_gang_wanted_vagos_4250radar_gang_wanted_vagos_5251radar_arms_dealing_air
252radar_playerstate_arrested253radar_playerstate_custody254radar_playerstate_driving
255radar_playerstate_keyholder256radar_playerstate_partner257radar_gang_wanted_1
258radar_gang_wanted_2259radar_gang_wanted_3260radar_gang_wanted_4
261radar_gang_wanted_5262radar_ztype263radar_stinger
264radar_packer265radar_monroe266radar_fairground
267radar_property268radar_gang_highlight269radar_altruist
270radar_ai271radar_on_mission272radar_cash_pickup
273radar_chop274radar_dead275radar_territory_locked
276radar_cash_lost277radar_cash_vagos278radar_cash_cops
279radar_hooker280radar_friend281radar_mission_2to4
282radar_mission_2to8283radar_mission_2to12284radar_mission_2to16
285radar_custody_dropoff286radar_onmission_cops287radar_onmission_lost
288radar_onmission_vagos289radar_crim_carsteal_cops290radar_crim_carsteal_bikers
291radar_crim_carsteal_vagos292radar_band_strand293radar_simeon_family
294radar_mission_1295radar_mission_2296radar_friend_darts
297radar_friend_comedyclub298radar_friend_cinema299radar_friend_tennis
300radar_friend_stripclub301radar_friend_livemusic302radar_friend_golf
303radar_bounty_hit304radar_ugc_mission305radar_horde
306radar_cratedrop307radar_plane_drop308radar_sub
309radar_race310radar_deathmatch311radar_arm_wrestling
312radar_mission_1to2313radar_shootingrange_gunshop314radar_race_air
315radar_race_land316radar_race_sea317radar_tow
318radar_garbage319radar_drill320radar_spikes
321radar_firetruck322radar_minigun2323radar_bugstar
324radar_submarine325radar_chinook326radar_getaway_car
327radar_mission_bikers_1328radar_mission_bikers_1to2329radar_mission_bikers_2
330radar_mission_bikers_2to4331radar_mission_bikers_2to8332radar_mission_bikers_2to12
333radar_mission_bikers_2to16334radar_mission_cops_1335radar_mission_cops_1to2
336radar_mission_cops_2337radar_mission_cops_2to4338radar_mission_cops_2to8
339radar_mission_cops_2to12340radar_mission_cops_2to16341radar_mission_vagos_1
342radar_mission_vagos_1to2343radar_mission_vagos_2344radar_mission_vagos_2to4
345radar_mission_vagos_2to8346radar_mission_vagos_2to12347radar_mission_vagos_2to16
348radar_gang_bike349radar_gas_grenade350radar_property_for_sale
351radar_gang_attack_package352radar_martin_madrazzo353radar_enemy_heli_spin
354radar_boost355radar_devin356radar_dock
357radar_garage358radar_golf_flag359radar_hangar
360radar_helipad361radar_jerry_can362radar_mask
363radar_heist_prep364radar_incapacitated365radar_spawn_point_pickup
366radar_boilersuit367radar_completed368radar_rockets
369radar_garage_for_sale370radar_helipad_for_sale371radar_dock_for_sale
372radar_hangar_for_sale373radar_placeholder_6374radar_business
375radar_business_for_sale376radar_race_bike377radar_parachute
378radar_team_deathmatch379radar_race_foot380radar_vehicle_deathmatch
381radar_barry382radar_dom383radar_maryann
384radar_cletus385radar_josh386radar_minute
387radar_omega388radar_tonya389radar_paparazzo
390radar_aim391radar_cratedrop_background392radar_green_and_net_player1
393radar_green_and_net_player2394radar_green_and_net_player3395radar_green_and_friendly
396radar_net_player1_and_net_player2397radar_net_player1_and_net_player3398radar_creator
399radar_creator_direction400radar_abigail401radar_blimp
402radar_repair403radar_testosterone404radar_dinghy
405radar_fanatic406radar_invisible407radar_info_icon
408radar_capture_the_flag409radar_last_team_standing410radar_boat
411radar_capture_the_flag_base412radar_mp_crew413radar_capture_the_flag_outline
414radar_capture_the_flag_base_nobag415radar_weapon_jerrycan416radar_rp
417radar_level_inside418radar_bounty_hit_inside419radar_capture_the_usaflag
420radar_capture_the_usaflag_outline421radar_tank422radar_player_heli
423radar_player_plane424radar_player_jet425radar_centre_stroke
426radar_player_guncar427radar_player_boat428radar_mp_heist
429radar_temp_1430radar_temp_2431radar_temp_3
432radar_temp_4433radar_temp_5434radar_temp_6
435radar_race_stunt436radar_hot_property437radar_urbanwarfare_versus
438radar_king_of_the_castle439radar_player_king440radar_dead_drop
441radar_penned_in442radar_beast443radar_edge_pointer
444radar_edge_crosstheline445radar_mp_lamar446radar_bennys
447radar_corner_number_1448radar_corner_number_2449radar_corner_number_3
450radar_corner_number_4451radar_corner_number_5452radar_corner_number_6
453radar_corner_number_7454radar_corner_number_8455radar_yacht
456radar_finders_keepers457radar_assault_package458radar_hunt_the_boss
459radar_sightseer460radar_turreted_limo461radar_belly_of_the_beast
462radar_yacht_location463radar_pickup_beast464radar_pickup_zoned
465radar_pickup_random466radar_pickup_slow_time467radar_pickup_swap
468radar_pickup_thermal469radar_pickup_weed470radar_weapon_railgun
471radar_seashark472radar_pickup_hidden473radar_warehouse
474radar_warehouse_for_sale475radar_office476radar_office_for_sale
477radar_truck478radar_contraband479radar_trailer
480radar_vip481radar_cargobob482radar_area_outline_blip
483radar_pickup_accelerator484radar_pickup_ghost485radar_pickup_detonator
486radar_pickup_bomb487radar_pickup_armoured488radar_stunt
489radar_weapon_lives490radar_stunt_premium491radar_adversary
492radar_biker_clubhouse493radar_biker_caged_in494radar_biker_turf_war
495radar_biker_joust496radar_production_weed497radar_production_crack
498radar_production_fake_id499radar_production_meth500radar_production_money
501radar_package502radar_capture_1503radar_capture_2
504radar_capture_3505radar_capture_4506radar_capture_5
507radar_capture_6508radar_capture_7509radar_capture_8
510radar_capture_9511radar_capture_10512radar_quad
513radar_bus514radar_drugs_package515radar_pickup_jump
516radar_adversary_4517radar_adversary_8518radar_adversary_10
519radar_adversary_12520radar_adversary_16521radar_laptop
522radar_pickup_deadline523radar_sports_car524radar_warehouse_vehicle
525radar_reg_papers526radar_police_station_dropoff527radar_junkyard
528radar_ex_vech_1529radar_ex_vech_2530radar_ex_vech_3
531radar_ex_vech_4532radar_ex_vech_5533radar_ex_vech_6
534radar_ex_vech_7535radar_target_a536radar_target_b
537radar_target_c538radar_target_d539radar_target_e
540radar_target_f541radar_target_g542radar_target_h
543radar_jugg544radar_pickup_repair545radar_steeringwheel
546radar_trophy547radar_pickup_rocket_boost548radar_pickup_homing_rocket
549radar_pickup_machinegun550radar_pickup_parachute551radar_pickup_time_5
552radar_pickup_time_10553radar_pickup_time_15554radar_pickup_time_20
555radar_pickup_time_30556radar_supplies557radar_property_bunker
558radar_gr_wvm_1559radar_gr_wvm_2560radar_gr_wvm_3
561radar_gr_wvm_4562radar_gr_wvm_5563radar_gr_wvm_6
564radar_gr_covert_ops565radar_adversary_bunker566radar_gr_moc_upgrade
567radar_gr_w_upgrade568radar_sm_cargo569radar_sm_hangar
570radar_tf_checkpoint571radar_race_tf572radar_sm_wp1
573radar_sm_wp2574radar_sm_wp3575radar_sm_wp4
576radar_sm_wp5577radar_sm_wp6578radar_sm_wp7
579radar_sm_wp8580radar_sm_wp9581radar_sm_wp10
582radar_sm_wp11583radar_sm_wp12584radar_sm_wp13
585radar_sm_wp14586radar_nhp_bag587radar_nhp_chest
588radar_nhp_orbit589radar_nhp_veh1590radar_nhp_base
591radar_nhp_overlay592radar_nhp_turret593radar_nhp_mg_firewall
594radar_nhp_mg_node595radar_nhp_wp1596radar_nhp_wp2
597radar_nhp_wp3598radar_nhp_wp4599radar_nhp_wp5
600radar_nhp_wp6601radar_nhp_wp7602radar_nhp_wp8
603radar_nhp_wp9604radar_nhp_cctv605radar_nhp_starterpack
606radar_nhp_turret_console607radar_nhp_mg_mir_rotate608radar_nhp_mg_mir_static
609radar_nhp_mg_proxy610radar_acsr_race_target611radar_acsr_race_hotring
612radar_acsr_wp1613radar_acsr_wp2614radar_bat_club_property
615radar_bat_cargo616radar_bat_truck617radar_bat_hack_jewel
618radar_bat_hack_gold619radar_bat_keypad620radar_bat_hack_target
621radar_pickup_dtb_health622radar_pickup_dtb_blast_increase623radar_pickup_dtb_blast_decrease
624radar_pickup_dtb_bomb_increase625radar_pickup_dtb_bomb_decrease626radar_bat_rival_club
627radar_bat_drone628radar_bat_cash_reg629radar_cctv
630radar_bat_assassinate631radar_bat_pbus632radar_bat_wp1
633radar_bat_wp2634radar_bat_wp3635radar_bat_wp4
636radar_bat_wp5637radar_bat_wp6638radar_blimp_2
639radar_oppressor_2640radar_bat_wp7641radar_arena_series
642radar_arena_premium643radar_arena_workshop644radar_race_wars
645radar_arena_turret646radar_arena_rc_car647radar_arena_rc_workshop
648radar_arena_trap_fire649radar_arena_trap_flip650radar_arena_trap_sea
651radar_arena_trap_turn652radar_arena_trap_pit653radar_arena_trap_mine
654radar_arena_trap_bomb655radar_arena_trap_wall656radar_arena_trap_brd
657radar_arena_trap_sbrd658radar_arena_bruiser659radar_arena_brutus
660radar_arena_cerberus661radar_arena_deathbike662radar_arena_dominator
663radar_arena_impaler664radar_arena_imperator665radar_arena_issi
666radar_arena_sasquatch667radar_arena_scarab668radar_arena_slamvan
669radar_arena_zr380670radar_ap671radar_comic_store
672radar_cop_car673radar_rc_time_trials674radar_king_of_the_hill
675radar_king_of_the_hill_teams676radar_rucksack677radar_shipping_container
678radar_agatha679radar_casino680radar_casino_table_games
681radar_casino_wheel682radar_casino_concierge683radar_casino_chips
684radar_casino_horse_racing685radar_adversary_featured686radar_roulette_1
687radar_roulette_2688radar_roulette_3689radar_roulette_4
690radar_roulette_5691radar_roulette_6692radar_roulette_7
693radar_roulette_8694radar_roulette_9695radar_roulette_10
696radar_roulette_11697radar_roulette_12698radar_roulette_13
699radar_roulette_14700radar_roulette_15701radar_roulette_16
702radar_roulette_17703radar_roulette_18704radar_roulette_19
705radar_roulette_20706radar_roulette_21707radar_roulette_22
708radar_roulette_23709radar_roulette_24710radar_roulette_25
711radar_roulette_26712radar_roulette_27713radar_roulette_28
714radar_roulette_29715radar_roulette_30716radar_roulette_31
717radar_roulette_32718radar_roulette_33719radar_roulette_34
720radar_roulette_35721radar_roulette_36722radar_roulette_0
723radar_roulette_00724radar_limo725radar_weapon_alien
726radar_race_open_wheel727radar_rappel728radar_swap_car
729radar_scuba_gear730radar_cpanel_1731radar_cpanel_2
732radar_cpanel_3733radar_cpanel_4734radar_snow_truck
735radar_buggy_1736radar_buggy_2737radar_zhaba
738radar_gerald739radar_ron740radar_arcade
741radar_drone_controls742radar_rc_tank743radar_stairs
744radar_camera_2745radar_winky746radar_mini_sub
747radar_kart_retro748radar_kart_modern749radar_military_quad
750radar_military_truck751radar_ship_wheel752radar_ufo
753radar_seasparrow2754radar_dinghy2755radar_patrol_boat
756radar_retro_sports_car757radar_squadee758radar_folding_wing_jet
759radar_valkyrie2760radar_sub2761radar_bolt_cutters
762radar_rappel_gear763radar_keycard764radar_password
765radar_island_heist_prep766radar_island_party767radar_control_tower
768radar_underwater_gate769radar_power_switch770radar_compound_gate
771radar_rappel_point772radar_keypad773radar_sub_controls
774radar_sub_periscope775radar_sub_missile776radar_painting
777radar_car_meet778radar_car_test_area779radar_auto_shop_property
780radar_docks_export781radar_prize_car782radar_test_car
783radar_car_robbery_board784radar_car_robbery_prep785radar_street_race_series
786radar_pursuit_series787radar_car_meet_organiser788radar_securoserv
789radar_bounty_collectibles790radar_movie_collectibles791radar_trailer_ramp
792radar_race_organiser793radar_chalkboard_list794radar_export_vehicle
795radar_train796radar_heist_diamond797radar_heist_doomsday
798radar_heist_island799radar_slamvan2800radar_crusader
801radar_construction_outfit802radar_overlay_jammed803radar_heist_island_unavailable
804radar_heist_diamond_unavailable805radar_heist_doomsday_unavailable806radar_placeholder_7
807radar_placeholder_8808radar_placeholder_9809radar_featured_series
810radar_vehicle_for_sale811radar_van_keys812radar_suv_service
813radar_security_contract814radar_safe815radar_ped_r
816radar_ped_e817radar_payphone818radar_patriot3
819radar_music_studio820radar_jubilee821radar_granger2
822radar_explosive_charge823radar_deity824radar_d_champion
825radar_buffalo4826radar_agency827radar_biker_bar
828radar_simeon_overlay829radar_junk_skydive830radar_luxury_car_showroom
831radar_car_showroom832radar_car_showroom_simeon833radar_flaming_skull
834radar_weapon_ammo835radar_community_series836radar_cayo_series
837radar_clubhouse_contract838radar_agent_ulp839radar_acid
840radar_acid_lab841radar_dax_overlay842radar_dead_drop_package
843radar_downtown_cab844radar_gun_van845radar_stash_house
846radar_tractor847radar_warehouse_juggalo848radar_warehouse_juggalo_dax
849radar_weapon_crowbar850radar_duffel_bag851radar_oil_tanker
852radar_acid_lab_tent853radar_van_burrito854radar_acid_boost
855radar_ped_gang_leader856radar_multistorey_garage857radar_seized_asset_sales
858radar_cayo_attrition859radar_bicycle860radar_bicycle_trial
861radar_raiju862radar_conada2863radar_overlay_ready_for_sell
864radar_overlay_missing_supplies865radar_streamer216866radar_signal_jammer
867radar_salvage_yard868radar_robbery_prep_equipment869radar_robbery_prep_overlay
870radar_yusuf871radar_vincent872radar_vinewood_garage
873radar_lstb874radar_cctv_workstation875radar_hacking_device
876radar_race_drag877radar_race_drift878radar_casino_prep
879radar_planning_wall880radar_weapon_crate881radar_weapon_snowball
882radar_train_signals_green883radar_train_signals_red884radar_office_transporter
885radar_yankton_survival886radar_daily_bounty887radar_bounty_target
888radar_filming_schedule889radar_pizza_this890radar_aircraft_carrier
891radar_weapon_emp892radar_maude_eccles893radar_bail_bonds_office
894radar_weapon_emp_mine895radar_zombie_disease896radar_zombie_proximity
897radar_zombie_fire898radar_animal_possessed899radar_mobile_phone
900radar_garment_factory901radar_garment_factory_for_sale902radar_garment_factory_equipment
903radar_field_hangar904radar_field_hangar_for_sale905radar_cargobob_ch53
906radar_chopper_lift_ammo907radar_chopper_lift_armor908radar_chopper_lift_explosives
909radar_chopper_lift_upgrade910radar_chopper_lift_weapon911radar_cargo_ship
912radar_submarine_missile913radar_propeller_engine914radar_shark
915radar_fast_travel916radar_plane_duster2917radar_plane_titan2
918radar_collectible919radar_field_hangar_discount920radar_garment_factory_discount
921radar_weapon_gusenberg_sweeper922radar_weapon_tear_gas923radar_dog
924radar_bobcat_security925radar_smoke_shop926radar_smoke_shop_for_sale
927radar_smoke_shop_attention928radar_helitours929radar_helitours_for_sale
930radar_helitours_attention931radar_car_wash_business932radar_car_wash_business_for_sale
933radar_car_wash_business_attention934radar_attention935radar_alarm
936radar_helitours_discount937radar_smoke_shop_discount938radar_car_wash_business_discount
939radar_real_estate940radar_medical_courier941radar_gruppe_sechs
942radar_fire_station943radar_fire_truck944radar_alpha_mail
945radar_ls_meteor946radar_four20_survival947radar_community_mission_series
948radar_property_mansion949radar_ai_keypad950radar_taxi_self_drive
951radar_train_subway952radar_trashbag953radar_mission_creator
954radar_cat955radar_mansion_ai_m956radar_mansion_ai_f
957radar_mansion_ai_gang

Blip colors (SetBlipColour)

SetBlipColour accepts an ID from 0 to 85. The most used values are 0 (white), 1 (red), 2 (green), 3 (blue), 5 (yellow), 47 (orange) and 27 (bright purple). Some IDs repeat the same swatch because GTA V reserves them for friendly and enemy states; the hex values below are the base swatches from the FiveM documentation, so you can match your blip color to your UI theme exactly.

ID / Color / HexID / Color / Hex
0White#fefefe1Red#e03232
2Green#71cb713Blue#5db6e5
4White#fefefe5Yellow#eec64e
6Light Red#c250507Violet#9c6eaf
8Pink#fe7ac39Light Orange#f59d79
10Light Brown#b18f8311Light Green#8dcea7
12Light Blue#70a8ae13Light Purple#d3d1e7
14Dark Purple#8f7e9815Cyan#6ac4bf
16Light Yellow#d5c39817Orange#ea8e50
18Light Blue#97cae919Dark Pink#b26287
20Dark Yellow#8f8d7921Dark Orange#a6755e
22Light Gray#afa8a823Light Pink#e78d9a
24Lemon Green#bbd65b25Forest Green#0c7b56
26Electric Blue#7ac3fe27Bright Purple#ab3ce6
28Dark Yellow#cda80c29Dark Blue#4561ab
30Dark Cyan#29a5b831Light Brown#b89b7b
32Light Blue#c8e0fe33Light Yellow#f0f096
34Light Pink#ed8ca135Light Red#f98a8a
36Beige#fbeea537White#fefefe
38Blue#2c6db839Light Gray#9a9a9a
40Dark Gray#4c4c4c41Pink Red#f29d9d
42Blue#6cb7d643Light Green#afedae
44Light Orange#ffa75f45White#f1f1f1
46Gold#ecf02947Orange#ff9a18
48Brilliant Rose#f644a549Red#e03a3a
50Medium Purple#8a6de351Salmon#ff8b5c
52Dark Green#416c4153Blizzard Blue#b3ddf3
54Oracle Blue#3a647955Silver#a0a0a0
56Brown#84723257Blue#65b9e7
58East Bay#4b417559Red#e13b3b
60Yellow Orange#f0cb5861Mulberry Pink#cd3f98
62Alto Gray#cfcfcf63Jelly Bean Blue#276a9f
64Dark Orange#d87b1b65Mamba#8e8393
66Yellow Orange#f0cb5767Blue#65b9e7
68Blue#65b9e769Green#79cd79
70Yellow Orange#efca5771Yellow Orange#efca57
72Transparent Black#3d3d3d73Yellow Orange#efca57
74Blue#65b9e775Red#e03232
76Deep red#78232377Blue#65b9e7
78Oracle Blue#3a647979Transparent Red#e03232
80Transparent Blue#65b9e781Orange#f2a40c
82Light Green#a4ccaa83Purple#a854f2
84Blue#65b9e785Transparent Black#3d3d3d

Markers vs blips (DrawMarker types)

Markers are 3D shapes rendered in the world with DrawMarker, not icons on the map. Unlike blips, a marker must be drawn every frame inside a loop, so scripts only draw them when the player is close to save performance. The docs list type IDs 0 to 43, of which 42 have documented names (types 41 and 43 are unnamed): the classics are type 1 (vertical cylinder, the standard stand-here zone), type 0 (upside down cone), type 2 (chevron arrow), type 6 (vertical circle), type 25 (thin horizontal circle) and type 29 (dollar sign).

ID / Marker typeID / Marker type
0MarkerTypeUpsideDownCone1MarkerTypeVerticalCylinder
2MarkerTypeThickChevronUp3MarkerTypeThinChevronUp
4MarkerTypeCheckeredFlagRect5MarkerTypeCheckeredFlagCircle
6MarkerTypeVerticleCircle7MarkerTypePlaneModel
8MarkerTypeLostMCTransparent9MarkerTypeLostMC
10MarkerTypeNumber011MarkerTypeNumber1
12MarkerTypeNumber213MarkerTypeNumber3
14MarkerTypeNumber415MarkerTypeNumber5
16MarkerTypeNumber617MarkerTypeNumber7
18MarkerTypeNumber819MarkerTypeNumber9
20MarkerTypeChevronUpx121MarkerTypeChevronUpx2
22MarkerTypeChevronUpx323MarkerTypeHorizontalCircleFat
24MarkerTypeReplayIcon25MarkerTypeHorizontalCircleSkinny
26MarkerTypeHorizontalCircleSkinny_Arrow27MarkerTypeHorizontalSplitArrowCircle
28MarkerTypeDebugSphere29MarkerTypeDollarSign
30MarkerTypeHorizontalBars31MarkerTypeWolfHead
32MarkerTypeQuestionMark33MarkerTypePlaneSymbol
34MarkerTypeHelicopterSymbol35MarkerTypeBoatSymbol
36MarkerTypeCarSymbol37MarkerTypeMotorcycleSymbol
38MarkerTypeBikeSymbol39MarkerTypeTruckSymbol
40MarkerTypeParachuteSymbol42MarkerTypeSawbladeSymbol

Lua snippets: create a blip and a marker

Creating a blip takes five natives. The snippet below adds a bank blip (sprite 108, green) at the Legion Square Fleeca and names it, short range so it only appears on the minimap when the player is nearby.

-- client.lua | static map blip for a location
CreateThread(function()
    local blip = AddBlipForCoord(150.27, -1040.2, 29.37)

    SetBlipSprite(blip, 108)        -- sprite ID from the table above
    SetBlipColour(blip, 2)          -- color ID from the color table
    SetBlipScale(blip, 0.8)
    SetBlipAsShortRange(blip, true) -- only visible on the minimap nearby

    BeginTextCommandSetBlipName("STRING")
    AddTextComponentString("Bank")
    EndTextCommandSetBlipName(blip)
end)

Most scripts read blips from a config table so server owners can edit sprite, color and coordinates without touching logic. This is the pattern you will find in every well-built resource.

-- client.lua | loop over a config table of locations
local Shops = {
    { name = "24/7 Store",   coords = vec3(25.7, -1347.3, 29.5),  sprite = 52, color = 2 },
    { name = "Clothe Store", coords = vec3(72.3, -1399.1, 29.4),  sprite = 73, color = 47 },
    { name = "Barber Shop",  coords = vec3(-814.3, -183.8, 37.6), sprite = 71, color = 0 },
}

CreateThread(function()
    for _, shop in ipairs(Shops) do
        local blip = AddBlipForCoord(shop.coords.x, shop.coords.y, shop.coords.z)
        SetBlipSprite(blip, shop.sprite)
        SetBlipColour(blip, shop.color)
        SetBlipScale(blip, 0.75)
        SetBlipAsShortRange(blip, true)
        BeginTextCommandSetBlipName("STRING")
        AddTextComponentString(shop.name)
        EndTextCommandSetBlipName(blip)
    end
end)

Markers are drawn per frame. Wrap DrawMarker in a distance check in production; drawing only within 20 to 30 meters keeps the loop cheap.

-- client.lua | 3D marker drawn every frame (type 1 = vertical cylinder)
local pos = vec3(150.27, -1040.2, 28.37)

CreateThread(function()
    while true do
        Wait(0)
        DrawMarker(1, pos.x, pos.y, pos.z,
            0.0, 0.0, 0.0,   -- direction
            0.0, 0.0, 0.0,   -- rotation
            1.5, 1.5, 1.0,   -- scale x, y, z
            80, 200, 120, 120, -- RGBA
            false, false, 2, false, nil, nil, false)
    end
end)

Scripts with configurable blips

If you would rather configure blips than code them, every Var FiveM script that adds map locations exposes its blips in the config: sprite, color, scale and label, no Lua knowledge needed. Var-Bank ships 8 bank locations with teller peds and blips, Var-AutoCarDealer has a configurable dealership blip and ground marker, Var-ClotheShop pre-configures 14 store locations with blips and markers, Var-BarberShop covers 7 barbershops with peds and blips, Var-GardenerJob uses optional markers and prompts across 5 harvest zones, and Var-PosterJob routes players with GPS blips to each poster spot. All of them work on ESX and QBCore.

Frequently asked questions

How many blips are there in FiveM?

FiveM exposes 958 blip sprites, with IDs running from 0 to 957. They cover shops, jobs, weapons, missions, vehicles and every DLC up to the current game build. The full list on this page comes from the official FiveM documentation.

How do I create a blip in FiveM?

Call AddBlipForCoord(x, y, z) client-side to get a blip handle, then SetBlipSprite for the icon, SetBlipColour for the color and BeginTextCommandSetBlipName / EndTextCommandSetBlipName to label it. Add SetBlipAsShortRange(blip, true) so it only shows on the minimap when the player is nearby.

What is the blip ID for a bank, a house or a garage?

The dollar-sign blip used for banks is sprite 108 (radar_financier_strand), the safehouse/home blip is 40 (radar_safehouse), the garage blip is 357 (radar_garage), the clothing store is 73 (radar_clothes_store) and the barber pole is 71 (radar_barber).

What is the difference between a blip and a marker in FiveM?

A blip is a 2D icon on the map and minimap, created once with AddBlipForCoord. A marker is a 3D shape drawn in the game world with DrawMarker (type IDs 0 to 43, 42 of them with documented names), and it must be redrawn every frame inside a loop. Most scripts combine both: a blip to find the location, a marker to show where to stand.

Skip the config work

Var FiveM scripts ship with blips, markers and locations pre-configured and fully editable. Escrow, Partially Open and Open Source variants, instant Tebex delivery.

Browse the shop

Related: FiveM emote list

VAR
Var FiveM

Script FiveM premium. Low resmon, alta qualita. Per ESX, QBCore & Standalone.

28script
100+server

Script

  • Marketplace
  • Pacchetti
  • Abbonamenti
  • Personalizza tema

Piu popolari

  • Supermarket Simulator
  • FiveM Casino Script
  • FiveM Coin Shop
  • FiveM Emote Menu
  • FiveM Paintball Script

Risorse

  • Guides
  • Documentazione
  • Supporto

Azienda

  • Chi siamo
  • Contatti
  • Discord

Legale

  • Termini
  • Privacy
  • Rimborsi

© 2026 Var FiveM. Tutte le vendite sono definitive.

Pagamenti tramiteTebex