diff --git a/pages/ox_core.mdx b/pages/ox_core.mdx index 6d77e5ac0..73ad50396 100644 --- a/pages/ox_core.mdx +++ b/pages/ox_core.mdx @@ -7,14 +7,11 @@ import { NpmButton } from '@components/button'; -A modern FiveM framework. Limited support and breaking changes guaranteed. +A modern FiveM framework, designed to properly support features like OneSync, statebags, and server-side entities. - +## txAdmin recipe -This resource does not have a stable (v1.0) release; breaking changes are likely. -Documentation may not be kept updated in some cases. - - +If you're looking to quickly install and setup ox_core, try using [our recipe](https://github.com/overextended/txAdminRecipe). ## Installation @@ -61,8 +58,7 @@ You can import ox_core definitions by loading `@ox_core/lib/init.lua` into your - Add the import path into your resource's fxmanifest.lua, like any other script file. - This can be a client_script or server_script, if necessary. + This can be a client_script or server_script, if preferred. ```lua shared_script '@ox_core/lib/init.lua' ```