Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 124
Search took 0.01 seconds.
Search: Posts Made By: Old and Slow
Forum: Coding MM:S Plugins & SM Extensions 08-01-2019, 16:38
Replies: 4
Views: 11,252
Posted By Old and Slow
Re: old "SayText" in CSGO

Thanks - sorry for the late reply (got sidetracked on something else)
I had peeked at the sourcemod implementation - I just need to dig into it deeper.
Forum: Coding MM:S Plugins & SM Extensions 07-15-2019, 12:02
Replies: 4
Views: 11,252
Posted By Old and Slow
Re: old "SayText" in CSGO

I can't remember the last time it ran but it was probably before then.
Any links to some example code, similar to the Sample and Stub code?

Thanks for the sourcemod link - that may be good to...
Forum: Coding MM:S Plugins & SM Extensions 07-14-2019, 19:31
Replies: 4
Views: 11,252
Posted By Old and Slow
old "SayText" in CSGO

I have a plugin that, once upon a time, worked in both CSS and CSGO with minor logic to handle both. I think that CSGO now uses a newer engine and SDK, so there must be something equivalent for it. I...
Forum: Coding MM:S Plugins & SM Extensions 07-14-2019, 19:28
Replies: 0
Views: 9,977
Posted By Old and Slow
compiling metamod "stub" and "sample"

At the moment, the Sample and Stub code that is included with the metamod download will not build as-is with Visual Studio or the Linux Makefile. I am not familiar with AMBuild but intend to use it...
Forum: Coding MM:S Plugins & SM Extensions 06-16-2019, 20:06
Replies: 4
Views: 10,817
Posted By Old and Slow
Re: Compiling with MM:S after Git 963

Sorry for the late response, but thanks!
Forum: Coding MM:S Plugins & SM Extensions 06-10-2019, 23:30
Replies: 4
Views: 10,817
Posted By Old and Slow
Re: Compiling with MM:S after Git 963

what about Visual Studio?

What do you use for Linux and Windows?
Forum: Coding MM:S Plugins & SM Extensions 06-09-2019, 19:41
Replies: 4
Views: 10,817
Posted By Old and Slow
Compiling with MM:S after Git 963

I haven't needed to rebuild a couple of my MM:S CS:S plugins for quite awhile. However, I want to see if I can get it working for CS:GO, so I grabbed the latest MM:S version, git 970 (stable) and the...
Forum: Scripting 01-29-2019, 10:26
Replies: 2
Views: 1,423
Posted By Old and Slow
Re: access to CSS scoreboard

Thanks - I will give that a try.
Forum: Scripting 01-29-2019, 01:33
Replies: 2
Views: 1,423
Posted By Old and Slow
access to CSS scoreboard

Is there a way to get the current leader on each team for CS:S? This would be the players on the top line of the scoreboard for T and CT.

I can probably recreate this myself but, if it is already...
Forum: Plugins 11-27-2018, 23:52
Replies: 3,002
Views: 1,463,017
Posted By Old and Slow
Re: Sm_Skinchooser

Well, after searching for this error, it appears that the default_skins.ini file cannot have any empty Admin Team sections. I had pulled those out because I wasn't using the Admin section. Windoze is...
Forum: Plugins 11-24-2018, 23:34
Replies: 3,002
Views: 1,463,017
Posted By Old and Slow
Re: Sm_Skinchooser

I am trying to add this to a Linux server for CSS.

I upgraded to MM 1.10.7 git966 and SM 1.9.0 git6261 and version 4.0 of the plugin on both a test Windows 10 server and a Linux (Fedora 16)...
Forum: Source Servers (SRCDS) 08-28-2018, 15:24
Replies: 0
Views: 567
Posted By Old and Slow
CS:S HE grenade on demand exploit

I was speccing a player on my CS:S server and he seemed to be able to toss an HE grenade at will - I saw 4 or 5 thrown in one round well after the buy time expired.

Is anyone aware of a...
Forum: Metamod:Source Questions 05-04-2018, 19:37
Replies: 1
Views: 2,782
Posted By Old and Slow
Re: Trouble setting up metamod

