View Single Post
Re: mean_cs16, metamod and podbot26_mm
Old
  (#8)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: mean_cs16, metamod and podbot26_mm - 30-09-2004

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]

Last edited by sPlOrYgOn; 30-09-2004 at 05:38..
  
Reply With Quote