You don't need memory hacks to do this. You can just restore ammo values when you've detected low/depleted clips in the CurWeapon network message. Assuming...
683
altpluzf4
Mar 18, 2007 6:21 pm
Hello. I'm new to this group (or any group actually.) Does anyone have any idea how I could use a metamod plugin to 'search39; and/or 'alter39; memory in...
682
Florian Zschocke MRH
zschocke@...
Feb 18, 2007 9:47 am
... Large documentation, no. Not that I know of. AFAIK you will have to do with http://metamod.org/coding.html and then gather the rest from examples. There...
681
mcfattyjr
Feb 11, 2007 7:42 pm
Is there any large documentation on coding for metamod? Iv read a few things here and there, but not anything that points to anything directly....
680
small_but_wow
Jan 12, 2007 2:16 am
Not all links there are working. :/ And you dont know for which mod the plugins are. You see source or not and on some plugins like that in descreption: A TFC...
679
Florian Zschocke
zschocke@...
Jun 15, 2006 7:26 am
... This error pretty much has nothing to do with Metamod or Admin Mod. Always make sure first that the server starts /without/ Metamod/Admin Mod installed. ...
678
benzino_86
Jun 15, 2006 2:55 am
I just installed Admin Mod 2.50.60 on my computer to work with Counter Strike on Steam. I poured through the help file, configuring stuff and setting it up ...
677
Aurelien Derouineau
cooloreo@...
Oct 10, 2005 3:37 pm
This mailing list is not made to answer questions about already developed plugins. You should check on the author's website for a way to contact other users or...
676
Freedom Nova
marz_someone
Oct 10, 2005 2:17 am
Hi, I just have the desire to play tfc again. I dl the hpb bots and used metamod. However, after installing, I cannot choose a team to go in, while my bots can...
675
Aurelien Derouineau
cooloreo@...
Sep 12, 2005 7:42 pm
I think I have had that same problem before, but I can't remember what the cause was, or how I fixed it... sorry....
674
Florian Zschocke
zschocke@...
Sep 12, 2005 7:31 pm
... You may instead want to flick through the disturbing StatsMe code: http://sourceforge.net/project/showfiles.php?group_id=59321 Florian...
673
mooflower1974
Sep 12, 2005 6:05 pm
Hi, I'm writing a stats mod (I know it has been done before, but I need specific functionality in it), and the starting point to my mind should be logging who...
672
Florian Zschocke
zschocke@...
Sep 12, 2005 3:43 pm
... Metamod logs to the console and the log. I'm not sure if you have to turn on logging for it. 'badfile39; means that the DLL could not be loaded. That may be ...
671
Matt Parkins
mooflower1974
Sep 12, 2005 2:17 pm
Hi, I'm trying to write a metamod mod and having lots of time spent banging my head against a wall. I have a plugin, an exact copy of the files used in the...
670
Aurelien Derouineau
cooloreo@...
Sep 11, 2005 1:46 pm
Instead of using the -dll option, edit cstrike/liblist.gam. Change gamedll "dlls92;mp.dll" to gamedll "addons92;metamod92;dlls92;metamod.dll"...
669
indahouse101
Sep 11, 2005 2:13 am
okay i installed all the files andd put it in the server files via FTP (smartftp.com) in cstrike/addons/metamod: i have plugins.ini which contains: win32...
668
Wolvie
mdk_wolverine
Sep 2, 2005 9:57 pm
Are you running a dedicated server or listenserver? Seems to be a bug in the listenserver GameInfo.txt file. If it's a ded server you have to ensure that the...
667
Arctic FoX
planewalker001
Sep 2, 2005 8:33 pm
I've looked all over the net for this, yet there seems to be no mention of the problem. I've installed Mmetamod: Source exactly according to the instructions ...
666
Florian Zschocke
zschocke@...
Aug 16, 2005 4:50 am
... Yes, you add the function prototypes to the enginefuncs_t and NEW_DLL_FUNCTIONS structures as described in the original email. And note that Metamod will...
665
dacruel2k3
Aug 15, 2005 1:51 pm
"Implemented a client cvar value querying API (to replace the alias method various 3rd party tools were using). Servers can call ...
664
Aurelien Derouineau
cooloreo@...
Aug 10, 2005 11:15 pm
lol why would you wanna play CS 1.0??? If you're against evolution, you shouldn't be having a computer right now... :p...
663
crudoxcruo
Aug 8, 2005 2:23 am
Ok.. first off, I start CS 1.0 Steam mod. I install metamod & adminmod, everything is done right and several times. Now when I start a game on lets say...
662
Florian Zschocke
zschocke@...
Jul 26, 2005 7:10 pm
... That may be a problem because the Steam id may not yet be verified when the user connects and is shown the MOTD. I guess usually it will already be there...
661
hadhs hnsns
alexia0895
Jul 26, 2005 2:03 pm
It pulls the text out from motd.txt, maybe you can catch the data from motd.txt and append the SteamID and such. ... ...
660
David Anderson
player220101
Jul 25, 2005 2:25 pm
Hook the MessageBegin/WriteByte/etc functions for the message "TeamScore" (GET_USER_MSG_ID). ... __________________________________________________ Do You...
659
lapolice85
Jul 24, 2005 10:30 pm
Hi all! I'm trying to find a way to obtain teamscore in CS with metamod. If anyone has got any ideas ?...
658
Aurelien Derouineau
cooloreo@...
Jul 23, 2005 12:49 am
Hum... I'm sorry if asking this may waste time, but how do MOTDs currently work? Are they set by a TXT file or what? If they are, I do not see an easy way of...
657
guojkd777
Jul 22, 2005 6:59 pm
I want to write a script to get the server id and steam id when someone is connect to my server, and use those two ids in the MOTD(message of the day) so that...
656
David Anderson
player220101
Jun 15, 2005 8:46 pm
Uhh, wrong idea :) This is Metamod for Half-Life 1. For Half-Life 2 coding... Use Valve's built in plugin interface: ...
655
Franjo Stipanovic
fritz@...
Jun 15, 2005 5:11 pm
I would like to code a plugin for HL2 (CS: Source). It should ask players when they join (ClientActivate?) for password, if they enter correct one (every user...