AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [CS:GO] How to Spawn Players with Grenades? (https://forums.alliedmods.net/showthread.php?t=299017)

ferociousnyx 06-29-2017 20:29

[CS:GO] How to Spawn Players with Grenades?
 
Hello.

I'm setting up a Hide and Seek server and I need to have both teams spawn in with a smoke grenade & a flash-bang.

I've been looking for it for a while with no results, so I came here to get some answers.

Thanks!

servers.csgo.cfg 06-29-2017 20:46

Re: [CS:GO] How to Spawn Players with Grenades?
 
1 Attachment(s)
Quote:

Originally Posted by ferociousnyx (Post 2532558)
Hello.

I'm setting up a Hide and Seek server and I need to have both teams spawn in with a smoke grenade & a flash-bang.

I've been looking for it for a while with no results, so I came here to get some answers.

Thanks!

https://forums.alliedmods.net/showthread.php?t=291609

zeus remake on fast :)

zeus_remake_hide_and_seek_smoke_and_flash

splewis 06-30-2017 02:10

Re: [CS:GO] How to Spawn Players with Grenades?
 
I think you can just use mp_t_default_grenades and mp_ct_default_grenades to do that.

ferociousnyx 06-30-2017 18:22

Re: [CS:GO] How to Spawn Players with Grenades?
 
I've tried the mp_ commands & I'll try the plugin. I'll report any problems I find here, but for now I'm good.

servers.csgo.cfg 07-22-2017 18:25

Re: [CS:GO] How to Spawn Players with Grenades?
 
1 Attachment(s)
zeus_remake_hide_and_seek_smoke_and_flash.smx

i just compiled it.
test it write if dont work

edit zeusround.phrases.txt

for yours details

properties what you needet to be see on servers info. :)

Code:

"Phrases"
{
        "CannotBuy"
        {
                "en"                        "{green}You cannot buy any weapons |AWP&DGL Map|."
        }
        "Zeus Off"
        {
                "en"                        "{green}|AWP&DGL Map|(s) cancelled."
        }
        "Zeus On"
        {
                "#format"                "{1:i}"
                "en"                        "{green}The next [{default}{1}{green}] round(s) will be |AWP&DGL Map|."
        }
        "Turn Off"
        {
                "en"                        "{green}You can change the number of |AWP&DGL Map| Rounds by entering the command again with a new value."
        }
        "Turn Off Console"
        {
                "en"                        "You can change the number of |AWP&DGL Map| Rounds by entering the command again with a new value."
        }
        "Usage"
        {
                "en"                        "[SM] Usage: |AWP&DGL Map| <# of rounds>"
        }
        "Zeus Round"
        {
                "en"                        "|AWP&DGL Map|---> CS GO <---|TR128|HLX|FastDL|"
        }
}


Bacardi 07-23-2017 05:51

Re: [CS:GO] How to Spawn Players with Grenades?
 
Quote:

Originally Posted by splewis (Post 2532586)
I think you can just use mp_t_default_grenades and mp_ct_default_grenades to do that.

Indeed. Game have already this feature. Just place right cvars in right gamemode_*_server.cfg config file

servers.csgo.cfg 07-24-2017 22:28

Re: [CS:GO] How to Spawn Players with Grenades?
 
:)


All times are GMT -4. The time now is 21:41.

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