... look at the net_address cvar, it is IP:port ... take a look at ClientUserInfoChanged ( http://metamod.org/dllapi_notes.html#ClientUserInfoChanged )...
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@...
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:xxxxx92;0 char UserIPs[32][MAX_IP_LENGTH]; BOOL...
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...
... You can get it here http://www.amxmodx.org/metamodx.php...
589
Florian Zschocke
zschocke@...
Apr 16, 2004 5:53 pm
... http://www.amxmodx.org Florian...
590
da.elf
da.elf@...
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...
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@...
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 ...
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...
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...
595
jonny@...
May 6, 2004 1:22 pm
Hi, I am in need of Metamod that will work with the new "CS13" Steam Mod. I am relativly confident on how to do this, I just dont have the resources. If...
596
Florian Zschocke
zschocke@...
May 6, 2004 1:52 pm
... You don't need to recompile Metamod for that. You can use the gamedll option to specify the game dll explicitely. Either on the commandline via the...
I get the following error when I try to start a server of CZ 1.1 on Win32 LoadLibrary failed on C:\Games92;Valve92;czero92;addons92;metamod92;dlls92;metamod.dll (126) ...
create a addons\metamod\config.ini file put this line in it: gamedll dlls\mp.dll ... http://www.tcwonline.org/ http://www.sourceforge.net/projects/tcwphpalbum/...
hrmmm I tried that too, just drops to the desktop. files:- metamod 1,17 1,333kb metamod 1.17x 612kb does metamod create a log when its been touched ? ... on...
What metamod plugins are you using? ... http://www.tcwonline.org/ http://www.sourceforge.net/projects/tcwphpalbum/ __________________________________ Do you...
I've tried AMX, AMXX and StatsMe. They all do the same, so it appears to be a metamod issue, because I can't even run a server and type meta to see if metamod...
I think you need to add this to your linking step: -lstdc++ Those linking errors are basic C++ constructs/keywords; linking with the C++ library, and perhaps...
Thanks for the pointer, I ended up changing the LINK_WIN compile command to have a: --driver-name g++ And that did the trick. For the sake of completeness I'd...
606
Florian Zschocke
zschocke@...
Aug 2, 2004 8:17 pm
... The SDK you downloaded is not patched, it is the original SDK as released from Valve. To update it to the latest engine interface version you need this...
Well I guess I must of already had the patched source since I still get the same error: c:/MinGW/bin/gcc -ggdb3 -Wall -Wno-unknown-pragmas ...
608
Florian Zschocke
zschocke@...
Aug 5, 2004 7:19 am
... Please check out the branch "mmwork" from CVS. I would have to check but it could be that the code for the trace plugin has only been adjusted recently....
Hi. I don't have much experience in writing metamod plugins except for a few that I've modified. I'm wondering if anyone can tell me a little about how CS...