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

Showing results 1 to 25 of 73
Search took 0.01 seconds.
Search: Posts Made By: DukeBruno123
Forum: Source Servers (SRCDS) 03-18-2020, 19:09
Replies: 8
Esp
Views: 1,394
Posted By DukeBruno123
Re: Esp

sv_force_transmit_ents

sv_force_transmit_players
Forum: Scripting 02-14-2020, 04:51
Replies: 3
Views: 1,665
Posted By DukeBruno123
Re: [CS:GO] block bomb plant event

You could look at OnPlayerRunCmd and check if IN_ATTACK is pressed, then get the current weapon the client is holding and strip the IN_ATTACK flag from buttons.
Forum: Scripting 01-15-2020, 08:23
Replies: 2
Views: 1,682
Posted By DukeBruno123
Re: [CS:GO] mission progress

Look through the netprops and search for "quest", each player seems to have a "m_unActiveQuestId" and "m_nQuestProgressReason" member which seems dictate what mission shows up and how they progress...
Forum: Source Servers (SRCDS) 01-02-2020, 11:30
Replies: 14
Views: 8,538
Posted By DukeBruno123
Re: Source/Valve Server real-time information for Discord servers

Why does this bot suggest Administrator permissions?
Forum: Source Servers (SRCDS) 10-22-2019, 04:04
Replies: 6
Views: 2,868
Posted By DukeBruno123
Re: Help with mp_endmatch_votenextmap

Since Panorama it will always show up unless your active mapgroup only has a single map in it.
Forum: General 09-11-2019, 00:23
Replies: 3
Views: 2,292
Posted By DukeBruno123
Re: [CSGO] Parachute

You can try (Haven't tried myself) editing the "survival_config.kv3" file which you can find in this path: "csgo/cfg/survival/survival_config.kv3"

And simply try commenting the line(s) which refer...
Forum: Source Servers (SRCDS) 04-04-2019, 20:02
Replies: 5
Views: 1,436
Posted By DukeBruno123
Re: Problem with end match vote

Create an empty mapgroup in your gamemodes_server.txt and it will no longer show.
Forum: Source Servers (SRCDS) 03-13-2019, 21:20
Replies: 2
Views: 1,082
Posted By DukeBruno123
Re: Testing Reserved Slots

Limit your server to 4 slots, have 3 reserved, 1 normal slot.
Forum: Source Servers (SRCDS) 03-05-2019, 18:20
Replies: 1
Views: 806
Posted By DukeBruno123
Re: I cant disable the valve mapvote at the end of the map

Create an empty map group in your gamemodes_server.txt and make the server use it
Forum: Source Servers (SRCDS) 03-01-2019, 02:06
Replies: 7
Views: 2,378
Posted By DukeBruno123
Re: GOTV Issue, Server Graphic Issue

The client needs to download those files too iirc.
Forum: Source Servers (SRCDS) 02-26-2019, 22:51
Replies: 4
Views: 1,253
Posted By DukeBruno123
Re: CSGO detecting team sides and team switches

Yeah exactly those. I tested a short bit yesterday and as far as I know there isn't really a way to tell if teams are switched besides getting the score of each team and manually calculating. Though...
Forum: General 02-26-2019, 09:57
Replies: 2
Views: 1,106
Posted By DukeBruno123
Re: Show Maps in CSGO Voting Screen

With "edited maps in gamemodes_server.txt" I assume you created a custom mapgroup. Did you tell your server to use that mapgroup via the "mapgroup" command?
Forum: Source Servers (SRCDS) 02-26-2019, 03:07
Replies: 4
Views: 1,253
Posted By DukeBruno123
Re: CSGO detecting team sides and team switches

HLTV does it somehow, so I assume its somewhere in the logs.

Try some of the convars you get when entering "find mp log"
Forum: General 02-15-2019, 19:28
Replies: 2
Views: 3,000
Posted By DukeBruno123
Re: [CSGO] bot_add, bot_add_ct And bot_add_t Not Worked

What are your launch options? Do they include "-nobots"?
Forum: Source Servers (SRCDS) 02-06-2019, 17:21
Replies: 1
Views: 692
Posted By DukeBruno123
Re: votenextmap not working anymore?

You have to make an empty map group for it to not show up anymore.
Forum: Source Servers (SRCDS) 02-02-2019, 12:09
Replies: 4
Views: 3,882
Posted By DukeBruno123
Re: CSGO Server Crashing

Read the log yourself. It clearly says the server token was used somewhere else.

****************************************************
* *
* ...
Forum: General 12-13-2018, 22:44
Replies: 5
Views: 1,343
Posted By DukeBruno123
Re: Your opinion on gamemode_* configs

For CSGO gamemodes_server.txt and gamemode_*_server.cfg are the best IMO. Wish we had the game automatically execute map configs upon loading a map though, just like how it is in TF2.
Forum: Plugin/Gameplay Ideas and Requests 12-11-2018, 20:55
Replies: 124
Views: 42,702
Posted By DukeBruno123
Re: Prime status

http://blog.counter-strike.net/index.php/2018/12/21600/

– Fixed sv_prime_accounts_only setting not having effect on certain community servers.
Forum: Source Servers (SRCDS) 12-10-2018, 03:44
Replies: 2
Views: 1,821
Posted By DukeBruno123
Re: Crash on #GameUI_Disconnect_TooManyCommands

You executed more than 20 (iirc 20) commands within 1 second and the server kicked you as a security measure. I don't think it has something to do with the crash.
Forum: Source Servers (SRCDS) 12-10-2018, 03:43
Replies: 2
Views: 2,696
Posted By DukeBruno123
Re: prime only

http://blog.counter-strike.net/index.php/2018/12/21582/

[ COMMUNITY SERVERS ]
– Added a setting “sv_prime_accounts_only”. When enabled, only prime accounts can connect to the game server.
Forum: Scripting 10-05-2018, 23:23
Replies: 4
Views: 761
Posted By DukeBruno123
Re: How to force mp maxrounds 0

Hook the convar and when it changes to something which isn't 0 set it to 0.

https://sm.alliedmods.net/new-api/convars/ConVar/AddChangeHook
...
Forum: General 10-04-2018, 08:14
Replies: 1
Views: 553
Posted By DukeBruno123
Re: Run sm_mapvote AFTER last round, CS:GO?

Hook cs_intermission, it triggers when the last round has finished
Forum: Source Servers (SRCDS) 10-02-2018, 23:13
Replies: 7
Views: 1,659
Posted By DukeBruno123
Re: Server scorboard fps drop

Panorama shows each round on the scoreboard. So if you set your maxrounds to 99999 it tries to display 99999 rounds within a very small space.
Forum: Source Servers (SRCDS) 09-28-2018, 16:18
Replies: 6
Views: 3,425
Posted By DukeBruno123
Re: [CSGO] mp_endmatch_votenextmap 0 not working anymore

Create a mapgroup with only one single map in it.
Forum: Plugin/Gameplay Ideas and Requests 09-03-2018, 16:15
Replies: 1
Views: 840
Posted By DukeBruno123
Re: NEED CODER for create TF2 Servers

I highly recommend learning the stuff yourself. Its a fun learning experience and will save you a lot of struggle in the long run. Unless you hurry too much and then release a unfinished product
Showing results 1 to 25 of 73

 
Forum Jump

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


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