API
This resource exposes no events or exports — here's what that means and the two settings that come closest to "in
Everything about this resource is controlled from cl_config.lua, and it doesn't call out to other resources, fire events for other resources to catch, or expose any exports. There's nothing to wire up to get it running. That said, two settings on the Configuration page act as the closest thing to integration points if you need to adjust how it behaves around the rest of your server.
MS.Blacklist keeps specific props, vehicles, materials, and whole vehicle classes off-limits to these abilities. If vaulting, wallflipping, or ledge-grabbing triggers somewhere on your map that it shouldn't — a particular prop, a vehicle, a surface — add it to the relevant list rather than touching anything else.
MS.Keys
MS.Keys holds the FiveM control-name keybinds this resource listens for: slide (default LCONTROL) and duck (default Q). Both are common binds on FiveM servers, so remap either one in cl_config.lua if it clashes with sprint, crouch, or another resource.
Last updated