Files
red-valley/resources/[framework]/[addons]/0r_idcard
Kotzu f2ea62d16c testanim v2 + 0r_idcard qb-target + animations reference
- testanim refacut: suporta dict/anim/prop/bone/offsets/rotation
- 0r_idcard: migrat DrawText3D la qb-target + bubble 📸 la poza buletin
- Creat docs/animations_reference.md (animatii, props, bones, flags, state bags)
- Auto-oprire animatie anterioara la fiecare testanim
- Fisiere: 17mov_JobCenter/client/utils.lua, 0r_idcard/client/main.lua, docs/animations_reference.md
2026-04-01 01:22:17 +03:00
..
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00
2026-03-29 21:41:17 +03:00

You can check if the player has licenses like this:
local result = doesPlayerHasLicense("driver", 2)

2 is the server id of the player, and you can check for weapon or driver license

And to give player a license
setPlayerLicense(2, "weapon", 1)
2 is player id
weapon is type
1 means has license and 0 means false