The recent update has borked all servers that utilize those gamemodes.(0.00 appears after typing anything in chat) However, there are some that have fixed the problem. Do you have any information on it? If so, then please tell.
We've currently been unable to find the exact problem, but any help what-so-ever would be appreciated.
Thanks.
Garry probably broke something. I don't think there is really anything we can do unless Garry decides to fix this...
Nah, some servers have fixed it. I don't really think Garry cares enough about one gamemode to fix it.
This glitch sometimes annoying, i enjoy using mpf voicecommands but 0.00 bug just ruins it.
It should be fixed, Kingdom of Roleplaynia depends on it.
Easy to fix, just change the say RunConsoleCommand.
kuro told me he's gonna patch it tonight apparently.
Garry changed the string command or something. Anywho, i found this from cl_chatbox:
[code]RunConsoleCommand( "say", string.Replace(text, "\"", "~") );[/code]I'm pretty sure i need to replace that "Replace" but i'm not sure with what.
nexus sucks any whays yes perp i got a copp if you want it
pm me
[QUOTE=Ste@mpunk;28025892]nexus sucks any whays yes perp i got a copp if you want it
pm me[/QUOTE]
No thanks, PERP is not serious enough.
[QUOTE=Vivallion;28025986]No thanks, PERP is not serious enough.[/QUOTE]
Script doesn't make serious roleplay to happen, the playerbase does.
[QUOTE=Ste@mpunk;28025892]nexus sucks any whays yes perp i got a copp if you want it
pm me[/QUOTE]
No-one's going to buy your shitty leaked gamemodes, give it up. I'm tired of you going around saying this in every thread.
[QUOTE=Ste@mpunk;28025892]nexus sucks any whays yes perp i got a copp if you want it
pm me[/QUOTE]
You're stupid. Comments like that are why I rate every single post of yours dumb.
[editline]13th February 2011[/editline]
[QUOTE=jdmmer;28013587]Easy to fix, just change the say RunConsoleCommand.[/QUOTE]
If it's so easy to fix why don't you tell us how to fix it instead of giving us the most general information about doing so?
[QUOTE=thejjokerr;28034002]I already told where the problem is..
find
[lua]RunConsoleCommand( "say", string.Replace(text, "\"", "~") );[/lua]
in openaura/gamemode/core/libraries/cl_chatbox.lua (might not be /core, dont know what its named these days)
replace it with:[lua]local replaced = string.Replace(text, "\"", "~")
RunConsoleCommand( "say", replaced );[/lua]
This will make it omit the second argument provided by string.Replace.[/QUOTE]
That's more like it. Thanks.
well download some stupid chat box of gmod.org put in addons new chat box and the errors gone :D
Why did you bump this? It was resolved ages ago.
Sorry, you need to Log In to post a reply to this thread.