Hmmm, not sure about that link.

Need a little more info.

Windows or Linux?

My setup is different from that tutorial. I have 3 main directory "levels":
install directory (where steamcmd is -...
Forum: Metamod:Source Questions 04-08-2018, 12:51
Replies: 1
Views: 2,801
Posted By Old and Slow
Re: Metamod & CS:GO server problem.

I assume that you have the latest stable versions of MM and SM and any related plugins.

Try using a server start command like this:
srcds -console -condebug -port 27015 -norestart -game csgo...
Forum: General 04-08-2018, 12:28
Replies: 8
Views: 2,619
Posted By Old and Slow
Re: steam ID version

OK, I went back and tried the sm_addban command again using the steamID3 [U:] and it did work. The problem is that the "Admin commands (sourcemod)" page does not show the correct format for...
Forum: General 04-07-2018, 10:04
Replies: 8
Views: 2,619
Posted By Old and Slow
Re: steam ID version

Yes, while connected to the server. I can't get that information from the client alone.

Those are the versions of the plugins. I installed sourcemod 1.8 build 6040 a couple of months ago.
Forum: General 04-06-2018, 22:00
Replies: 8
Views: 2,619
Posted By Old and Slow
Re: steam ID version

sm_version: SourceMod 1.8.0.6040, by AlliedModders LLC

sm plugins list
"Player Commands" (1.8.0.6040) by AlliedModders LLC
"Client Preferences" (1.8.0.6040) by AlliedModders LLC
"Anti-Flood"...
Forum: General 04-06-2018, 19:08
Replies: 8
Views: 2,619
Posted By Old and Slow
Re: steam ID version

sorry, typo, "[U:N:NNNN]"

When I try addban, I get the message "must start with STEAM_"

I will try it again, but it not working is why I asked...


-edit because :x (colon x) just doesn't...
Forum: General 04-06-2018, 10:57
Replies: 8
Views: 2,619
Posted By Old and Slow
steam ID version

There are some sections of sourcemod that still require the old steamID (STEAM_) rather than the new steamID3 ([ULxxxxx]) - sm_addban and the admin.cfg, for example. Is there any plan to upgrade...
Forum: Metamod:Source Questions 12-27-2017, 00:10
Replies: 0
Views: 2,044
Posted By Old and Slow
recommended development environments

Howdy,

It's been a while since I tinkered with the MM:S plugins. Fortunately, the ones I use have not needed to be rebuilt for several years.

At one point I knew which distros of Linux and...
Forum: Plugins 10-30-2016, 00:54
Replies: 2,258
Views: 1,410,878
Posted By Old and Slow
Re: [CSS/CS:GO] Weapon Restrict

Never mind - looks like I changed the wrong line and that confused the issue.
All seems to be working now!
Forum: Plugins 10-19-2016, 22:23
Replies: 2,258
Views: 1,410,878
Posted By Old and Slow
Re: [CSS/CS:GO] Weapon Restrict

I have this plugin running and it seems to work fine for explicitly named maps. I cannot seem to get the "group" maps to work: de_.cfg and others. Is there any particular trick to doing this? I setup...
Forum: General 09-25-2015, 13:27
Replies: 73
Views: 117,423
Posted By Old and Slow
Re: How to make map specific config files.

It looks like 9/16 server update killed this feature.
Anybody else having trouble with it?

.......O&S
Forum: Coding MM:S Plugins & SM Extensions 09-22-2015, 21:44
Replies: 27
Views: 7,666
Posted By Old and Slow
Re: Paying for BASIC help

LOL, nah, statute of limitations ended in June (3 years). :wink:

But I did want to razz ya about it! :nono:
Forum: General 09-22-2015, 07:32
Replies: 4
Views: 927
Posted By Old and Slow
Re: Looking for SM equivalents

Thanks, D-man, I will sift thru those tonight.
Showing results 1 to 25 of 124

 
Forum Jump

All times are GMT -4. The time now is 18:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode