AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   How? (Weapon Restrict) (https://forums.alliedmods.net/showthread.php?t=313067)

godzcsgo 12-27-2018 05:24

How? (Weapon Restrict)
 
I am looking to execute a weapon restrict every map start/server start, but it does not work i have added it in autoexec.cfg and server.cfg but it does not restrict it every server restart or every map change/map start

Commands i have is:

sm_restrict awp 1 ct
sm_restrict awp 1 t

Bacardi 12-27-2018 06:05

Re: How? (Weapon Restrict)
 
plugin problems should post in plugin own topic.
[CSS/CS:GO] Weapon Restrict

But. Have you try read, more of those settings ?
Use cvars
Code:

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Counter-Terrorists. Weapon:awp
// -
// Default: "-1"

sm_restrict_awp_ct "1"

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Terrorists . Weapon:awp
// -
// Default: "-1"

sm_restrict_awp_t "1"


Dr!fter 12-27-2018 06:42

Re: How? (Weapon Restrict)
 
:rtfm:

godzcsgo 12-27-2018 06:50

Re: How? (Weapon Restrict)
 
Quote:

Originally Posted by Bacardi (Post 2631226)
plugin problems should post in plugin own topic.
[CSS/CS:GO] Weapon Restrict

But. Have you try read, more of those settings ?
Use cvars
Code:

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Counter-Terrorists. Weapon:awp
// -
// Default: "-1"

sm_restrict_awp_ct "1"

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Terrorists . Weapon:awp
// -
// Default: "-1"

sm_restrict_awp_t "1"


Yes but where shall i enter this huh?

Dr!fter 12-27-2018 06:51

Re: How? (Weapon Restrict)
 
Quote:

Originally Posted by godzcsgo (Post 2631233)
Yes but where shall i enter this huh?

Did you bother to read? :rtfm:

godzcsgo 12-27-2018 06:52

Re: How? (Weapon Restrict)
 
Quote:

Originally Posted by Dr!fter (Post 2631234)
Did you bother to read? :rtfm:

Yes i read??? Bro he doesnt say where to put it, server.cfg autoexec.cfg? I wouldnt know im new to this

Dr!fter 12-27-2018 06:55

Re: How? (Weapon Restrict)
 
Bro, I’m the plugin author. The first post of the plugin tells you where the config is located.

godzcsgo 12-27-2018 06:58

Re: How? (Weapon Restrict)
 
Quote:

Originally Posted by Dr!fter (Post 2631239)
Bro, I’m the plugin author. The first post of the plugin tells you where the config is located.

Im really sorry for my retardation, i overlooked..

Dr!fter 12-27-2018 06:59

Re: How? (Weapon Restrict)
 
I made it red now.

Bacardi 12-27-2018 07:27

Re: How? (Weapon Restrict)
 
haha


All times are GMT -4. The time now is 02:17.

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