Do you have the 0.00 bug on your server? The solution is here!
4 replies, posted
Do you have the bug where there comes 0.00 at the end of everything you/others do and write on your server? Well here is the solution!
You have to go to your servers Garry's Mod folder.(Where the addons, cfg, materials, model, etc... is)
Then go to lua/autorun and there you have to create a new filed named OpenAuraFix.lua
Open the file and put in the code below, then save and exit.
[LUA]
string._gsub = string.gsub
function string.gsub(base,replace,replacement)
local a,b = string._gsub(base,replace,replacement);
return a;
end;
if SERVER then
AddCSLuaFile("OpenAuraFix.lua")
end
[/LUA]
Hope this will help people.
Enjoy!
Then I will make a script that overrides string.gsub to undo your fix in case people install it while using DarkRP.
/sarcasm
Why not fix the gamemode rather than unnecessarily making a workaround?
What error is this? I have never seen it.
Old ass openAura bug
If you have this bug, then you have a undated OpenAura.
Update your OpenAura, and this bug is fixed!
Sorry, you need to Log In to post a reply to this thread.