What's new

Welcome to the forum 👋, Visitor

Discover, download, and share the best FiveM scripts and Fivem mods. Find quality scripts, mods, and resources to enhance your FiveM server easily!

project_unk - ox_core [FW] [Fork] [RedM Edition]

RedmScripts

Member
Joined
Dec 5, 2025
Messages
48
Reaction score
0
1764928618055.webp

Introduction​

Framework is created by
This link is hidden for visitors. Please log in or register to view it.
.

Project unk:
This link is hidden for visitors. Please log in or register to view it.

Framework repository:
This link is hidden for visitors. Please log in or register to view it.

txAdmin recipe:
This link is hidden for visitors. Please log in or register to view it.


I would like to say that this is forked and not supported by official authors.

I had just overall idea in my head create new options for RedM community, in that scenario own framework that i will release later, but i decided to use overextended stuff and later create / include own cool resources for it.

Only RedM code part is done by myself, huge respect to them.

  • Everything is WIP but could be used.
Recipe

  • txAdmin recipe is clean RedM server with project-unk (our) forked stuff from overxtended + own.
  • Char selection
  • Registration form
  • Option to /logout into charSelect

Examples​

Code:
CreateThread(function()
    -- Get an array containing all players, and apply metamethods.
    local players = Ox.GetPlayers(true)

    -- Get the first entry
    local player = players[1]

    if player then
        -- Print the table, containing their identity, ids, phone number, etc.
        print(json.encode(player, { indent = true }))

        -- Retrieve all player metadata. These values are stored separately from the standard 'player' table.
        local data = player.get()
        print(json.encode(data, { indent = true }))

        -- Retrieve the player's discord id from metadata.
        local discord = player.get('discord')
        print(json.encode(discord, { indent = true }))
    end
end)
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back