2026-04-14 17:41:39 +02:00

9 lines
230 B
Lua

-- EasyAdmin Plugin Example, you can run any server-code here, below is an example that shows this functionality
if false == false then return end
function foo(bar)
return bar.." baz"
end
AddEventHandler("EasyAdmin:foo", foo)