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

Showing results 1 to 25 of 72
Search took 0.01 seconds.
Search: Posts Made By: csykosoma
Forum: Suggestions / Requests 08-23-2023, 10:21
Replies: 12
Views: 1,906
Posted By csykosoma
CS2/Valorant style buy menu

Anyone know if it's possible to update the GUI buy menu to appear and function like the CS2 and Valorant style buy menus?


...
Forum: Suggestions / Requests 05-29-2023, 15:46
Replies: 1
Views: 382
Posted By csykosoma
CS 1.6 Plugin to increase weapon sound range

CS 1.6 has sound falloff for the weapons, like you cannot hear someone firing from 1 side of the map to the other. Would a plugin be possible to make it so you can hear anyone firing from anywhere on...
Forum: Scripting Help 12-06-2020, 15:33
Replies: 1
Views: 517
Posted By csykosoma
how to hook event in game then run linux .sh script

I'd like to hook an in-game event, and then run an OS .sh script on the linux machine. What would be a good way to do this?
Forum: New Plugin Submissions 10-13-2020, 22:47
Replies: 12
Views: 3,753
Posted By csykosoma
Re: [CS] Scoreboard Defusekits Manager

User MPNumB has created a similar plugin that blocks the c4 ghosting of counter-terrorist. In his plugin, there are several other edge cases to detect. MPNumB I believe have the highest level iq.
...
Forum: HL1 Servers (HLDS) 10-02-2020, 20:37
Replies: 11
Views: 7,801
Posted By csykosoma
Re: Can't hear voice chat in HLTV?

Running into this same problem now, using the latest versions of HLDS and HLTV. Voices will record sometimes but it is very rare. Sometimes on map change it will start playing the voices, but can't...
Forum: HL1 Servers (HLDS) 04-02-2020, 21:44
Replies: 2
Views: 1,438
Posted By csykosoma
Re: Windows Server 2019 server fps won't go above 501

Trying this, did not have any affect. Seems to only be a solution that worked 10 years ago.
Forum: HL1 Servers (HLDS) 04-02-2020, 16:18
Replies: 2
Views: 1,438
Posted By csykosoma
Windows Server 2019 server fps won't go above 501

I have a bare-metal server running Windows Server 2019. I installed HLDS via steamcmd and after setting sys_ticrate to 1000, the server fps in stats only goes to 501. The server cpu usage hovers at...
Forum: Suggestions / Requests 03-28-2020, 00:18
Replies: 0
Views: 488
Posted By csykosoma
Block terrorists from seeing CT's defuse kits in scoreboard

Hi all, is there a way to control the new scoreboard to block the terrorists from seeing if a counter-terrorist has a defuse kit?
Forum: General 03-19-2020, 16:37
Replies: 5
Views: 1,434
Posted By csykosoma
Re: Plugin works in 1.8.2, breaks in 1.9

Edit: looking at the menu handling tutorial, many conventions were broken in this code regarding menu_destroy and trying to call the same menu handler within the menu handler.

