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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Patron
Junior Member
Join Date: Jan 2018
Old 06-07-2020 , 16:00   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1271

Quote:
Originally Posted by VARG View Post
Помогите решить эту проблему, после смены скина на ноже он становится двойным в инвентаре.

Removes double knives
The ability to pick up any non standard knife
Also the knife of the Ghost is correct for sv_holiday_mode 1 ( that is, the Ghost has its own knife and when the player respawns, it returns its knife to him.)
Attached Files
File Type: zip weapons-v1.6.0 - Fiix knife.zip (78.1 KB, 116 views)

Last edited by Patron; 06-07-2020 at 16:34.
Patron is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-07-2020 , 23:10   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1272

Quote:
Originally Posted by Patron View Post
Removes double knives
The ability to pick up any non standard knife
Also the knife of the Ghost is correct for sv_holiday_mode 1 ( that is, the Ghost has its own knife and when the player respawns, it returns its knife to him.)
Thank you for this correction.

However could you do it on GitHub's plugin? So in future updates the BUG does not come back again.

Last edited by paulo_crash; 06-07-2020 at 23:21.
paulo_crash is offline
Grand Zio
New Member
Join Date: Apr 2020
Old 06-08-2020 , 09:55   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1273

after i use mysql ,it give error like this
Quote:
/08/2020 - 17:55:08: [weapons.smx] Inactive players' data has been deleted
PutClientInServer: no info_player_start on level
L 06/08/2020 - 17:55:14: [SM] Exception reported: Error fetching data from field 554
L 06/08/2020 - 17:55:14: [SM] Blaming: weapons.smx
L 06/08/2020 - 17:55:14: [SM] Call stack trace:
L 06/08/2020 - 17:55:14: [SM] [0] DBResultSet.FetchInt
L 06/08/2020 - 17:55:14: [SM] [1] Line 82, weapons/database.sp::T_GetPlayerDataCallback
how can i deal with it?
Grand Zio is offline
Siniii
Junior Member
Join Date: Apr 2020
Old 06-08-2020 , 10:42   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1274

Someone who know edit this beautiful plugin and add VIP skins only?
__________________
Siniii is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-08-2020 , 12:22   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1275

Quote:
Originally Posted by Siniii View Post
Someone who know edit this beautiful plugin and add VIP skins only?
Only you use admin_overrides.cfg, you already do what you want.

https://wiki.alliedmods.net/Overridi...ess_(SourceMod)
paulo_crash is offline
Siniii
Junior Member
Join Date: Apr 2020
Old 06-08-2020 , 13:25   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1276

THX but sorry i`m a little bit noob with this. Can u send me example how to change it? pls... For exampe knife Karambit can by use only for VIP or Admin users...
__________________
Siniii is offline
Patron
Junior Member
Join Date: Jan 2018
Old 06-08-2020 , 13:58   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1277

Quote:
Originally Posted by Siniii View Post
Someone who know edit this beautiful plugin and add VIP skins only?

Code:
Overrides
{

         "buyammo1"             "t"
         "sm_ws"             "t"
         "buyammo2"             "t"
         "sm_knife"             "t"
         "sm_nametag"             "t"
         "sm_wslang"             "t"
         "sm_seed"             "t"

}
Example and so on
Original
RegConsoleCmd("sm_ws", CommandWeaponSkins);
ADMFLAG
RegAdminCmd("sm_ws", CommandWeaponSkins, ADMFLAG_GENERIC, "WeaponSkins.");

Last edited by Patron; 06-08-2020 at 15:20.
Patron is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-08-2020 , 14:53   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1278

Quote:
Originally Posted by Siniii View Post
THX but sorry i`m a little bit noob with this. Can u send me example how to change it? pls... For exampe knife Karambit can by use only for VIP or Admin users...
Quote:
Originally Posted by Patron View Post
Code:
Overrides
{

         "buyammo1"             "t"
         "sm_ws"             "t"
         "buyammo2"             "t"
         "sm_knife"             "t"
         "sm_nametag"             "t"
         "sm_wslang"             "t"
         "sm_seed"             "t"

}
Example and so on
Original
RegConsoleCmd("sm_ws", CommandWeaponSkins);
ADMFLAG
RegAdminCmd("sm_ws", CommandWeaponSkins, ADMFLAG_GENERIC, "WeaponSkins.");
As @Patron gave you, but for a given skin or knife there is no way, this the plugin does not allow.
paulo_crash is offline
Patron
Junior Member
Join Date: Jan 2018
Old 06-08-2020 , 15:10   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1279

Quote:
Originally Posted by paulo_crash View Post
As @Patron gave you, but for a given skin or knife there is no way, this the plugin does not allow.
Yes, everything is correct, this is for VIP.
Just wrote in one post)
Not there wrote the answer
Quote:
Originally Posted by Siniii View Post
Someone who know edit this beautiful plugin and add VIP skins only?
Fixed

Last edited by Patron; 06-08-2020 at 15:21.
Patron is offline
Siniii
Junior Member
Join Date: Apr 2020
Old 06-08-2020 , 16:56   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1280

THX so much ;)
__________________
Siniii 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 23:47.


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