这是一个为 FiveM 开发的多状态投降动画插件,允许玩家执行多种投降相关的动作,包括举手投降、跪地和俯卧等姿势。
This is a multi-state surrender animation plugin developed for FiveM, allowing players to perform various surrender-related actions, including raising hands, kneeling, and lying prone.
https://youtu.be/I0BW59ANXKE?si=jJwyzJM-4MvUX_Dg
- 多种投降状态:
- 正常状态 (状态 0)
- 举手投降 (状态 1)
- 跪地 (状态 2)
- 俯卧 (状态 3)
- 跪地举手 (状态 4)
- 流畅的动画过渡
- 状态锁定功能
- 死亡/重生时自动重置状态
- 直观的屏幕提示
- Multiple surrender states:
- Normal state (State 0)
- Hands up surrender (State 1)
- Kneeling (State 2)
- Prone (State 3)
- Kneeling with hands up (State 4)
- Smooth animation transitions
- State lock function
- Automatic state reset upon death/respawn
- Intuitive on-screen prompts
- X键:切换投降/正常状态
- Z键:切换跪地状态
- G键:切换俯卧状态
- X key: Toggle surrender/normal state
- Z key: Toggle kneeling state
- G key: Toggle prone state
- 在跪地/俯卧状态下锁定移动
- 左上角显示当前状态提示
- 状态切换时会自动清理之前的动画
- 死亡后自动重置状态
- Lock movement in kneeling/prone states
- Display current state prompt in the upper left corner
- Automatically clear previous animations when switching states
- Automatically reset state after death
- 举手动画:使用 missminuteman_1ig_2/handsup_enter
- 跪地动画:使用 random@arrests/kneeling_arrest_idle
- 俯卧动画:使用 missfbi3_sniping/prone_dave
- Hands up animation: uses missminuteman_1ig_2/handsup_enter
- Kneeling animation: uses random@arrests/kneeling_arrest_idle
- Prone animation: uses missfbi3_sniping/prone_dave
- 将此资源文件夹放入服务器的 resources 目录
- 在 server.cfg 中添加
ensure TRC-Surrender-Plugin - 重启服务器或使用
refresh和start TRC-Surrender-Plugin命令启动插件
- Place this resource folder into the server's resources directory
- Add
ensure TRC-Surrender-Pluginto server.cfg - Restart the server or use the
refreshandstart TRC-Surrender-Plugincommands to start the plugin
- 确保服务器已正确配置基础依赖
- 建议在使用此插件时关闭其他可能冲突的动画插件
- Make sure the server is properly configured with basic dependencies
- It is recommended to disable other animation plugins that may conflict when using this plugin