I think I have an old version of mean..
I dled the zip version then replaced with beta dll but didn't read the whatsnew.txt in the beta zip 9_9
now all I have to do is figure out how to make meanmod load metamod

[edit]
okay I found the source of the problem..
it's in the podbot's ClientCommand()
here's a log of the commands it hooks up before the crash..
Quote:
SpLoRyGoN VModEnable 1
SpLoRyGoN specmode 2
SpLoRyGoN collectexperience on
SpLoRyGoN botvotekick on
SpLoRyGoN menuselect 5
SpLoRyGoN menuselect 5
SpLoRyGoN podbotmenu
SpLoRyGoN menuselect 1
SpLoRyGoN VModEnable 1
[P*D]Charlie Sheen (100) buy (null) (null) (null) (null) (null) (null)
|
I'm thinking meanmod sends that last one.. it's the one that causes the crash..
I'll just change a few things.. to stop it from crashing but could you do something about those nulls? all those other commands don't have them..
[/edit]
[edit2]
those nulls crash snprintf, sprintf, strncpy, and strcpy....
looks like I'll have to do some checks first..
[/edit2]