fivem-docs
fivem-docs copied to clipboard
Docs Modernization Tracking Issue
A list of things that need to be done for the native docs repo currently
- [ ] Update the csharp examples to use ClientScript/ServerScript (and actually implement the server part of the docs)
- [ ] Rewrite the starter resource examples
- [ ] Fix Dead imgur links
- [ ] Update marker list
- [ ] Update ped list
- [ ] Add docs for face ids https://github.com/citizenfx/natives/pull/1024
- [ ] Move convar links on server-security to the server convar section where the rest are.
- [ ] Add guide on how to use ace permissions
- [ ] Add docs on how to use the commerce natives
Fix this screen, some screens are currently stored in imgur
We could add a guide to build the docs, and FiveM, RedM/FXServer would be better no?
We could add a guide to build the docs, and FiveM, RedM/FXServer would be better no?
Going to hold off on this in hopes that we come up with a way to simplify this
local _i, _f, _v, _r, _ri, _rf, _rl, _s, _rv, _ro, _in, _ii, _fi =
Citizen.PointerValueInt(), Citizen.PointerValueFloat(), Citizen.PointerValueVector(),
Citizen.ReturnResultAnyway(), Citizen.ResultAsInteger(), Citizen.ResultAsFloat(), Citizen.ResultAsLong(), Citizen.ResultAsString(), Citizen.ResultAsVector(), Citizen.ResultAsObject2(msgpack.unpack),
Citizen.InvokeNative, Citizen.PointerValueIntInitialized, Citizen.PointerValueFloatInitialized
asked by @AvarianKnight to post it here so it can be documented