mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
9 lines
173 B
Lua
9 lines
173 B
Lua
function onSay(player, words, param)
|
|
if not player:getGroup():getAccess() then
|
|
return true
|
|
end
|
|
|
|
player:getPosition():sendMagicEffect(tonumber(param))
|
|
return false
|
|
end
|