PtokaX forum

Archive => Archived 5.0 boards => Request for scripts => Topic started by: ignazio on 03 June, 2005, 23:28:52

Title: Top Leecher
Post by: ignazio on 03 June, 2005, 23:28:52
--By Dessamator
--Top Leecher

min=30 -- time to wait b4 reporting top leecher

bot=frmHub:GetHubBotName() -- bots name
function Main()
SetTimer(60*1000*min)
StartTimer()
end

function OnTimer()
   local hubs=0
   for pos,user in frmHub:GetOnlineUsers() do
      if user.iHubs>hubs then
         temp="Ecco Una Sanguisuga "..user.sName.." E connesso A "..user.iHubs.." Hub  Con Slot Aperti  "..user.iSlots.." Complimenti!"
      hubs=user.iHubs
      end
   
   end
   SendToAll(bot,temp)
   temp=nil
   hubs=nil
end


hi boys I wanted to know and possible that the script tells but it also kicks the person???  :D
Title:
Post by: Dessamator on 04 June, 2005, 00:45:44
yep its possible !
Title:
Post by: ignazio on 05 June, 2005, 22:27:16
hi thanks to have answered me where I can find the writing that you say you???  ?(
Title:
Post by: Dessamator on 05 June, 2005, 22:32:30
why the heck do u wanna kick the topleecher?, first you compliment him then u kick him?, doesnt seem logical!
either way thats my opinion, just add this after your message to the user :
GetItemByName(user):TempBan()
Title:
Post by: GrinSlaW on 07 June, 2005, 23:43:33
Hello

i have 2 request for this script

1. the bot make a list over top 10 leechers
2. an option to choce if you want to register the bot or not

hope you understand what i mean  :rolleyes:

cheers