HyperGaming Network

Other Forums => Server Dumps => Scrapyard => Stalker Dump => Topic started by: Steven :D on 14-02-2011

Title: Fix for Nexus 0.00 = Found
Post by: Steven :D on 14-02-2011
RunConsoleCommand( "say", string.Replace(text, "\"", "~") );
in nexus/gamemode/core/libraries/cl_chatbox.lua (Or whichever base we're using, just find cl_chatbox.lua)

replace it with:
local replaced = string.Replace(text, "\"", "~")
RunConsoleCommand( "say", replaced );


Found this fix, send it to SK because he was away when I sent it to him, this should work.

EDIT: Source. (http://www.facepunch.com/threads/1059249-OpenAura-kuroscript-Blueprint2-Nexus-update-error%280.00%29)
Title: Re: Fix for Nexus 0.00 = Found
Post by: andrewhatesyou on 14-02-2011
That better work, or I'm taking you down to the GVC.
Title: Re: Fix for Nexus 0.00 = Found
Post by: Frostee on 14-02-2011
Where exactly is nexus/gamemode/core/libraries/cl_chatbox.lua?
Title: Re: Fix for Nexus 0.00 = Found
Post by: Silver Knight on 14-02-2011
Fixed. Thanks for the heads up. Locked.