public votemap(id,...
Forum: General 03-19-2020, 13:05
Replies: 5
Views: 1,434
Posted By csykosoma
Re: Plugin works in 1.8.2, breaks in 1.9

It's Auto-Mix Pug by Diegorkable. It starts the voting process but then begins to loop voting for teams over and over again. Rather than proceeding to voteFF().
Forum: General 03-19-2020, 12:54
Replies: 5
Views: 1,434
Posted By csykosoma
Plugin works in 1.8.2, breaks in 1.9

Hi all, I have a plugin that works in 1.8.2, but compiling and running that same plugin in 1.9 no longer works completely correct. My hunch is that the way menu handling was implemented is breaking...
Forum: HL1 Servers (HLDS) 03-16-2020, 00:47
Replies: 2
Views: 1,121
Posted By csykosoma
Re: HLTV capping updaterate to 40

The server it's connected to is running on a separate machine, and the hlds is running at sv_maxupdaterate 100.
Forum: HL1 Servers (HLDS) 03-15-2020, 19:29
Replies: 2
Views: 1,121
Posted By csykosoma
HLTV capping updaterate to 40

Hi all, Running HLTV on a ubuntu server. When trying to set updaterate over 40, it caps it down back 40. I am wanting to increase this value to make the recorded demos have smoother playback.
Forum: HL1 Servers (HLDS) 10-25-2019, 19:41
Replies: 1
Views: 2,400
Posted By csykosoma
HLDS Build 8308 changelog?

Where can I find HLDS changelogs? Like in this version there is the new HP, money, and defuse kit in scoreboard. Are there cvars for these?
Forum: Scripting Help 10-15-2019, 01:42
Replies: 1
Views: 700
Posted By csykosoma
How to display the jointeam skin selection menu

How can I display the skin selection menu, jointeam, with a command when typed in chat?
Forum: HL1 Servers (HLDS) 08-25-2019, 13:36
Replies: 3
Views: 6,167
Posted By csykosoma
Unstable hlds FPS

I've been troubleshooting a single HLDS on a bare bone metal server for a little while now. I am running ubuntu 18.04 lts with lowlatency kernel. I see things that just don't make sense in regards to...
Forum: Suggestions / Requests 05-17-2019, 13:35
Replies: 2
Views: 1,022
Posted By csykosoma
Re: Double smoke grenade effect

just one bump, if anyone is interested
Forum: Suggestions / Requests 04-01-2019, 03:19
Replies: 2
Views: 1,022
Posted By csykosoma
Double smoke grenade effect

I am trying to get a plugin where when a smoke explodes, it explodes a second smoke at the same spot at the same time. In effect, doubling the thickness of all smoke grenades.
Forum: Scripting Help 01-04-2019, 04:08
Replies: 10
Views: 2,387
Posted By csykosoma
Forum: Scripting Help 01-03-2019, 13:57
Replies: 10
Views: 2,387
Posted By csykosoma
Re: Running 2 plugins, the second plugin menu options overwrite the first

Smileys pug use these two files to build a vote map menu, yet when that votemap menu is called its overwritten by menu options created by gameme_cstrike

173072

173073
Forum: Scripting Help 01-03-2019, 01:39
Replies: 10
Views: 2,387
Posted By csykosoma
Re: Running 2 plugins, the second plugin menu options overwrite the first

Its the menu created on lines 219-235, its a 3 page menu.

g_gameME_MainMenu = menu_create("gameME - Main Menu", "mainmenu_handle")
menu_additem(g_gameME_MainMenu, "Display Rank", ...
Forum: Scripting Help 01-01-2019, 19:49
Replies: 10
Views: 2,387
Posted By csykosoma
Re: Running 2 plugins, the second plugin menu options overwrite the first

I'm using Smiley's pug mod here: https://forums.alliedmods.net/showthread.php?t=217539

When the pug mod is running by itself it works, but problems occur when the plugin gameme_cstrike is also...
Forum: Scripting Help 12-31-2018, 04:22
Replies: 10
Views: 2,387
Posted By csykosoma
Re: Running 2 plugins, the second plugin menu options overwrite the first

When the first plugin calls to open its menu, this second plugin below has it's menu options show instead. I am not sure at all if anyone could give me a an idea in the right direction towards fixing...
Forum: Scripting Help 12-30-2018, 12:29
Replies: 10
Views: 2,387
Posted By csykosoma
Running 2 plugins, the second plugin menu options overwrite the first

I am running 2 plugins, when running the second plugin, the first plugin calls a menu and the menu options are filled with those from the second.

What can cause 2 separate plugins to overlap their...
Forum: New Plugin Submissions 08-03-2018, 20:53
Replies: 834
Views: 329,918
Posted By csykosoma
Re: CS Pug Mod [04/28/2017]

Smiley there's 3 features I'd love to see your pug mod. Would these be easy to add?

1.
https://i.imgur.com/JNU9pAv.jpg

End game stats, the white text. Using the remember kills after switching...
Showing results 1 to 25 of 72

 
Forum Jump

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


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