2022-04-06 14:58:52 +00:00

5 lines
213 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://tibianus.com/house.php")
return false
end