Op Fe Admin Panel Gui Script -

A window will pop up in-game. Most panels use a "prefix" (like ; or : ) for commands, or you can simply click the buttons. Stay Safe: Risks and Precautions

RegisterNetEvent('admin:healAllPlayers') AddEventHandler('admin:healAllPlayers', function(source) local players = GetPlayers() for _, playerId in ipairs(players) do TriggerClientEvent('hospital:heal', playerId) end end) op fe admin panel gui script