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

Showing results 1 to 25 of 192
Search took 0.01 seconds.
Search: Posts Made By: SHUFEN
Forum: Plugins 10-12-2021, 10:52
Replies: 4
Views: 1,567
Posted By SHUFEN
Re: [CSGO] Server Side Ragdolls

For Windows, you have to take some registers into account before SDKCall.
If it were an extension, for example,
__asm {
add esp, 0xc;
}

If you want to embed this in a plugin, you may need...
Forum: Plugins 10-11-2021, 05:17
Replies: 9
Views: 3,967
Posted By SHUFEN
Re: [CSGO] - Remove Hint Dollar

Awesome.
It should be noted that we will use this thoughtfully so that Valve does not trigger a fix.
Never include ads or URLs.
Forum: Plugins 09-27-2021, 23:13
Replies: 15
Views: 7,830
Posted By SHUFEN
Re: [CS:GO] Damage-Bar (v1.0.0 | 27 September 2021)

This is better in respect of material-free compared to others.
Forum: Snippets and Tutorials 08-30-2021, 01:53
Replies: 23
Views: 27,240
Posted By SHUFEN
Re: [CSGO] New HTML Font supported hud element

I was interested in that, but apparently that is on the client side, and cannot be changed from the server.
Forum: Plugins 08-29-2021, 03:33
Replies: 36
Views: 20,699
Posted By SHUFEN
Re: [CS:GO] Particle System Fix && Particle String Table Expander

Update: Particle System Fix v1.1 (Minor Update)

The problem was, when using ParticleStringTableExpander to play ze_FFXII_Salikawood_v1 in Zombie Escape Server, the 1024th and later particles are...
Forum: Plugins 08-03-2021, 06:06
Replies: 314
Views: 182,813
Posted By SHUFEN
Re: [CS:GO] Always Weapon Skins [2.2.8 :: 2018.12.09]

This is one of the fork I created.
Try this. At least there are no longer bugs.
https://github.com/Xectali/CSGO-Always-Weapon-Skins
Forum: Plugins 07-25-2021, 09:33
Replies: 3
Views: 2,876
Posted By SHUFEN
Re: [CS:GO] Color Correction Controller - mat_colorcorrection (0.3, 07-25-2021)

Updated to 0.3
Fixed a problem with maps using multiple layers of color_correction.
Forum: Plugins 07-24-2021, 02:51
Replies: 3
Views: 2,876
Posted By SHUFEN
Re: [CS:GO] Color Correction Controller - mat_colorcorrection (0.1, 07-23-2021)

Updated to 0.2
I forgot that OnEntitySpawned is not working in SM 1.10
Forum: Plugins 07-23-2021, 08:35
Replies: 3
Views: 2,876
Posted By SHUFEN
[CS:GO] Color Correction Controller - mat_colorcorrection (0.3, 07-25-2021)

About:
:: Color Correction Controller

Unlike CS:S, we can't change mat_colorcorrection to 0 in CS:GO without sv_cheats 1.
This plugin allows players to use an alternative to...
Forum: Plugins 07-20-2021, 03:06
Replies: 36
Views: 20,699
Posted By SHUFEN
Re: [CS:GO] Particle System Fix && Particle String Table Expander

Added: Particle String Table Expander
see first post
Forum: Plugins 07-19-2021, 20:56
Replies: 9
Views: 3,637
Posted By SHUFEN
Re: [CS:GO] BSP ConVar Custom Whitelist

Yea, this is better than mine.
Sorry for my negligence, that is outdated.
My latest version is also using the way of this.
Just use this.
Forum: Plugins 07-04-2021, 23:31
Replies: 36
Views: 20,699
Posted By SHUFEN
Re: [CS:GO] Particle System Fix - Cleanup particles on map end (1.0)

What was wrong in yours?
This should be working without any edit.
Try new gamedata. (I updated first post)
Forum: Scripting 07-04-2021, 21:00
Replies: 2
Views: 3,701
Posted By SHUFEN
Re: sourcemod material proxies

unfortunately it is client side completely. that is can't pass through anything for clients vmt.
Forum: Extensions 06-29-2021, 02:25
Replies: 74
Views: 69,915
Posted By SHUFEN
Re: [CS:S/CS:GO] Bot Attack Control

Signature is not tested but it should work the same on Windows.
Forum: Extensions 06-28-2021, 23:39
Replies: 74
Views: 69,915
Posted By SHUFEN
Re: [CS:S/CS:GO] Bot Attack Control

CS:GO - Linux build is here. (Working on 06/29/2021, included this (https://forums.alliedmods.net/showpost.php?p=2556408&postcount=58) fix)
Forum: General 06-16-2021, 08:49
Replies: 2
Views: 1,262
Posted By SHUFEN
Re: [SM Extensions] Need help with compilation!

you need to include dir sourcemod/public/amtl and sourcemod/public/amtl/amtl, in AMBuilder
Forum: Plugins 06-13-2021, 00:13
Replies: 64
Views: 33,830
Posted By SHUFEN
Re: [CS:GO] CS:GO Player Models and Arms [Updated 31-May-2021]

What are the advantages of using MdlCh_PlayerSpawn instead of SetEntityModel and m_szArmsModel?
Forum: Scripting 05-25-2021, 12:02
Replies: 21
Views: 8,118
Posted By SHUFEN
Re: CS:GO plugin that drops cases as if game ends

This will make it as if it were 4 maps of 5 min, though one map of 20 min in real.
It does not change the real amount of drops. This isn't like a magic.
Forum: Plugins 05-25-2021, 00:25
Replies: 0
Views: 1,770
Posted By SHUFEN
[CS:GO] Context Manager (0.1, 05-25-2021)

Implement native functions to allow manipulation and retrieval of entities' m_ResponseContexts values from plugins.
This is useful for some maps....
Forum: Plugins 05-22-2021, 21:51
Replies: 3
Views: 2,498
Posted By SHUFEN
Re: [CS:GO] Simple Flashlight (1.0, 05-23-2021)

That is literally what I did.
Forum: Plugins 05-22-2021, 13:52
Replies: 3
Views: 2,498
Posted By SHUFEN
[CS:GO] Simple Flashlight (1.0, 05-23-2021)

This is ultra simple plugin, which revert 'mp_flashlight' ConVar like CS:S and allow players to use flashlight.

What is different from Mitchell's plugin?:
The main purpose is to enable BSP to...
Forum: Source Servers (SRCDS) 05-18-2021, 20:42
Replies: 1
Views: 691
Posted By SHUFEN
Re: level triggers, how to fix them?

Edit csgo/bspconvar_whitelist.txt, which determine the cvars allowing to modify by maps.
Forum: General 05-12-2021, 23:22
Replies: 2
Views: 752
Posted By SHUFEN
Re: In-game translations

There is no such native. You need to get cl_language from client and to parse txt files for phrases one by one, maybe I think.
Forum: Plugins 03-16-2020, 04:31
Replies: 36
Views: 20,699
Posted By SHUFEN
[CS:GO] Particle System Fix && Particle String Table Expander

About:
:: Particle System Fix

As you know particles should be uncache on end maps (Just like models, materials). But somehow uncache function is broken in CS:GO. Thus string table is filled...
Forum: Plugins 03-13-2020, 08:00
Replies: 15
Views: 6,681
Posted By SHUFEN
Re: [CS:GO] Map Deleter

I’d expect way more easily maintain of default maps if analyzing gamemodes.txt.
Showing results 1 to 25 of 192

 
Forum Jump

All times are GMT -4. The time now is 07:56.


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