🐎Horse Info UI

You can show Horse info UI block

Enable/Disable

Description

This function brings the complete information of the horse whose information you want to look at, without entering any external data. If you own the horse, you can also see the horse information on the quick selection screen.

Video

Set own horse data example

local data = {								
    entity = spawnedHorse,
    name = "Test Name" -- You can set own horse name. 
    -- You must set Citizen.InvokeNative(0xD2CB0FB0FDCB473D,PlayerId(), spawnedHorse)
}
exports["qadr_ui"]:setHorseData(data)

Last updated