Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: psychonic
Forum: Source Servers (SRCDS) 11-14-2023, 11:33
Replies: 300
Views: 312,879
Posted By psychonic
Re: Source Admin Tool (HLSW Alternative)

What specifically are you looking for in an update? (real question)
Forum: News 07-02-2022, 23:19
Replies: 9
Views: 16,992
Posted By psychonic
SourceMod 1.11 Now Stable

It's been cooking for long enough, so SourceMod 1.11 is now, finally declared stable. A new release was overdue, so this post includes an unusually long list of changes. We've highlighted some...
Forum: Extensions 05-21-2022, 22:35
Replies: 4
Views: 2,782
Posted By psychonic
Re: [Windows] SQLite 3.38.3 - 01.05.2022

It would be very preferable if you would use a different extension/db/include name to not conflict with named used by first-party SM extensions.
Forum: Snippets and Tutorials 05-21-2022, 22:31
Replies: 13
Views: 7,001
Posted By psychonic
Re: [INC] Karyuu Library | Community Collection

Using a prefix is the closest thing available to having a namespace. It makes sense to avoid potential collision with other includes or future first-party functions.
Forum: Source Servers (SRCDS) 01-11-2022, 22:09
Replies: 300
Views: 312,879
Posted By psychonic
Re: Source Admin Tool (HLSW Alternative)

No, only Source games are supported for RCon. For querying, any game using the built-in query support in the Steamworks SDK is supported.
Forum: Plugins 10-04-2021, 21:51
Replies: 204
Views: 123,695
Posted By psychonic
Re: Steam Group Admins (updated 2011-09-26)

Using the SteamWorks version and completely removing the SteamTools extension from your server should fix it.
Forum: Scripting 10-23-2020, 01:06
Replies: 6
Views: 2,093
Posted By psychonic
Re: [CS:GO] Getting data from the netprop "m_szCrosshairCodes"

Nothing. It's a bug. I've posted a fix here, https://github.com/alliedmodders/sourcemod/pull/1372


That should work, or you can also manually call ClientCommandKeyValues to simulate a player...
Forum: Metamod:Source Questions 08-17-2020, 22:07
Replies: 1
Views: 10,502
Posted By psychonic
Re: FOF Server not working with MM

This is the same issue as https://github.com/alliedmodders/metamod-source/issues/70
Forum: Source Servers (SRCDS) 08-16-2020, 09:38
Replies: 300
Views: 312,879
Posted By psychonic
Re: Source Admin Tool (HLSW Alternative)

Try adding the -usercon command line parameter.
Forum: Coding MM:S Plugins & SM Extensions 06-10-2019, 23:22
Replies: 4
Views: 10,804
Posted By psychonic
Re: Compiling with MM:S after Git 963

You probably need to use a newer version of GCC, or use Clang.
Forum: General 05-29-2019, 17:33
Replies: 2
Views: 1,716
Posted By psychonic
Re: SRCDS Crashing upon correct install of Sourcemod/Metamod for Hidden Source 4b

I was going to take a look at this, but I can't even get it to run without MM:S/SM.

As far as I can tell, the Source 2006 dedicated server files aren't even on Steam anymore.
Forum: Metamod:Source Questions 05-27-2019, 16:10
Replies: 1
Views: 12,055
Posted By psychonic
Re: CreateMessage from IServerPluginHelpers

The dialogs/message created by IServerPluginHelpers::CreateMessage aren't supported on CS:GO. The interface and networking are there, but there's nothing to make them actually display.
Forum: General 05-04-2019, 08:39
Replies: 18
Views: 6,033
Posted By psychonic
Re: CS:GO New update 04/30/2019 - Need Update Signatures

No one updated the updater for the 1.9 branch after the updated gamedata was pushed there. I've updated it now.
Forum: Scripting 04-13-2019, 09:57
Replies: 5
Views: 1,853
Posted By psychonic
Forum: General 03-09-2019, 20:18
Replies: 9
Views: 2,603
Posted By psychonic
Re: Cookie Banning

You're missing the fact that it's trivial to clear your Steam browser cookies while annoying legit players.
Forum: Metamod:Source Questions 02-16-2019, 10:11
Replies: 2
Views: 9,203
Posted By psychonic
Re: Menu creation in plugin sample_mm does not working

CS:GO doesn't support that old style of menu.

If you want to use the "radio" menu like SourceMod does, you need to send the usermessage for it (and watch for the menuselect commands).
Forum: Extensions 02-16-2019, 10:08
Replies: 846
Views: 570,801
Posted By psychonic
Re: [ANY] SteamWorks

The stat name would be different per game, if the game even has a stat for that. CS:GO does - the name you'd use is "total_time_played". The easiest way to look up stat types defined for a game are...
Forum: Scripting 02-11-2019, 11:19
Replies: 12
Views: 3,396
Posted By psychonic
Re: [H3LP] FindEntityInSphere

If you end up looping, it's probably faster to use FindEntityByClassname with a classname of "*". (It supports wildcarding the end of the string). That will just loop over all entities in the global...
Forum: Source Servers (SRCDS) 02-07-2019, 21:37
Replies: 2
Views: 1,949
Posted By psychonic
Re: Source SDK Base 2013 Deticated Server

Basic SourceMod functionality will work, but any functions that require "gamedata" will not work out of the box until that is created for the mod. This includes nearly all of the functionality of the...
Forum: Coding MM:S Plugins & SM Extensions 01-08-2019, 17:14
Replies: 1
Views: 2,886
Posted By psychonic
Re: Could not find interface: ISourceMod

You likely compiled the extension against the master branch, which has a higher ISourceMod interface version. Recompile after switching to the 1.9-dev branch, or upgrade to SM 1.10.x.
Forum: SourceMod Anti-Cheat 12-20-2018, 21:06
Replies: 1
Views: 2,933
Posted By psychonic
Re: smac enable command cheer violation

Only the latest Steam version of the game is supported.
Forum: General 12-17-2018, 19:07
Replies: 6
Views: 2,284
Posted By psychonic
Re: Signature of small functions

What are you trying to accomplish?
Forum: General 12-10-2018, 19:55
Replies: 3
Views: 1,136
Posted By psychonic
Re: Question about translations

With a couple of recent exceptions, SM supports the languages that Steam supports (and thus, the cl_language values of those games).
Forum: General 12-09-2018, 08:50
Replies: 7
Views: 2,212
Posted By psychonic
Re: after update csgo , cresh server

Sounds like outdated PTaH.

Edit: actually, looks like AlwaysWeaponSkins needed an update as well. Make sure you have the latest of that. It could cause the same issue.
Forum: General 12-08-2018, 14:33
Replies: 7
Views: 2,212
Posted By psychonic
Re: after update csgo , cresh server

IVP errors sound like outdated SDKTools or PTaH. Without the updated GiveNamedItem calls in those, given items get sent to randomish coordinates.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 02:09.


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