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

[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]


Post New Thread Reply   
 
Thread Tools Display Modes
kgns
Senior Member
Join Date: May 2017
Location: Istanbul, Turkey
Old 01-27-2020 , 15:24   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1141

i have updated the first post and changed the wording about gslt bans, since many people who speak english as a foreign language (just like myself), did not understand the meaning of "used to" (maybe google translate also added its effect on top of it for some)

im not the best at english, but i think it now should be more clear that gslt bans were happening in the past, not anymore
__________________

OyunHost Sunucu Hizmetleri: https://www.oyunhost.net
kgns is offline
VolGarFR
Junior Member
Join Date: Jan 2020
Location: France, Montpellier
Old 01-27-2020 , 15:27   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1142

Quote:
Originally Posted by kgns View Post
i have updated the first post and changed the wording about gslt bans, since many people who speak english as a foreign language (just like myself), did not understand the meaning of "used to" (maybe google translate also added its effect on top of it for some)

im not the best at english, but i think it now should be more clear that gslt bans were happening in the past, not anymore
Thx <3
VolGarFR is offline
TiciaN
Junior Member
Join Date: Feb 2020
Old 02-01-2020 , 17:41   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1143

Hey. I installed the plugin and it works fine.
But I have a problem. Whenever I survive the round, the next round I get +1 knife in my pocket, and this goes on and on. Any way to fix this?

EDIT: Problem solved, looked back in the comments!

If you have this problem type mp_equipment_reset_rounds 1 in console.

Last edited by TiciaN; 02-01-2020 at 17:50.
TiciaN is offline
Abyssz
Junior Member
Join Date: Jan 2020
Old 02-04-2020 , 15:43   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1144

Hello. I’m currently using this on my csgo server and it works great accept I have fixed so only vips can be able to type the commands !ws and !knife but people can just press the (.) button and (,) to get up the menu is there any fix for this?
Abyssz is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-04-2020 , 16:36   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1145

Quote:
Originally Posted by Abyssz View Post
Hello. I’m currently using this on my csgo server and it works great accept I have fixed so only vips can be able to type the commands !ws and !knife but people can just press the (.) button and (,) to get up the menu is there any fix for this?
This is not an error, but how the plugin works.

In any case, use overrides to work around this, add the commands buyammo1 and buyammo2 and see if it solves the problem.
paulo_crash is offline
Abyssz
Junior Member
Join Date: Jan 2020
Old 02-04-2020 , 16:45   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1146

Quote:
Originally Posted by paulo_crash View Post
This is not an error, but how the plugin works.

In any case, use overrides to work around this, add the commands buyammo1 and buyammo2 and see if it solves the problem.
Ok so will people without the flag not be able to open the menu then? Because now I have. "sm_ws" "r"
"sm_knife" "r"
In my admin_overrides
Abyssz is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-04-2020 , 17:08   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1147

Quote:
Originally Posted by Abyssz View Post
Ok so will people without the flag not be able to open the menu then? Because now I have. "sm_ws" "r"
"sm_knife" "r"
In my admin_overrides
Exactly, these commands will only be able to use who has the flag r.

Now also put the buyammo1 and buyammo2 commands, otherwise they can still be used.
paulo_crash is offline
Abyssz
Junior Member
Join Date: Jan 2020
Old 02-04-2020 , 17:11   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1148

Quote:
Originally Posted by paulo_crash View Post
Exactly, these commands will only be able to use who has the flag r.

Now also put the buyammo1 and buyammo2 commands, otherwise they can still be used.
Sorry for me being stupid but should I put buyammo1 and buyammo2 in server.cfg or somewhere else and should I put it just buyammo1 or like mp_buyammo1 or sm_buyammo1?
Abyssz is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-04-2020 , 17:16   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1149

Quote:
Originally Posted by Abyssz View Post
Sorry for me being stupid but should I put buyammo1 and buyammo2 in server.cfg or somewhere else and should I put it just buyammo1 or like mp_buyammo1 or sm_buyammo1?
buyammo1 and buyammo2 on the overrides too, admin_overrides.cfg.

The file would look like this:
Code:
Overrides
{
	/**
	 * By default, commands are registered with three pieces of information:
	 * 1)Command Name 		(for example, "csdm_enable")
	 * 2)Command Group Name	(for example, "CSDM")
	 * 3)Command Level		(for example, "changemap")
	 *
	 * You can override the default flags assigned to individual commands or command groups in this way.
	 * To override a group, use the "@" character before the name.  Example:
	 * Examples:
	 *		"@CSDM"			"b"				// Override the CSDM group to 'b' flag
	 * 		"csdm_enable"	"bgi"			// Override the csdm_enable command to 'bgi' flags
	 *
	 * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
	 * any setting that csdm_enable previously had.
	 *
	 * You can make a command completely public by using an empty flag string.
	 */
	"buyammo1"	"r"
	"buyammo2"	"r"
	"sm_ws"		"r"
	"sm_knife"	"r"
}
paulo_crash is offline
Abyssz
Junior Member
Join Date: Jan 2020
Old 02-04-2020 , 17:18   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1150

Quote:
Originally Posted by paulo_crash View Post
buyammo1 and buyammo2 on the overrides too, admin_overrides.cfg.

The file would look like this:
Code:
Overrides
{
	/**
	 * By default, commands are registered with three pieces of information:
	 * 1)Command Name 		(for example, "csdm_enable")
	 * 2)Command Group Name	(for example, "CSDM")
	 * 3)Command Level		(for example, "changemap")
	 *
	 * You can override the default flags assigned to individual commands or command groups in this way.
	 * To override a group, use the "@" character before the name.  Example:
	 * Examples:
	 *		"@CSDM"			"b"				// Override the CSDM group to 'b' flag
	 * 		"csdm_enable"	"bgi"			// Override the csdm_enable command to 'bgi' flags
	 *
	 * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
	 * any setting that csdm_enable previously had.
	 *
	 * You can make a command completely public by using an empty flag string.
	 */
	"buyammo1"	"r"
	"buyammo2"	"r"
	"sm_ws"		"r"
	"sm_knife"	"r"
}
Ok thank you for the help.
Abyssz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:56.


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