About This File
Preview video https://streamable.com/b1b0i
Github repo https://github.com/ItsMos/ragemp-horse
Horse mod for rage multiplayer Notes This replaces the 'deer' model because it is fast-moving. Horses should be synced, this doesnt work well with `online` skins, you can fix that tho, feel free to contribute. You think that you're actually riding the horse? no, think again, the horse is riding you (your ped) Usage
// server code let pkg = require('ragemp-horse') let allHorses = pgk.horses, Horse = pkg.Horse // To create a horse let myPony = new Horse(position, dimension) // delete a horse myPony.delete()
Press Interact button (default `E`) to mount/dismount a horse Credits Horse model converted by Quechus13
What's New in Version 1.1 See changelog
Released
fix: added a check if there's a rider already before trying to ride