Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: Domino_
Forum: Off-Topic 06-01-2022, 21:53
Replies: 38
Views: 7,335
Posted By Domino_
Re: AM logo

Wow, there’s a lot to unpack here.

Right off the bat, it’s a massive red flag that you seem to think adding some pretty coloured lines to a logo in the top corner of the forum is in any way...
Forum: Plugins 06-01-2021, 17:55
Replies: 4
Views: 4,007
Posted By Domino_
Forum: General 11-02-2020, 18:01
Replies: 11
Views: 5,387
Posted By Domino_
Re: SourceGo: Experimental Golang to SourcePawn Transpiler

I look forward to seeing where this goes :)
Forum: Plugins 03-06-2020, 16:15
Replies: 34
Views: 19,278
Posted By Domino_
Re: [ANY] Simple Fastdownload

I didn't do any benchmarking prior to release, only did basic testing to make sure it worked. It should be fairly performant in theory, but I'm not able to easily test this.
Forum: Plugins 03-05-2020, 18:32
Replies: 34
Views: 19,278
Posted By Domino_
[ANY] Simple Fastdownload

Simple Fastdownload

Provides fastdownload support for srcds without the need for webhosting. By default, it will automatically change the value of sv_downloadurl and serve files that are either in...
Forum: General 06-19-2018, 21:58
Replies: 37
Views: 13,601
Posted By Domino_
Re: [CS:GO] Panorama Released in Beta Branch

I could open menus fine, it was just pressing 8 to open the next page that caused it to crash. I was using a slightly older build of sourcemod, but still had the issue with latest build as well.
Forum: General 06-19-2018, 18:08
Replies: 37
Views: 13,601
Posted By Domino_
Re: [CS:GO] Panorama Released in Beta Branch

Trying to open the next page of a menu will cause a crash. (Although this is on a listen server)
https://i.imgur.com/54sHlLt.png

I believe this is the issue, g_HL2.CurrentCommandName() is...
Forum: Source Servers (SRCDS) 04-30-2018, 10:12
Replies: 170
Views: 99,118
Posted By Domino_
Re: CSGO - have fun with the server lagger exploit

I only briefly read over the code when updating it to new syntax, wasn't thinking to much about the logic of the timer. Just assumed they had their reasons and wanted to get a compiled plugin for...
Forum: Source Servers (SRCDS) 04-30-2018, 09:29
Replies: 170
Views: 99,118
Posted By Domino_
Re: CSGO - have fun with the server lagger exploit

I've combined the plugin from the video's description with the previous plugin released in this thread.

Edit: Added ConVar for max voice packets per second before banning.
Forum: Source Servers (SRCDS) 04-30-2018, 08:27
Replies: 170
Views: 99,118
Posted By Domino_
Re: CSGO - have fun with the server lagger exploit

The new exploit involves sending voice data and the code for it was just released publicly, so there will probably be another wave of people abusing it. The code that was released sends ~900 blank...
Forum: Scripting 01-24-2018, 14:32
Replies: 5
Views: 2,133
Posted By Domino_
Re: Help Getting Clan Tag [CS:GO]

I would suggest using OnClientCommandKeyValues as this will be called when someone sends the clantag they're using to the server. This method also has the advantage of being able disable their...
Forum: Plugins 01-23-2018, 14:10
Replies: 167
Views: 152,268
Posted By Domino_
Re: [CS:GO] Movement Unlocker

The ConVar you're looking for is mp_tagging_scale (https://forums.alliedmods.net/showpost.php?p=2285028&postcount=5), it's hidden by the FCVAR_DEVELOPMENTONLY flag so use sm_cvar.
sm_cvar...
Forum: Plugins 12-17-2017, 10:11
Replies: 20
Views: 18,819
Posted By Domino_
Re: [CSGO][Retakes] Autoplanter

Thanks, thought something like that might have happened. I'm glad it's been fixed up and released :3
Forum: Plugins 12-16-2017, 11:10
Replies: 20
Views: 18,819
Posted By Domino_
Re: [CSGO][Retakes] Autoplanter

It would be appreciated if you could credit me as this is a modified version of one of the plugins I wrote for B3none.
https://i.imgur.com/z4TED5j.pngI'm aware the plugin was unfinished and has...
Forum: General 08-19-2017, 07:17
Replies: 372
Views: 110,822
Posted By Domino_
Re: New CSGO update broke my server

I've managed to fix this crash by removing the code you quoted from OnMapStart() and adding this

if(!g_iaGrenadeOffsets[0]) {
int end = sizeof(g_saGrenadeWeaponNames);
for (int i=0; i<end;...
Forum: Plugins 05-27-2017, 14:19
Replies: 141
Views: 43,938
Posted By Domino_
Forum: Plugins 04-21-2017, 16:53
Replies: 14
Views: 8,702
Posted By Domino_
Re: [CSGO/ANY?] punish instant bomb explode/defuse (fixed false bans)

Edit: Important, I was half asleep when I wrote this and didn't think through every combination of events. This is entirely my fault for trying to fit the plugin into as few lines as possible. People...
Forum: Plugins 04-19-2017, 19:03
Replies: 83
Views: 30,056
Posted By Domino_
Re: [CS:GO] Hitman Mod (v1.10 1/4/2017)

I would advise not setting sv_cheats to 1 (https://github.com/Rachnus/HitmanCSGO/blob/master/addons/sourcemod/scripting/hitmancsgo.sp#L1531) as there are certain console commands a client can run to...
Forum: Plugins 04-18-2017, 19:01
Replies: 14
Views: 8,702
Posted By Domino_
[CSGO/ANY?] punish instant bomb explode/defuse (fixed false bans)

Here is a quick plugin to help deal with a new cheat feature that allows the user to cause the bomb to instantly explode and to defuse instantly. It will permanently ban a client if the bomb_planted...
Forum: Plugin/Gameplay Ideas and Requests 04-15-2017, 16:35
Replies: 9
Views: 5,866
Posted By Domino_
Re: [CSGO] Player trail & aura work without store.

I modified https://forums.alliedmods.net/showpost.php?p=2474158&postcount=1006 for Store by Zephyrus to work from a .cfg file, you can use !hideauras to block them and !reloadauras to reload the...
Forum: Plugins 11-15-2016, 19:08
Replies: 19
Views: 31,353
Posted By Domino_
Re: [Any/CS:S] SSJ: Advanced

Was crashing is CSGO due to the PrintColorText function, I just replaced it with multicolors' CPrintToChat and it no longer crashes.
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 13:00.


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