I have noticed that due to inactivity people are beginning to fork Metamod ("Metamod+" and some homebrewn trivial hacks) in order to keep it patched with the...
... Maybe it's time to make the SourceForge presence of Metamod more public so that people can leave patches they wish to be added to MM in the patches tracker...
Florian Zschocke
zschocke@...
Mar 3, 2004 9:36 am
565
Wow. I did not even _know_ that Metamod was an SF project. I think your idea of publicizing that is very good - how often does Will integrate these patches...
... The SF site of Metamod hasn't had much activity so far. Will usually puts in new game support or patches when he is send them, or when his free time allows...
Florian Zschocke
zschocke@...
Mar 3, 2004 9:41 pm
567
Hi, there I developed a metamod project, I named it as rcontrol. It's basicly control another HL server (I use it to control HLTV), so user can control HLTV...
My guess is you aren't using the latest SDK patches. They are, unfortunately, scattered amongst hlcoders posts from Alfred Reynolds. Here is what he said last...
Hello, I download metamod-1.17 and hlsdk-2.3. I added the 3 .h files to the sdk, and patched metamod. I am trying to compile but I have this error : [...] make...
Which gcc version are you using? I guess you should compile with gcc 2.95....
Marcelo Bezerra
mosca@...
Apr 6, 2004 2:59 pm
573
Hi all Wonder if someone has the time to help me. I have installed MetaMod and AdminMod Version 2.50.58, and I am struggeling to get it to work. I have read...
You're not supplying enough information for anyone to help you. "Does not work" is usually not much to go by. Sorry, Florian...
Florian Zschocke
zschocke@...
Apr 8, 2004 2:42 pm
575
Im having trouble getting people to hang out long enough to get the latest sound files or mods that I have added to my server. Is there a way to allow them to...
if you have a webserver you can enable the sv_downloadurl cvar on your server. for info on that go to htp://www.euvclan.com and search the public forum for a...
... a ... cant ... The game engine assumes that everything in the map resource files (mapname.res) must be present before loading the game. Sounds are not ...
Hello, I would like to know how to retrieve the server ip and port ? I managed to get the server name using : CVAR_GET_STRING("hostname") but didnt find out...
... look at the net_address cvar, it is IP:port ... take a look at ClientUserInfoChanged ( http://metamod.org/dllapi_notes.html#ClientUserInfoChanged )...
Kevin Masterson
cybermind@...
Apr 12, 2004 8:19 pm
581
Hello, Thx a lot for ur help, I managed to get it work.. I still have a little problem : When invoking : void ClientUserInfoChanged( edict_t *pEntity, char...
... function ? You have to store the IPs in ClientConnect, i.e. #define MAX_IP_LENGTH 22 //22 = xxx.xxx.xxx.xxx:xxxxx\0 char UserIPs[32][MAX_IP_LENGTH]; BOOL...
Kevin Masterson
cybermind@...
Apr 13, 2004 3:26 pm
583
I would like to be able to compile my own METAMOD.DLL file. I think I remember what files to edit in the source but I tried learning how to compile it using...
I have gotten metamod to work with counter-strike and have tons of plugins. It also works with just the metamod.dll and the plugins.ini. But when i copy the...
Did you looked at your Console ? what error do you got ? ... From: currenteprofile To: metamod@yahoogroups.com Sent: Friday, April 16, 2004 3:14 AM Subject:...
Thats the thing. It doesn't say ANYTHING. It give the little "[" and then exits out. ... of ... mods, ... And ... thats ... unsubscribe@yahoogroups.com ... of...
Hello. I had try to compile metamod 1.17 with hlsdk2.3 and with Visual Studio 6, it fails with errors. I had insert headers directories in followed order...
da.elf
da.elf@...
Apr 19, 2004 2:43 am
591
You're not using the patched eiface.h file... http://www.adminmod.org/downloads/updated_eiface.tgz Try that. ... http://www.tcwonline.org/ ...
Hello, pplz! I spend lot of time to find way to detect shots in a cs mod. But I'm even does not found ammo values. Most of game data I get in UpdateClientData ...