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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: switz213
Forum: General 06-23-2022, 20:07
Replies: 55
Views: 16,764
Posted By switz213
CS:GO Update broke SM/meta (June 23rd)

Getting this error after the latest update. Upgraded my sourcemod/metamod to latest dev builds, but unfortunately that didn't help.

A few people in discord also seeing this, happy to provide any...
Forum: General 03-24-2017, 20:59
Replies: 4
Views: 1,231
Posted By switz213
Re: SetEntProp is crashing my server on occasion

Yeah it's definitely happening as a result of that line, but maybe coinciding with something else.

I run hundreds of matches a day and this happens a few times each day, always on the same line...
Forum: General 03-24-2017, 00:32
Replies: 4
Views: 1,231
Posted By switz213
SetEntProp is crashing my server on occasion

public Action Event_PlayerSpawn(Event event, const char[] name, bool dontBroadcast) {
if (g_GameState == GameState_WarmupWaitingForPlayers) {
int client =...
Forum: Scripting 01-24-2017, 13:19
Replies: 5
Views: 1,267
Posted By switz213
Pull player pose parameters and log to console

Is this possible? How can I grab a player's entity?

GetEntPropFloat(ent, Prop_Send, "m_flPoseParameter", 0);
or even
GetEntPropFloat(ent, Prop_Send, "m_flPoseParameter[0]");
Forum: Scripting 05-28-2016, 13:55
Replies: 1
Views: 695
Posted By switz213
Detect wall penetration on player_hurt event

I presume this is not possible as there is a penetrated flag on player_death, but not player_hurt. https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#player_death

Is there any way...
Forum: Extensions 05-11-2016, 00:59
Replies: 78
Views: 152,012
Posted By switz213
Re: [EXTENSION] SMJansson 2.3.1/3 (2012-05-07)

Can I get an array from a json object via json_object_get? If I want to append/create an array beneath a json object, would this code work?


Handle jsonObj = json_object();
...
Forum: Scripting 04-14-2016, 01:15
Replies: 4
Views: 1,119
Posted By switz213
Monitor server performance

Is there any way to check a server's sv values and other things that appear on net_graph?
Forum: Scripting 03-17-2016, 00:21
Replies: 4
Views: 914
Posted By switz213
Re: Remote load mp3 audio and play it

I'll give it a shot. If you have any sample code it would be great if you could pass it along. Thanks!
Forum: Scripting 03-15-2016, 13:36
Replies: 4
Views: 914
Posted By switz213
Remote load mp3 audio and play it

Is there any simple way to download a remote mp3 file, store it to disk, and then play it for a singular player?
Forum: Scripting 02-26-2016, 01:46
Replies: 4
Views: 3,946
Posted By switz213
[CS:GO] End match early?

How can I end a match early either by surrender or tie? (mp_overtime_halftime_pausetimer is set to 1, at which point a vote is triggered which may result in users declining to play overtime and...
Forum: Source Servers (SRCDS) 02-10-2016, 00:26
Replies: 0
Views: 479
Posted By switz213
Player doesn't spawn when connecting during freeze time

Any idea if there is a cvar to ensure players who connect during freeze time are spawned? By default they seem to remain dead and must wait until the next round.

I tried adding this via sourcemod...
Forum: Plugin/Gameplay Ideas and Requests 01-18-2016, 13:03
Replies: 4
Views: 1,460
Posted By switz213
Re: CSGO Dead Talk Timer

I have yet to test this but is it possible to make it so dead players can voice chat with other dead players on their team, instead of muting them entirely, while live players can only hear other...
Forum: Scripting 01-13-2016, 20:09
Replies: 0
Views: 524
Posted By switz213
[CS:GO] Deathcam frozen on death

Is it possible to freeze the player's view on a single frame when dead? After 5-6 seconds, then switch the players camera to spectate.
Forum: General 01-06-2016, 19:17
Replies: 0
Views: 347
Posted By switz213
[removed]

[removed]
Forum: Unapproved Plugins 12-09-2015, 20:06
Replies: 15
Views: 8,222
Posted By switz213
Re: [CSGO] R8 Revolver Fixes

Would love to see a standalone plugin that disabled the purchase of the R8 revolver for all players.
Forum: Plugin/Gameplay Ideas and Requests 11-20-2015, 14:21
Replies: 1
Views: 1,054
Posted By switz213
Block Clantag updates?

Players with clantag binds often spam up my logs. Is there any way to only allow clantags to be set a limited number of time per match or server (5?)
Forum: Scripting 10-26-2015, 03:24
Replies: 2
Views: 1,176
Posted By switz213
Re: [CS:GO] Drop Weapon w/ velocity

Do you have any sample values for the velocity target and velocity vector? I'd like it to throw the gun in front of the player's current position ~500 units at relatively quick speed.
Forum: Scripting 10-25-2015, 16:25
Replies: 2
Views: 1,176
Posted By switz213
[CS:GO] Drop Weapon w/ velocity

Even with the third argument being true, CS_DropWeapon seems to drop the weapon underneath the player from the center of the body.

Any ideas why? This is a bot during freeze time if that changes...
Forum: Source Servers (SRCDS) 10-09-2015, 12:21
Replies: 0
Views: 481
Posted By switz213
Supress game logs in console

I want to track game logs in a file, but monitor sourcemod logs (LogDebug) in the console and file. Is that possible?

Or, would it be possible to disable the "x purchased y" logs as those flood...
Forum: General 10-08-2015, 14:24
Replies: 3
Views: 616
Posted By switz213
Re: Logging exception

Yes all of those say that its a permissions issue, but I've checked and I have write permissions to that folder.

Do I have to `touch` (create) the file first?
Forum: General 10-08-2015, 13:57
Replies: 3
Views: 616
Posted By switz213
Logging exception

L 09/16/2015 - 22:33:00: [SM] Unexpected fatal logging error (file "/home/dathost/csgo_ds/csgo/addons/sourcemod/logs/L20150916.log")
L 09/16/2015 - 22:33:00: [SM] Platform returned error: "No such...
Forum: Source Servers (SRCDS) 08-03-2015, 05:22
Replies: 1
Views: 511
Posted By switz213
[CS:GO] A few questions about voting and workshop maps

I was hoping someone could point me in the right directions. If this is the wrong place to ask, please forward me to the appropriate place.

1) Is it possible to implement in-game vote kicking and...
Forum: General 06-13-2015, 20:52
Replies: 4
Views: 2,761
Posted By switz213
Compiling sourcepawn plugin on Mac

I have a plugin with the following directory structure:

I downloaded the mac binary of spcomp and when I try to run ./spcomp mm.sp this is the error that I get.

SourcePawn Compiler 1.7.2...
Showing results 1 to 23 of 23

 
Forum Jump

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


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