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

Showing results 1 to 18 of 18
Search took 0.01 seconds.
Search: Posts Made By: mrmatthew2k
Forum: Plugins 05-29-2021, 02:02
Replies: 10
Views: 14,587
Posted By mrmatthew2k
Re: [CS:GO] Easy Lan Server Manager v2.0 Updated

You could try this version and see if it does anything at all.
Forum: Plugins 07-15-2020, 01:55
Replies: 10
Views: 14,587
Posted By mrmatthew2k
Re: [CS:GO] Easy Lan Server Manager v2.0 Updated

Try putting mp_warmup_end in the server console before using the new match command.
Here are the warmup related svar my server has. Check and see whats different with your server. Perhaps something...
Forum: Plugins 04-05-2020, 05:49
Replies: 10
Views: 14,587
Posted By mrmatthew2k
Re: [CS:GO] Easy Lan Server Manager v2.0 Updated

Coronavirus has made my life slower, so I gave this plugin an update. I think it has finally reached a reliable level of functionality. Give it a try and let me know if this does/doesn't work for you.
Forum: Scripting 11-24-2019, 02:04
Replies: 2
Views: 972
Posted By mrmatthew2k
Re: Launch a smoke grenade 2.5 degrees to my right

Not exactly sure what you're describing. I also am not familiar with conventions of csgo's vectors. But keep in mind that the radius about the z axis is small when looking straight up. So it makes...
Forum: Plugins 12-29-2018, 07:42
Replies: 10
Views: 14,587
Posted By mrmatthew2k
Re: [CS:GO] Easy Lan Server Manager

I think implementing this feature is best unimplemented because it could manipulate the integrity of the outcome of the game if kills that happened are being reversed.
Forum: General 12-23-2018, 03:30
Replies: 1
Views: 1,280
Posted By mrmatthew2k
Re: CS:GO - Tablet as VGUI (MOTD), It's possible?

Dude I been dying to find out the viability of putting custom content on the tablet, but I dont know enough to really know what to do. I made my own thread here with a tiny bit more information....
Forum: General 12-18-2018, 18:48
Replies: 5
Views: 2,534
Posted By mrmatthew2k
Re: [CS:GO] Modifying weapon_tablet

Here's the netvar dump for the tablet class but I don't really know what to do with it. Is there a possibility to create new custom events to give scripters a layer of functionality to the tablet...
Forum: General 12-18-2018, 15:15
Replies: 5
Views: 2,534
Posted By mrmatthew2k
[CS:GO] Modifying weapon_tablet

Has anyone looked into the feasibility of delivering custom content to the danger zone tablet?
Forum: Scripting 08-23-2017, 17:38
Replies: 12
Views: 2,833
Posted By mrmatthew2k
Forum: Scripting 08-20-2017, 16:14
Replies: 12
Views: 2,833
Posted By mrmatthew2k
Re: [CS:GO] Problem calling ChangeClientTeam when "Continue" screen is still opened

I do. And I just put it on a timer. It seems to work for me, but maybe I haven't tested it enough idk. Maybe you could try hooking a player joining a team and then redundantly putting them on the...
Forum: Scripting 08-20-2017, 16:08
Replies: 12
Views: 2,833
Posted By mrmatthew2k
Re: [CS:GO] Problem calling ChangeClientTeam when "Continue" screen is still opened

stock void SwitchPlayerTeam(int client, int team) {
if (GetClientTeam(client) == team)
return;

if (team > CS_TEAM_SPECTATOR) {
CS_SwitchTeam(client, team);
...
Forum: Plugin/Gameplay Ideas and Requests 08-09-2017, 12:06
Replies: 14
Views: 4,660
Posted By mrmatthew2k
Re: [REQ] Disable helmet on pistol rounds

try this really shitty code i wrote

#pragma semicolon 1

#define DEBUG

#include <sourcemod>
#include <sdktools>
Handle maxrounds;
Forum: Plugins 07-17-2017, 15:24
Replies: 10
Views: 14,587
Posted By mrmatthew2k
Re: [CS:GO] Easy Lan Server Manager

I added knife rounds. The niche this plugin is trying to fill is for lans that have little forethought and organization, but to still provide all the safe guards so that the admin doesn't have to...
Forum: Plugins 07-16-2017, 22:04
Replies: 10
Views: 14,587
Posted By mrmatthew2k
[CS:GO] Easy Lan Server Manager v2.0 Updated

This plugin is designed to be a no-fuss, on-the-fly manager for admins running small lan (or online) tournaments for csgo. This plugin was inspired by experiences at small lans where the plugins they...
Forum: Plugins 07-15-2017, 12:31
Replies: 0
Views: 1,637
Posted By mrmatthew2k
[CS:GO] Time Needed to Defuse

If the bomb explodes before a defuse finishes and the player only needed less than 1 second to successfully defuse it, the plugins prints how much more time was needed to defuse the bomb...
Forum: Scripting 07-08-2017, 10:13
Replies: 3
Views: 1,064
Posted By mrmatthew2k
Re: Socket Help?

With that info I actually got it working. I just needed newlines. lol thanks! I'm surprised this works!
Forum: Trash 07-06-2017, 23:58
Replies: 1
Views: 1,113
Posted By mrmatthew2k
[CS:GO] Run The Bomb Gamemode

This plugin makes it so terrorist cannot move when the bomb is in a players inventory. This adds another layer of teamwork as players have to pass the bomb to each other, or elect to have players...
Forum: Scripting 07-06-2017, 21:57
Replies: 3
Views: 1,064
Posted By mrmatthew2k
I've only written a few basic, messy plugins so...

I've only written a few basic, messy plugins so in regards to knowing how to query my teamspeak server in pawn i have no idea.

So here I just have several convars where the admin can input their...
Showing results 1 to 18 of 18

 
Forum Jump

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


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