MouMoud-Fivem

Film Maker Pro Player

Film Maker Pro Player

$5.99

Add to Basket

▢️ Film Maker Pro β€” Player

Play Your Scenes Anywhere, in One Line

⚠️ Requires Film Maker Pro β€” this is a one-time add-on for the editor, not a standalone script. It's already included in the Film Maker Pro yearly plan, so you only need this if you're on the monthly plan.

Film Maker Pro β€” Player is the lightweight companion that turns your finished Film Maker Pro scenes into server events. Browse your sequences from a clean in-game panel, preview any of them instantly, and copy a single ready-to-paste line to trigger them from your own scripts β€” a zone, a mission, a cutscene on entry.

No heavy editor for your players. No networked-entity spam. Just your scenes, played cleanly on demand.

Main Features

  • πŸ—‚οΈ Sequence Browser β€” a sleek in-game panel lists every finished scene with its thumbnail. Search, preview, done.
  • ▢️ One-Click Preview β€” play any scene locally to check it before you wire it up.
  • πŸ“‹ Copy-to-Trigger β€” one click copies the exact developer line to paste into any event.
  • 🎬 Automatic Cutscenes β€” if a scene has a camera track, the viewer's screen follows the shots like a cutscene. If it doesn't, it plays as action-only and the player keeps their own camera β€” fully automatic.
  • 🌐 Clean Multiplayer β€” every scene plays locally on each viewer β€” no networked peds or cars flooding your server.
  • πŸͺΆ Truly Lightweight β€” no editor UI shipped to your players. It rides on Film Maker Pro's engine, so it stays tiny and updates for free when the editor does.

Developer API

exports['film_maker_pro_player']:Play('Scene')                    -- everyone
exports['film_maker_pro_player']:Play('Scene', { players = src }) -- one player
exports['film_maker_pro_player']:Stop()                           -- stop
-- or from console:  fmpplay <scene> [id]   /   fmpstop

Included

  • Build-free NUI browser panel (matches the Film Maker Pro look)
  • Server + client trigger API
  • A ready-to-read demo trigger (fade-to-black on zone entry) as example code

Dependencies

  • film_maker_pro β€” the editor whose scenes it plays (required)
  • film_maker_pro_records β€” for scenes that use vehicle recordings

Installation Order

ensure film_maker_pro_records
ensure film_maker_pro
ensure film_maker_pro_player

Usage

  • Open the panel β€” Key: F6 Β· Command: /fmpplayer
  • Click Play to preview, Copy to grab the trigger line, Stop to end a running scene.

Current Status

  • Version: 0.2 β€” Beta
  • Author: MouMoud
  • Last Updated: July 2026
Code is accessibleYes (panel + trigger API open)
Subscription-basedNo (one-time purchase)
Lines (approx.)600+
Requirementsfilm_maker_pro (+ recorder for vehicle scenes)
SupportYes
Back to category