fivem-docs icon indicating copy to clipboard operation
fivem-docs copied to clipboard

Docs Modernization Tracking Issue

Open AvarianKnight opened this issue 1 year ago • 4 comments

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

AvarianKnight avatar Aug 10 '24 03:08 AvarianKnight

image Fix this screen, some screens are currently stored in imgur

spacevx avatar Aug 10 '24 18:08 spacevx

We could add a guide to build the docs, and FiveM, RedM/FXServer would be better no?

spacevx avatar Aug 12 '24 23:08 spacevx

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

AvarianKnight avatar Aug 14 '24 17:08 AvarianKnight

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

outsider31000 avatar Oct 17 '24 20:10 outsider31000