-- Editor subtitle and tab text
local title, tabtext = getPreferredTitles( self:GetChosenFile(), self:GetCode() )
if (title) then self:SubTitle("Editing: " .. title ) else self:SubTitle() end
if (tabtext) then
if (self:GetActiveTab():GetText() != tabtext) then
self:GetActiveTab():SetText( tabtext )
self.C['TabHolder'].panel:InvalidateLayout()
end
end
end
i get this error:
wire\client\wire_expression2_editor.lua:405] attempt to call method 'GetText' (a nil value)
HELP PLEASE?
Store the current active tab in a table, lua doesn't like meta tables being returned from a function. Also, wrong section, use Lua Scripting/Questions
Or just simply update wire.
I Updated it but same error plz help
I don't get this, so Update wire AGAIN, it updates weekly.
I Updated today...
Upload wire folder to free host. and give link please.
[QUOTE=airidas338;30758691]I Updated today...
Upload wire folder to free host. and give link please.[/QUOTE]
[url]https://wiremod.svn.sourceforge.net/svnroot/wiremod/trunk/wire[/url]
Sorry, you need to Log In to post a reply to this thread.