π©βπ¬CL CACHE
Explanation of Cache Functions
Player Cache Variables
| Variable | Type | Description |
|----------------------|--------|---------------------------------------|
| CachePed.id | number | The Ped ID of the player |
| CachePed.serverId | number | The Server ID of the player |
| CachePed.ped | number | The Ped of the player |
| CachePed.name | string | The name of the player (Steam) |
| CachePed.identifier | string | The identifier of the player (Core) |
| CachePed.job | string | The Job of the player (core) |
| CachePed.group | string | The Player Group (Core) |
| CachePed.coords | number | The vec3 coords |Vehicle Cache Variables
Cache Exports
Cache Example
Retrieve Personal Cache
Retrieve Vehicle Cache
Implementing in a Command
Implementing Command to Retrieve and Clear Player Cache
Last updated