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
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-27-2019 , 05:29   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #581

Quote:
Originally Posted by Rale View Post
New version of ptah just came out!
I fixed problems on my windows servers with latest PtaH.
With this new version of PTah the plugin does not compile more.
paulo_crash is offline
arcticx2
Senior Member
Join Date: Nov 2011
Old 01-27-2019 , 08:46   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #582

Quote:
Originally Posted by paulo_crash View Post
With this new version of PTah the plugin does not compile more.
same here ! but i guess the problem is with PTah ! because if its NOT ! then we get hell of a problem here , every plugin which using PTah needs and update then

++ temp fix => use PTah...inc in the incldue folder from previous version and it will compile then in the server side use new PTah ;)
arcticx2 is offline
mr_cock
Member
Join Date: Sep 2018
Old 01-27-2019 , 13:02   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #583

Players get multiple knives with this plugin

Is there a fix?
mr_cock is offline
Crazyboy_Undead
Junior Member
Join Date: Feb 2017
Old 01-27-2019 , 17:16   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #584

i can't pick up another knife (from friend) if the knife gets drop.
pls fix / support .
Crazyboy_Undead is offline
TheBOSS
Member
Join Date: Nov 2018
Old 01-28-2019 , 05:00   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #585

is there anybody have ubuntu 16.04 and this plugin didn't cause crash for him?

Last edited by TheBOSS; 01-28-2019 at 05:25. Reason: fixed by remove languages config and stay one only
TheBOSS is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-28-2019 , 12:14   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #586

Quote:
Originally Posted by paulo_crash View Post
With this new version of PTah the plugin does not compile more.
I sent a PR that fixes this issue a couple days ago: https://github.com/kgns/weapons/pull/74

Until it's merged, feel free to grab the source from my ptah-update branch.
__________________

Last edited by sneaK; 01-28-2019 at 12:15.
sneaK is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-28-2019 , 13:30   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #587

Quote:
Originally Posted by sneaK View Post
I sent a PR that fixes this issue a couple days ago: https://github.com/kgns/weapons/pull/74

Until it's merged, feel free to grab the source from my ptah-update branch.
Thx
paulo_crash is offline
Crazyboy_Undead
Junior Member
Join Date: Feb 2017
Old 01-28-2019 , 14:54   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #588

can i remove the binds "buyammo1 ," and "buyammo2 ." for all players?
i removed allready:
RegConsoleCmd("buyammo1", CommandWeaponSkins);
RegConsoleCmd("buyammo2", CommandKnife);

and i was compiling it.

but then:
weapons.sp(67 ) : error 100: function prototypes do not match
weapons.sp(68 ) : error 100: function prototypes do not match

(67 ) PTaH(PTaH_GiveNamedItemPre, Hook, GiveNamedItemPre);
(68 ) PTaH(PTaH_GiveNamedItem, Hook, GiveNamedItem);

Last edited by Crazyboy_Undead; 01-28-2019 at 14:55.
Crazyboy_Undead is offline
arcticx2
Senior Member
Join Date: Nov 2011
Old 01-28-2019 , 15:10   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #589

Quote:
Originally Posted by Crazyboy_Undead View Post
can i remove the binds "buyammo1 ," and "buyammo2 ." for all players?
i removed allready:
RegConsoleCmd("buyammo1", CommandWeaponSkins);
RegConsoleCmd("buyammo2", CommandKnife);

and i was compiling it.

but then:
weapons.sp(67 ) : error 100: function prototypes do not match
weapons.sp(68 ) : error 100: function prototypes do not match

(67 ) PTaH(PTaH_GiveNamedItemPre, Hook, GiveNamedItemPre);
(68 ) PTaH(PTaH_GiveNamedItem, Hook, GiveNamedItem);
Pay attention to previous posts ! your answer is there
arcticx2 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-28-2019 , 15:13   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #590

Quote:
Originally Posted by Crazyboy_Undead View Post
can i remove the binds "buyammo1 ," and "buyammo2 ." for all players?
i removed allready:
RegConsoleCmd("buyammo1", CommandWeaponSkins);
RegConsoleCmd("buyammo2", CommandKnife);

and i was compiling it.

but then:
weapons.sp(67 ) : error 100: function prototypes do not match
weapons.sp(68 ) : error 100: function prototypes do not match

(67 ) PTaH(PTaH_GiveNamedItemPre, Hook, GiveNamedItemPre);
(68 ) PTaH(PTaH_GiveNamedItem, Hook, GiveNamedItem);
Yes, as mentioned above it is a mistake of PTah, just waiting for it to update or use the fix that @sneaK did.
Quote:
Originally Posted by sneaK View Post
I sent a PR that fixes this issue a couple days ago: https://github.com/kgns/weapons/pull/74

Until it's merged, feel free to grab the source from my ptah-update branch.

Last edited by paulo_crash; 01-28-2019 at 15:13.
paulo_crash is offline
Reply


Thread Tools
Display Modes

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 05:56.


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