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

Showing results 1 to 25 of 216
Search took 0.01 seconds.
Search: Posts Made By: azalty
Forum: Scripting 04-06-2024, 07:52
Replies: 15
Views: 19,730
Posted By azalty
Re: [CS:GO] Altering weapon run speed values

Create a file ending with .sp, paste the code inside, then drag and drop it into compile.exe (which is located in sourcemod/scripting/). A .smx file should end up being generated in the...
Forum: Source Servers (SRCDS) 03-13-2024, 14:14
Replies: 8
Views: 2,029
Posted By azalty
Re: Cannot connect to own CS:GO server

From what I can tell, it's not malicious. However, it seems like it's bypassing the server challenge, which was put in place to prevent third parties from using your server to attack someone by...
Forum: Plugins 03-09-2024, 17:36
Replies: 134
Views: 75,973
Posted By azalty
Re: [CSS & CSGO] Throwing Knives

Here is the noblock fix implemented to this plugin, as requested privately by a user.
All the details are on my MyJailShop Pull Request on GitHub.
Forum: Source Servers (SRCDS) 02-10-2024, 09:51
Replies: 8
Views: 2,029
Posted By azalty
Re: Cannot connect to own CS:GO server

Here's the fork used, with updated gamedata, for anyone wondering: https://github.com/eldoradoel/NoLobbyReservation/

Tested and works great

I wish I knew how to do all that
Forum: SM_Hosties 08-06-2023, 22:01
Replies: 0
Views: 2,715
Posted By azalty
[CS:S/CS:GO] Hosties+ (v5.1.0, 2023-08-07)

Hosties+

