Greetings, I'm having some difficulty getting metamod to work; I have both metamod 1.17 and the hlsdk modified with all the goodies from November (SequenceGet,...
After a days' rest from coding and some sleep followed by caffiene, I came to realise that my whole Counter-Strike setup was broken; it didn't even like the...
I'm writing a metamod plugin to hook RemoveEntity() and for some reason it is not working... I kept on removing code until it was bare bones, but it appears...
MetaMod only calls hooks when a DLLAPI or NEWAPI function is called from the engine, or when an engine function is called from the DLL. MetaMod does not call...
Kevin Masterson
cybermind@...
Feb 14, 2004 6:20 pm
554
I have installed metamod 1.17 on my server. I'm pretty sure I did it right, but I have a problem. When I type "meta" in the console, there are only 2 commands...
If you are running metamod on a dedicated server, you need to either run the meta commands from the server console or using the rcon command. It looks like...
I want to write a metamod plugin that does what this amx plugin does: http://amxmod.net/amx-showplugin.php?id=44896 But I couldn't figure out which function I...
Marcelo Bezerra
mosca@...
Feb 18, 2004 4:16 pm
557
I would like to request a plugin for metamod(excuse my english..i'm from romania) that would do something like that: I want to make a 'network' of dedicated...
You would want to hook DispatchSpawn (or just Spawn, I've seen it named either) and then check to see that the v.classname member of the edict is "worldspawn" ...
Kevin Masterson
cybermind@...
Feb 24, 2004 6:29 am
559
Yes, and nobody on this list has anything better to be doing that writing plugins for people who can't even be bothered explaining fully what they want. Can...
Thanks for the reply, but I got it working by hooking "ServerActivate"...
Marcelo Bezerra
mosca@...
Feb 26, 2004 4:02 am
561
need help with my gamespy i downloaded it and for some reason it wont bring up my server window.evertime i click on one of my games in the window to bring up...
This doesn't have anything to do with metamod that I can see. Best ask in a more appropriate place. Steve / K ... From: abnrugby82 To: metamod@yahoogroups.com ...
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...