mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
5 lines
215 B
Lua
5 lines
215 B
Lua
function onSay(player, words, param)
|
|
player:sendTextMessage(MESSAGE_INFO_DESCR, "Buying a house is available only through auction which is available at website: https://sabrehaven.com/house.php")
|
|
return false
|
|
end
|