When I try to use the UTIL_HudMessage as it exists in the SDK or as Will used it in Metamod's sdk_util.cpp, if the message I send it over 80 characters long,...
... Make sure that each line of the message is limited to <80 characters. Florian....
Florian Zschocke
zschocke@...
Dec 3, 2002 7:09 am
241
I have difficulty kicking players because the console display is not big enough and I cannot see all the users. Is there some way to enlarge the console...
Whenever I use metamod on my CS 1.5 Mod, the players enter as spectators and gets stuck as spectators. The only time it runs correctly is when there is no...
I seem to have the all the files in the right places but still get ERROR: ini:Metamod plugins file empty or missing : ...
mkashifsyed <mkashifs...
mkashifsyed@...
Dec 14, 2002 8:52 pm
245
I get the following error when attempting to load an MM plugin I've written: [META] ERROR: dll: Failed query plugin '<csbld_mm.dll>'; Couldn't find...
Matthew Tyler
matt@...
Dec 19, 2002 11:59 pm
246
I forgot to mention in my last mail ('couldn't find GiveFnptrsToDll()" error) that the output from dlerror() is NOT included in the logs, meaning there might...
Matthew Tyler
matt@...
Dec 20, 2002 3:17 am
249
I resolved my problem. I didn't have a .def file. - Matt...
Matthew Tyler
matt@...
Dec 20, 2002 10:26 pm
250
What do you guys use to compile the linux SOs for plugins? I've been able to compile a win32 DLL using MSVC++, but I get weird errors trying to use GCC to do...
Matthew Tyler
matt@...
Dec 21, 2002 6:02 pm
251
A short time ago, at a computer terminal far, far away, Matthew Tyler ... One important piece of data is what gcc version are you using; the code as is doesn't...
With GCC 2.96 I get a different error: undefined symbol: __out_of_range__FPCc. The __rethrow error occured when I compiled with GCC 3.2. "-lgcc" had no effect....
Matthew Tyler
matt@...
Dec 21, 2002 7:00 pm
255
Hello there, i'm an avid gamer of counterstrike but Cstrike 1.5 gives me a hard time killing my enemies because of this jumping thing they put on. how can i...
hello is there somebody who could tell me how to fix my Counterstrike because my PC gets hang evrytime an SG granade throw in the middle of the game. THANX...
I just tried 1.13.3 in MSVC 7, and all I had to do was add this to the top of sdk_util.cpp (which was taken from util.cpp in adminmod): #ifdef WIN32 #define...
... Yep, I fixed this earlier (a missing #include "osdep.h" in sdk_util.cpp), but I guess that was after I posted 1.13.3. ... Thanks. Unfortunately the person...
Does he use MSVC 6 or 7 (.NET)? - SR71Goku ... From: Will Day [mailto:willday@...] Sent: Friday, January 17, 2003 14:05 To: metamod@yahoogroups.com ...
... gives ... they ... ===================================================================== Look for plugins in www.metamod.org * AXN plugin by Redguy (CS 1.3...
Hey guys, after sending countless e-mails between Will Day and myself, I'm now looking to the general public for an issue I've had. I recently downloaded the...
This was sent to the list a few days ago by someone else, it may solve the ... I just tried 1.13.3 in MSVC 7, and all I had to do was add this to the top of...
Matthew Tyler
matt@...
Jan 19, 2003 12:58 am
263
I can compile it out of the box with msvc 7 after adjusting the include pages for my machine. Although I haven't tried it for this release, I have compiled...
Sad to say, adding the following to the top of sdk_util.cpp didn't help: #ifdef WIN32 #define vsnprintf _vsnprintf #endif nor did adding the Metamod source...
I'm having some trouble with CSBLd. Some clients are getting the following message when they try to execute the check function: [metamod: command 'csbld_check'...
Matthew Tyler
matt@...
Jan 20, 2003 11:44 pm
266
Hi all, How is it possible to know if a weapon has fired? I'll explain better :P... everytime a player fires his gun or a grenade goes off, I want my plugin to...
Is there an easy way to determine if a server is running a particular MetaMod plugin from within another plugin? Specifically there's certain functionality...
Matthew Tyler
matt@...
Feb 5, 2003 9:26 pm
268
A short time ago, at a computer terminal far, far away, Matthew Tyler ... Not really, no. One of the things Metamod is currently lacking is a framework for...
Thanks for the reply. Hmm... Might there be another way to do it, e.g. checking if certain CVARs exist? I'm not sure how it could be done but there must be...
Matthew Tyler
matt@...
Feb 6, 2003 3:53 am
270
... Well, you could always manually open and parse the addons/metamod/plugins.ini file. Of course, that won't tell you whether the plugin has been unloaded,...
I was attempting to load bot plugins the usual way which is done in HLDS server but for 1.6 Beta through steam. Problem is, localinfo var doesn't seem to be...
... The only feasiable way that I found to pass commandline switch information to Metamod was through +localinfo. I'm not aware of it no longer working in...