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

Showing results 1 to 25 of 50
Search took 0.01 seconds.
Search: Posts Made By: boink
Forum: Source Servers (SRCDS) 01-15-2024, 16:58
Replies: 5
Views: 3,184
Posted By boink
Re: Voice in CSTV and demos (like faceit)

so turns out the gotv can't hear any players unless sv_alltalk is set 1, as if it's a player itself

i've made a CounterStrikeSharp plugin that changes the voices flags of the gotv to hear all...
Forum: Plugin/Gameplay Ideas and Requests 07-02-2023, 18:48
Replies: 4
Views: 534
Posted By boink
Re: [CSGO] Transfer all players to another server at once

Using the server_redirect.inc api (https://github.com/GAMMACASE/ServerRedirect/blob/master/addons/sourcemod/scripting/include/server_redirect.inc) will allow you to make a separate plugin to manage...
Forum: Plugin/Gameplay Ideas and Requests 07-02-2023, 17:07
Replies: 4
Views: 534
Posted By boink
Re: [CSGO] Transfer all players to another server at once

https://forums.alliedmods.net/showthread.php?t=322306
Forum: Plugins 06-30-2023, 01:21
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (200+ Effects) | (Fun modes every 15 seconds)

For the most part the plugin attempts to restore convars to their original state set by the server, but looking at the Buy Anywhere effect it looks like it resets the convar regardless of whether the...
Forum: Plugins 06-20-2023, 05:44
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (200+ Effects) | (Fun modes every 15 seconds)

Updated to v0.5.2 (https://github.com/b0ink/csgo-chaos-mod/releases/tag/0.5.2-beta) with a few fixes and 10 more effects (200 total!)

10 New Effects:

Negative color effect
Magenta color...
Forum: Plugin/Gameplay Ideas and Requests 06-01-2023, 10:16
Replies: 1
Views: 405
Posted By boink
Re: [CS:GO] Healthshot Kill Effect Request

the overlay for it is found in csgo/materials/effects/healthboost.vtf but you can use this to trigger the effect:


SetEntPropFloat(client, Prop_Send, "m_flHealthShotBoostExpirationTime",...
Forum: Plugins 05-23-2023, 18:32
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (190 Effects) | (Custom Fun Rounds)

Updated to v0.5.0 with a tonne of fixes and improvements, 5 new effects, and Co-Op Strike compatibility

Check main post for full change log.

In co-op strike you can now run Chaos Mod while...
Forum: Plugin/Gameplay Ideas and Requests 04-26-2023, 09:49
Replies: 6
Views: 639
Posted By boink
Re: disarm all players at the end of the round

mp_equipment_reset_rounds 1 will reset weapons every round

Additionally, you have these to choose what guns players spawn with (Leave empty to spawn with nothing):
mp_ct_default_secondary ""...
Forum: Plugins 04-04-2023, 04:12
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (185 Effects) | Random Effects Every 15 Seconds

Updated to v0.4.5 with 5 new effects and a few bug fixes

https://github.com/b0ink/csgo-chaos-mod/releases/tag/0.4.5-beta
Forum: Plugin/Gameplay Ideas and Requests 03-09-2023, 02:13
Replies: 2
Views: 476
Posted By boink
Re: Models/Sprites Question

Stock assets are packed into the pak01_xxx.vpk files in the csgo directory

You can use GCFScape (https://developer.valvesoftware.com/wiki/GCFScape) to open the pak01_dir.vpk file to view and...
Forum: Plugins 03-04-2023, 00:38
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (180 Effects) | Random Effects Every 15 Seconds

Updated to v0.4.4 with a few bug fixes

https://github.com/b0ink/csgo-chaos-mod/releases/tag/0.4.4-beta
Forum: Plugins 03-02-2023, 05:38
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (180 Effects) | Random Effects Every 15 Seconds

Updated to v0.4.3 with 5 new effects and several fixes + improvements

(v0.4.2 contained a small debug and typo fix)
Forum: Plugins 02-15-2023, 06:26
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (175 Effects) | Random Effects Every 15 Seconds

Updated to v0.4.1 with several improvements for smoother gameplay
Forum: Plugins 02-10-2023, 07:33
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (175 Effects) | Random Effects Every 15 Seconds

Updated to v0.4.0 with 15 new effects and significant QOL improvements! Full update in main page's change logs

https://github.com/b0ink/csgo-chaos-mod/releases/tag/0.4.0-beta
Forum: Plugins 01-24-2023, 15:12
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (160 Effects) + Twitch Chat Voting

Updated to v0.3.5

Few minor fixes + 10 New Effects!
https://github.com/b0ink/csgo-chaos-mod/releases/tag/0.3.5-beta
Forum: Plugins 01-15-2023, 15:52
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (150 Effects) + Twitch/YouTube Chat Voting

Updated to v0.3.3 with a few minor changes

The chat voting app is now open source: https://github.com/b0ink/csgo-chaos-mod-voting-overlay

Refined the app to work much smoother now when handling...
Forum: Plugin/Gameplay Ideas and Requests 12-31-2022, 01:21
Replies: 9
Views: 1,613
Posted By boink
Re: I need Fast Help, i can't compiler

Following this guide: https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax

Your code should be:


public Action OnCommandStealth(int client)
{
PrintToChatAll("VIP - \x10[%s]...
Forum: Plugins 12-01-2022, 23:31
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (150 Effects) + Twitch/YouTube Chat Voting

Updated to 0.3.2b with 13 new effects!

https://github.com/b0ink/csgo-chaos-mod/releases/tag/0.3.2-beta
Forum: Plugins 11-26-2022, 14:54
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] Chaos Mod (137 Effects)

Updated to v0.3.1

4 New Effects (Black Bars, Weapon Knockback, Give Random Grenade, No Viewmodel)
Also fixes the issue with certain effects that weren't being correctly re-applied on player spawn...
Forum: Plugins 11-23-2022, 17:28
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] [BETA] Chaos Mod (133 Effects) (Twitch & YouTube Integration)

Updated to v0.3.0!

This update brings over full Deathmatch support so that effects are re-applied when you respawn as well as effect resets on all the spawnable effects so that you can run Chaos...
Forum: Plugin/Gameplay Ideas and Requests 11-14-2022, 10:18
Replies: 5
Views: 952
Posted By boink
Re: [REQ][CS:GO] Discord plugin

message me on discord and i'll see if i can help you out BOINK#2697
Forum: Plugins 11-10-2022, 13:49
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] [BETA] Chaos Mod (130 Effects) + Twitch Integration

Updated to v0.2.8, added support for the latest Twitch Chat Voting app (which now also supports Youtube chat).

- votes are sent to the server in bulk rather than individually
- Reorganised some...
Forum: Plugins 11-08-2022, 15:39
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] [BETA] Chaos Mod (130 Effects) + Twitch Integration

Finally got around to making a video demonstrating the plugin :D

eZmrQOnb2Tw
Forum: Plugins 11-04-2022, 02:15
Replies: 40
Views: 12,217
Posted By boink
Re: [CS:GO] [BETA] Chaos Mod (130 Effects) + Twitch Integration

Updated to v0.2.7 with a few bug fixes and mostly some clean up under the hood.

The twitch voting app has also been updated to v1.0.3
Forum: Scripting 11-04-2022, 01:56
Replies: 2
Views: 462
Posted By boink
Re: [CSGO]how to create a wall?

You can use TeleportEntity() (https://sm.alliedmods.net/new-api/sdktools_functions/TeleportEntity) to rotate the wall, as well as to set the location.

I also personally use SetEntityModel() to set...
Showing results 1 to 25 of 50

 
Forum Jump

All times are GMT -4. The time now is 10:57.


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