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:
vMenu + RedM = not supported
Custom admin menu + client event = correct approach
1 Like