🐎Horse Info UI

You can show Horse info UI block

Enable/Disable

You can enable/disable horse info system. Check horseinfo = true value in conf.lua

If you enable this system, idle resource usage increase to 0.2

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

Use this code in your script where you spawn your horse, after spawning your horse.

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