I need some script who displays auto message in the main chatt.Like This
Our Hubs:
Hub Name :
Hub Address:
Min Share:
Could it be if i would write +auto, and the bot would send the message to the main chat.
Sorry for bad spelling :(
i Have For You A Bot That Automaticly Says The
Name
Adress
Min. Share
You can use PzoZyBoT 3.7 Click Here (http://217.120.180.188/Forum4/redirect.php?dlid=11&PHPSESSID=835d1579d48fe068cd8a0da94b21dd6f)
:D
here this is created by phatty
its if you want a automatic timed message
bot = "Reminder"
mins = 360
file = "MsgAll.txt"
function Main()
SetTimer(mins*60000)
StartTimer()
end
function OnTimer()
local handle = openfile(file, "r")
if (handle ~= nil) then
local line = read(handle)
while line do
SendToAll(bot,line)
line = read(handle)
end
closefile(handle)
end
end
what is the remaining time on it
Thanks, This stuff works