READ THE RULES
0 Members and 2 Guests are viewing this topic.
...Your ISP is It4web you must set your nick to [It4web]nick..some larger textDisconnected
could you add another function to the script ?I need something like this let's pretend I added a range 81.180.171.1-81.180.171.255 to network It4webso when the users from that network will connect to the hub they'll receive a msg like thisCode: [Select]...Your ISP is It4web you must set your nick to [It4web]nick..some larger textDisconnected10q in advance
...Your ISP is It4web you must set your nick to [It4web]nickDisconnected
Hello. Any chance that this script is going to be converted to LUA 5.1 ? Really like it.
Hehe lets hope a kind harted volunter reads this and converts it to 5.1 I've tried mutors 5.0-5.1 script but i didnt get it to work.
fFunction = function(User)
fFunction = function(User,sReason,String,sWhere,sFile)
I found an error on line 910 of functions2.lua.. simple oversight I'm sure.Code: [Select]fFunction = function(User)Should be Code: [Select]fFunction = function(User,sReason,String,sWhere,sFile)
[01:05] Syntax ...kaX DC Hub 0.3.5.1\scripts\UserBekcisi.v1.00.RC3.lua:170: bad argument #1 to 'find' (string expected, got nil)
if not string.find(frmHub:GetHubDescr(),"UB.RC3") then frmHub:SetHubDescr("\[UB.RC3\]."..frmHub:GetHubDescr()) end
if string.find(frmHubLGetHubDescr(), "UB.RC3") == nil then frmHub:SetHubDescr("\[UB.RC3\]."..frmHub:GetHubDescr()) end