You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2022. It is now read-only.
I would like to suggest supporting more server-side natives in the Player class server-side
There is a lot we can do now server-side that is good practice for security reasons 👍
For reference here is the file containing all the rpc natives for FiveM rpc_spec_natives.lua
You can also search on the Native Reference documentation for server-side natives by filtering for server API-set Image and then search for "Entity" or "Ped" or even "Player".
All of these natives combined can be use to manage peds (perhaps creating a server side Entity class / Ped class)