Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metamod · Metamod Half-Life Utility Mod

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 384
  • Category: Game Programming
  • Founded: Mar 31, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 565 - 594 of 726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
565 David Anderson
player220101 Send Email
Mar 3, 2004
7:46 pm
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...
566 Florian Zschocke
zschocke@... Send Email
Mar 3, 2004
9:41 pm
... 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...
567 weigao_99 Send Email Mar 4, 2004
2:42 pm
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...
568 David Anderson
player220101 Send Email
Mar 4, 2004
3:27 pm
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...
569 weigao_99 Send Email Mar 5, 2004
6:05 am
Thank you sooooo much. It safed my life. After apply the patch, my program works so good. Thanks Wei...
570 c0ld
c0ldfyr3 Send Email
Mar 28, 2004
10:32 pm
Hey. Anyone got any info on this at all ? I've been playing with it but it doesn't wanna work at all. This is what I've been trying... int iSeq1 =...
571 lebnix Send Email Apr 6, 2004
6:24 am
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...
572 Marcelo Bezerra
mosca@... Send Email
Apr 6, 2004
2:59 pm
Which gcc version are you using? I guess you should compile with gcc 2.95....
573 gustavsemail Send Email Apr 8, 2004
2:31 pm
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...
574 Florian Zschocke
zschocke@... Send Email
Apr 8, 2004
2:42 pm
You're not supplying enough information for anyone to help you. "Does not work" is usually not much to go by. Sorry, Florian...
575 sparkytech21 Send Email Apr 9, 2004
2:24 am
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...
576 Michael Costa
silentrunner... Send Email
Apr 9, 2004
1:50 pm
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...
577 Chuck Gibke
cgibke Send Email
Apr 9, 2004
4:44 pm
... 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 ...
578 lebnix Send Email Apr 11, 2004
6:55 pm
Hello, I used gcc-3.3 It works with 2.95 Thx a lot ... Wno- ... 2.3/multiplayer/common - ... I/home/sim/dev/hlsdk- ... *, ... long ... (const ... ...
579 lebnix Send Email Apr 12, 2004
12:13 am
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&quot;) but didnt find out...
580 Kevin Masterson
cybermind@... Send Email
Apr 12, 2004
8:19 pm
... look at the net_address cvar, it is IP:port ... take a look at ClientUserInfoChanged ( http://metamod.org/dllapi_notes.html#ClientUserInfoChanged )...
581 lebnix Send Email Apr 13, 2004
2:36 am
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...
582 Kevin Masterson
cybermind@... Send Email
Apr 13, 2004
3:26 pm
... function ? You have to store the IPs in ClientConnect, i.e. #define MAX_IP_LENGTH 22 //22 = xxx.xxx.xxx.xxx:xxxxx&#92;0 char UserIPs[32][MAX_IP_LENGTH]; BOOL...
583 Sean Kiles
cheating4cha... Send Email
Apr 13, 2004
7:52 pm
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...
584 currenteprofile Send Email Apr 16, 2004
3:11 am
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...
585 Raven
godraven2002 Send Email
Apr 16, 2004
12:44 pm
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:...
586 stoney4cs Send Email Apr 16, 2004
5:28 pm
where can i find the download for version 1.17x3 i want to edit a conditionzero server...
587 currenteprofile Send Email Apr 16, 2004
5:44 pm
Thats the thing. It doesn't say ANYTHING. It give the little "[" and then exits out. ... of ... mods, ... And ... thats ... unsubscribe@yahoogroups.com ... of...
588 godraven2002 Send Email Apr 16, 2004
5:48 pm
... You can get it here http://www.amxmodx.org/metamodx.php...
589 Florian Zschocke
zschocke@... Send Email
Apr 16, 2004
5:53 pm
... http://www.amxmodx.org Florian...
590 da.elf
da.elf@... Send Email
Apr 19, 2004
2:43 am
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...
591 David Anderson
player220101 Send Email
Apr 19, 2004
12:46 pm
You're not using the patched eiface.h file... http://www.adminmod.org/downloads/updated_eiface.tgz Try that. ... http://www.tcwonline.org/ ...
592 da.elf
da.elf@... Send Email
Apr 26, 2004
8:39 pm
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 ...
593 neverwhere9 Send Email Apr 27, 2004
7:44 pm
Im trying to install metamod and AMX but it wont start up. Ive even removed my AMX dir entirely and just tried running CS with only metamod as a plugin, but it...
594 Heinz
heinzschwallach Send Email
Apr 28, 2004
1:53 pm
if you want a cz server use metamod 1.17X version special for CZ post liblist.gam and tree of cstrike with addons are your files uptodate ? i mean the hlds.exe...
Messages 565 - 594 of 726   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help