Hosties+ is a fork of ENT_Hosties (https://github.com/Sples1/ENT_Hosties/) (AlliedModders (https://forums.alliedmods.net/showthread.php?t=307634)), which is a fork of SM_Hosties v2...
Forum: SM_Hosties 08-04-2023, 08:59
Replies: 2
Views: 6,345
Posted By azalty
Re: i need SM_hosties help please

Pretty old post, but I've started Hosties+, a fork on GitHub. No AM thread yet, but it'll come later, probably..

https://github.com/azalty/sm-hosties-plus
Forum: Plugins 07-28-2023, 10:03
Replies: 94
Views: 116,081
Posted By azalty
Re: [CS:S] Bhop - Features for BunnyHop's servers

That's a CS:S only plugin.

Works fine on CS:S.
Forum: Plugins 07-17-2023, 20:23
Replies: 501
Views: 171,719
Posted By azalty
Re: [ANY] Little Anti-Cheat

The plugin recently changed to another config system that could better handle convar changes.
This change was implemented by myself as I know this config system worked well for me in the past.
...
Forum: Scripting 07-14-2023, 22:00
Replies: 3
Views: 888
Posted By azalty
Forum: Scripting 07-14-2023, 21:58
Replies: 3
Views: 822
Posted By azalty
Re: Deathrun Knife MOD [CSGO]

You should be able to check if they're holding a knife or not with that.

char sWeaponName[64];
GetClientWeapon(client, sWeaponName, sizeof(sWeaponName));
if ((StrContains(sWeaponName, "knife",...
Forum: Plugins 07-14-2023, 21:08
Replies: 16
Views: 5,752
Posted By azalty
Re: [ANY?] SourceMod Re-Banner - ban alts of banned players through clientside cooki

Nice plugin! A lot of us thought about doing that but you actually made it! :)
Forum: Unapproved Plugins 07-10-2023, 20:15
Replies: 111
Views: 42,537
Posted By azalty
Re: [CSGO, CSS] ENT_Hosties 4.2.2fix - [2020. 12. 02]

Due to the plugin not being maintained anymore and having no communication, I have decided to create a new fork called Hosties+, which is based on ENT_Hosties.

If anyone wants to try Hosties+, I...
Forum: SM_Hosties 07-10-2023, 10:20
Replies: 2,851
Views: 1,242,525
Posted By azalty
Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)

Due to the plugin being heavily outdated and bugged, I have decided to create a new fork called Hosties+, which is based on ENT_Hosties, a fork of SM_Hosties

ENT_Hosties brings a lot of changes...
Forum: Scripting 07-07-2023, 11:43
Replies: 4
Views: 953
Posted By azalty
Re: I'm looking for a plugin

You could use my "No Dupe Account" CS:GO plugin, which could fit your needs.
See https://forums.alliedmods.net/showthread.php?t=330779 - https://github.com/azalty/sm-no-dupe-account/

The plugin...
Forum: Plugins 05-21-2023, 13:24
Replies: 1,980
Views: 1,043,905
Posted By azalty
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

Use the console commands, should be sm_givecredits - but for the reset one idk, you should look at the code
Forum: Plugins 04-15-2023, 06:30
Replies: 13
Views: 1,743
Posted By azalty
Re: [ANY] SLAYER IP Detector (Anti-IP Promotion)

Ultimate bypass: send domain name + port instead
Server operators hate this one trick!
Good plugin idea nonetheless
Forum: Plugins 03-18-2023, 09:25
Replies: 62
Views: 13,769
Posted By azalty
Re: [CS:GO] No Dupe Account (1.5.2, 2023-03-02)

An occasional request fail is not uncommon or a problem. Status code 500 means the Steam servers encountered an error. If you do not have future messages, that means the request worked on try 2, so...
Forum: Plugins 03-02-2023, 09:33
Replies: 62
Views: 13,769
Posted By azalty
Re: [CS:GO] No Dupe Account (1.5.2, 2023-03-02)

Plugin has been updated to 1.5.2 - this version adds a new "nda_prime 3" option and fixes some stuff.
This version features translation changes, be sure to update those files as well.

SourceMod...
Forum: Metamod:Source Plugins 01-27-2023, 16:13
Replies: 1,843
Views: 1,275,516
Posted By azalty
Re: Add breakable to all prop_door_rotating?

There isn't any breakable property for func_door_rotating entities.
Forum: Plugins 01-03-2023, 17:23
Replies: 232
Views: 128,614
Posted By azalty
Re: [ANY] Most Active (play time rank system) webpanel included [Updated 30-May-2022]

Nice update! Although I still think most people would want to have the default value set to 0.

Any plans on adding translation support?
Forum: Plugins 01-03-2023, 13:58
Replies: 232
Views: 128,614
Posted By azalty
Re: [ANY] Most Active (play time rank system) webpanel included [Updated 30-May-2022]

I've attached a version without any database pruning. Sadly, it pretty much breaks the purpose of the plugin and it's not disablable by default.

The plugin version is 2.6.2. My upload's version is...
Forum: Scripting 12-17-2022, 22:10
Replies: 3
Views: 622
Posted By azalty
Re: CSGO loading screen music problem

I think you're trying to do something like gmod loading screens but I'm afraid you can't do that on cs:go or any other source game.
Forum: Scripting 12-04-2022, 16:55
Replies: 10
Views: 1,086
Posted By azalty
Re: Enum struct, how do we access the struct property as parameter?

index.CameraShakeChance or FPlayerChances[client][index].CameraShakeChance ?

I'm pretty confused about your code. I don't really get it, you pass an enum struct as a parameter called index (weird...
Forum: Scripting 12-04-2022, 16:53
Replies: 6
Views: 858
Posted By azalty
Re: Request: Plugin that terminates round (excluding bots)

Why would it fail though? It's a base game cvar.
Forum: Plugins 12-02-2022, 13:58
Replies: 501
Views: 171,719
Posted By azalty
Re: [ANY] Little Anti-Cheat

SM 1.11 is the latest stable SourceMod version. You should always try to compile plugins with it. If it doesn't work, go down gradually.

At the moment, a version that is guaranteed to work is SM...
Showing results 1 to 25 of 216

 
Forum Jump

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


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