The built-in resources: chat, spawnmanager, baseevents
Every FiveM server you start, even an empty one, already runs a handful of stock resources from Cfx.re. They handle chat, where players spawn, and the basic life events of a session. You do not install them and you do not write them. You call into them. This lesson shows you the three you reach for most, then proves it by wiring a single resource that talks to all three: a chat suggestion, a styled system message, and a reaction to a real game event.
What you already have running
Before the build, here is the map of what is sitting in your server doing work you never wrote. Each one is a real resource folder inside the FiveM artifacts, and each one exposes events or exports you call by name.
The point of this lesson is a habit, not a single script. When you need a chat message, a spawn point, or a notification that a player got in a car, your first move is to ask whether a stock resource already does it. It almost always does.
Keep reading the full lesson
Sign in to start, then unlock every step of this lesson and the full FiveM School with a membership.
- Build it
- How it works
- Common mistakes
- What you can do now
- Try it yourself
The remainder of Built-in resources: chat, spawnmanager, baseevents is available to FiveM School members.