### CFX RDR3 Natives Structure Source: https://github.com/brycecanyoncounty/rdr3-nativedb-data/blob/master/natives/README.md This snippet illustrates the expected JSON structure for RDR3 natives used in CFX. It's crucial to maintain this format for compatibility and proper functionality. ```json { "natives": [ { "name": "_GET_PLAYER_PED", "address": "0x1234567890ABCDEF", "params": [ { "type": "Player", "name": "player" } ], "returnType": "Ped" } ] } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.