Is it possible that a script will only check the number of hubs a registered user is in also if they are in more than e.g. 10 hubs then script sends user a message to reduce to the required number? But the script doesnt check non registered users as they cant search and download anyway? If it is possible can someone have a go at writing it for me please? Thanks in advance for any info/help. ?
-- Simple hub checker
--By Dessamator
bot=frmHub:GetHubBotName() --botname
hubs=10 --hubs a reg user is allowed in
function NewUserConnected(user)
if user.iHubs >hubs and user.bRegistered then
user:SendPM(bot,"Registered users are only allowed to be in "..hubs.."hubs, please reduce that to the required number!")
end
end
Done!
WOW! Dessamator many thanks for the quick reply i try it now many thanks for your time and efforts much appreciated. :D
QuoteOriginally posted by catwo
WOW! Dessamator many thanks for the quick reply i try it now many thanks for your time and efforts much appreciated. :D
no probs, it only took a few secs to do, :)