There is a bug, or at least an oddity, in MM 1.13.0. Metamod uses the LOAD_FILE_FOR_ME() function provided by the engine to check for the plugins.ini file and...
Florian Zschocke
zschocke@...
Sep 2, 2002 10:56 am
176
... Indeed, sometimes LOAD_FILE_FOR_ME is a bit _too_ helpful at trying to load a file. That particular routine is used for this kind of thing partially...
... Correct. I would guess a simple attempt to open() the file would come close. ... Yup, Admin Mod suffers from the same problem. For Admin Mod it is a...
Florian Zschocke
zschocke@...
Sep 2, 2002 12:30 pm
178
Thx Will for ur fast help .. im running a pretty fast Metamod ... greetz Commander...
Network
network@...
Sep 2, 2002 12:36 pm
179
I spent 30min tryin to figure out about the const char * (*pfnGetPlayerAuthId) (edict_t *e); line... i finally got it.. (then 10min later found the email about...
Dustin
viperacen@...
Sep 2, 2002 9:17 pm
180
... Hmm, well the "char * COMPILE_TIME" is defined in vdate.cpp: char const *COMPILE_TIME=__DATE__ ", " __TIME__; It sounds like it's not including vdate.o...
I'm sorry. I want to get the server port in a MM plugin. If executeing the 'status' command and parsing its response is the only way, how to do this? Executing...
Peter Winkler
pwinkler@...
Sep 3, 2002 8:31 am
182
... I doubt that this is possible because the output from the status command is generated by the engine and not the MOD, AFAIK. That means that the message...
Florian Zschocke
zschocke@...
Sep 3, 2002 9:34 am
183
... So I have to use a other way get the server port. But how? Pete...
Peter Winkler
pwinkler@...
Sep 3, 2002 9:51 am
184
... You should probably pose the question to the general HL SDK coding community (hlcoders list, hlsdk forums, google searches, etc); ie, how does a Mod...
Hi, I need to make my mod do some functions at every map start _after_ the server.cfg file has been loaded but I'm not sure where I should do this work. It...
Olafur Osvaldsson
oli@...
Sep 5, 2002 3:03 am
186
Hi all, I recently found time to go a bit into metamod and am very thrilled at the posibilities there. I need a little help with some features though, since Im...
I have a major problem on these days. When a client connects a server that runs AM and metamod (latest relase) It gives an error like this : [META](Debug:3)...
desdinovam
cti@...
Sep 17, 2002 3:39 pm
188
-- This is a screenshot of my error. please help King Regards Tolga INAM...
Your Name
cti@...
Sep 17, 2002 7:13 pm
189
In CS is it possible to catch a member trying to switch from CT to Terrorist or vice versa, and then prevent this from happening?...
uhh....adminmod? ROFL~!!! what do u mean...just so u could track who comes one your server or what? cause if thats it there is an AM plugin that tracks people...
gbs05@...
Oct 11, 2002 1:05 am
192
I'm not really very much into these technical stuff so I have a problem installing the new version of metamod and the plugins. Can someone please explain to me...
Please tell me what I got wroobg because I can't load hlguard. There seems ot be an error in the path. Am I doing something wrong here? Liblist.gam: game...
Please tell me what I got wroobg because I can't load hlguard. There seems ot be an error in the path. Am I doing something wrong here? Liblist.gam: game...
On Tue, 15 Oct 2002 07:09:16 -0000 ... Hi Diane, I've had problems with recent metamods and/or HL if I do not install to the new format addon paths. ...
Joe Vaughan
joev@...
Oct 15, 2002 7:20 am
196
By the way, I am using the Retail Version of Counterstrike 1.3. I did install metamod.dll in Cstrike/addons/metamod/dll as instructed by the metamod website. ...
Hy, I'm french so excuse for my langage. I'm want to play some .wav when I play with a bind key. Problem s are that I want all other player heared me. That no...
can't help you there i have the same problems with it _________________________________________________________________ Broadband? Dial-up? Get reliable MSN...
Am I missing something obvious? It seems like I should be able to catch when a player changes a CVar. Especially a server only CVar. Is this possible? I...
from wut i member if an ADMIN changed it or som1 wit password it would say RCON (a shit load o' numbers, i think ip addy.) then the command and wut it was...
gbs05@...
Oct 25, 2002 11:32 pm
201
Hey, I trashed all of my HL and CS files to start over from scratch because I had a few versions of plugins and stuff. Anyways, I d/l the new admin mod and...
pepsibytes
pepsibytes@...
Nov 2, 2002 1:36 am
202
... Looks good to me. Try starting the server without any plugin enabled and then add them one by one to see which one is causing problems. Florian. -- Want to...
Florian Zschocke
zschocke@...
Nov 2, 2002 8:53 pm
203
Howdy. It would seem that apparantly Metamod COULD be having problems with a TFC (Team Fortress Classic) MoD called NeoTF. (http://www.neo- tf.com). This...
When I create a listen server on LAN it works (the metamode.dll file is loaded....but:) the HL crashes when I try to load any plugin in metamod :((( what do...