{"id":37371631,"url":"https://github.com/virakal/fivem-player-blips-ts","last_synced_at":"2026-01-16T05:00:42.655Z","repository":{"id":291339472,"uuid":"977312800","full_name":"Virakal/FiveM-Player-Blips-TS","owner":"Virakal","description":"Player blips for FiveM","archived":false,"fork":false,"pushed_at":"2025-12-14T23:40:42.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-17T12:59:16.302Z","etag":null,"topics":["blips","fivem","gta","gta5"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Virakal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-03T22:53:18.000Z","updated_at":"2025-12-14T23:40:44.000Z","dependencies_parsed_at":"2025-08-11T15:13:51.431Z","dependency_job_id":"ba8b1536-fbdf-4881-a68a-75b63867270b","html_url":"https://github.com/Virakal/FiveM-Player-Blips-TS","commit_stats":null,"previous_names":["virakal/fivem-player-blips-ts"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Virakal/FiveM-Player-Blips-TS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virakal%2FFiveM-Player-Blips-TS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virakal%2FFiveM-Player-Blips-TS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virakal%2FFiveM-Player-Blips-TS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virakal%2FFiveM-Player-Blips-TS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Virakal","download_url":"https://codeload.github.com/Virakal/FiveM-Player-Blips-TS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Virakal%2FFiveM-Player-Blips-TS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blips","fivem","gta","gta5"],"created_at":"2026-01-16T05:00:26.052Z","updated_at":"2026-01-16T05:00:42.645Z","avatar_url":"https://github.com/Virakal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Virakal Player Blips\n\nA simple resource for [FiveM](https://fivem.net/) written in [TypeScript](https://www.typescriptlang.org/) that adds map blips to all players.\n\n## I Can't See Everybody\n\nCurrently, with [OneSync: Infinity](https://docs.fivem.net/docs/scripting-reference/onesync/) enabled this script can only add blips for users near to you. Set onesync to `legacy` or `off` to see everybody on the map but make sure you understand the implications of doing so!\n\n## Options\n\nThe script is configured using [convars](https://docs.fivem.net/docs/scripting-reference/convars/). These can be changed in `server.cfg` using the `setr` command, e.g.\n```lua\nsetr virakal_blips_colours 14,15,15\n```\nand sometimes through your admin control panel.\n\nYou will need to restart the resource with `restart virakal-player-blips` for the changes to take effect.\n\n### Blip Scale\n\u003e `virakal_blips_size_percentage`\n\nDefault: `100`\n\nAdjust the scale of the blips. 100% by default - i.e. normal size. Do not include the % sign.\n\n### Blip Colours\n\u003e `virakal_blips_colours`\n\nDefault: `7,8,9,10,11,25,26,27,28,29,30,24`\n\nA comma-separated list of colour IDs to select from. You can get the IDs from [the FiveM docs](https://docs.fivem.net/docs/game-references/blips/#blip-colors).\n\nIf you want all blips to be the same colour, just set one number with no commas.\n\n### Blip Type\n\u003e `virakal_blips_style`\n\nThe type of blip determines how the blip shows on the list on the right-hand side of the full map. By default it uses the other player category which works the same as GTA: Online.\n\nOther options are `regular_with_map_distance` which shows the players like regular blips, e.g. the barbers, but shows the distance to them.\n\n`regular_no_map_distance` is the same as the above but with no distance.\n\nYou can also set this to a number to use a custom type. See the [native call docs](https://github.com/citizenfx/natives/blob/master/HUD/SetBlipCategory.md) `index` argument for possible options.\n\nDefault: `other_player`\n\n### Blip Sprite\n\u003e `virakal_blips_sprite`\n\nOverride the sprite used by the blip. The sprites can be found in the [FiveM docs](https://docs.fivem.net/docs/game-references/blips/#blips).\n\nSetting it to `-1` uses the default logic, which is a regular circle which shows an up or down arrow if the player is above or below you.\n\nDefault: `-1`\n\n### Others\n\nCheck the [fxmanifest](fxmanifest.lua) for all configuration options.\n\n## Other Languages\n\nI have older versions made in [C#](https://github.com/Virakal/FiveM-Player-Blips-CS) and [Lua](https://github.com/Virakal/FiveM-Player-Blips).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirakal%2Ffivem-player-blips-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirakal%2Ffivem-player-blips-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirakal%2Ffivem-player-blips-ts/lists"}