Freeze Player Button For Admin?

How do i add a freeze player button to vmenu for admins to freeze other players

Hi there!

vMenu **does not support RedM. It is a FiveM-only resource, so you cannot add a freeze player button to vMenu on RedM.

On RedM, the correct solution is to use a custom admin menu (or an existing RedM admin resource) and implement freezing yourself using RedM-compatible natives. This is usually done by triggering a client event on the target player and calling FreezeEntityPosition(PlayerPedId(), true/false).

In short:
:x: vMenu + RedM = not supported
:white_check_mark: Custom admin menu + client event = correct approach

1 Like