https://github.com/buzzardgta/v_ped_stuff
Helpfull Ped related stuff, which includes Ped Reset Flags (PRF), Ped Config Flags (PCF) and Ped Active Tasks enums.
https://github.com/buzzardgta/v_ped_stuff
gta gta5 gtaonline
Last synced: 7 months ago
JSON representation
Helpfull Ped related stuff, which includes Ped Reset Flags (PRF), Ped Config Flags (PCF) and Ped Active Tasks enums.
- Host: GitHub
- URL: https://github.com/buzzardgta/v_ped_stuff
- Owner: BUZZARDGTA
- Created: 2024-07-20T12:25:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T04:11:52.000Z (7 months ago)
- Last Synced: 2025-03-10T05:20:59.028Z (7 months ago)
- Topics: gta, gta5, gtaonline
- Language: Lua
- Homepage:
- Size: 407 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
Without being pretentious, my repository offers the most up-to-date enums.
I believe it’s the most comprehensive resource available online, unmatched in quality.# • [eTaskTypes.json](eTaskTypes.json) (GET_IS_TASK_ACTIVE)
| alloc8or.re | nativedb.dotindustries.dev | docs.fivem.net |
| ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [TASK::GET_IS_TASK_ACTIVE](https://alloc8or.re/gta5/nativedb/?n=0xB0760331C7AA4155) | [TASK::GET_IS_TASK_ACTIVE](https://nativedb.dotindustries.dev/gta5/natives/0xB0760331C7AA4155) | [TASK::GET_IS_TASK_ACTIVE](https://docs.fivem.net/natives/?_0xB0760331C7AA4155) |# • [ePedConfigFlags.json](ePedConfigFlags.json) (PED_CONFIG_FLAG)
| alloc8or.re | nativedb.dotindustries.dev | docs.fivem.net |
| ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [PED::SET_PED_CONFIG_FLAG](https://alloc8or.re/gta5/nativedb/?n=0x1913FE4CBF41C463) | [PED::SET_PED_CONFIG_FLAG](https://nativedb.dotindustries.dev/gta5/natives/0x1913FE4CBF41C463) | [PED::SET_PED_CONFIG_FLAG](https://docs.fivem.net/natives/?_0x1913FE4CBF41C463) |
| [PED::GET_PED_CONFIG_FLAG](https://alloc8or.re/gta5/nativedb/?n=0x7EE53118C892B513) | [PED::GET_PED_CONFIG_FLAG](https://nativedb.dotindustries.dev/gta5/natives/0x7EE53118C892B513) | [PED::GET_PED_CONFIG_FLAG](https://docs.fivem.net/natives/?_0x7EE53118C892B513) |# • [ePedResetFlags.json](ePedResetFlags.json) (PED_RESET_FLAG)
| alloc8or.re | nativedb.dotindustries.dev | docs.fivem.net |
| ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [PED::SET_PED_RESET_FLAG](https://alloc8or.re/gta5/nativedb/?n=0xC1E8A365BF3B29F2) | [PED::SET_PED_RESET_FLAG](https://nativedb.dotindustries.dev/gta5/natives/0xC1E8A365BF3B29F2) | [PED::SET_PED_RESET_FLAG](https://docs.fivem.net/natives/?_0xC1E8A365BF3B29F2) |
| [PED::GET_PED_RESET_FLAG](https://alloc8or.re/gta5/nativedb/?n=0xAF9E59B1B1FBF2A0) | [PED::GET_PED_RESET_FLAG](https://nativedb.dotindustries.dev/gta5/natives/0xAF9E59B1B1FBF2A0) | [PED::GET_PED_RESET_FLAG](https://docs.fivem.net/natives/?_0xAF9E59B1B1FBF2A0) |