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

[CS:GO] Weapon Paints


Post New Thread Reply   
 
Thread Tools Display Modes
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 04-10-2015 , 20:50   Re: [CS:GO] weapon paints v1.3
Reply With Quote #121

Quote:
Originally Posted by parthi View Post
i use it but not working, can you correct me pls ?

i put :

Overrides
{
"!wskins" "t" //Change "sm_map" to the "k" flag.
"!paints" "t" //Change all CSDM commands to the "m" flag.
" ," "t" //Allow anyone to use "sm_chat"
"ws" "t"
" /," "t"
}
Maybe this

Code:
Overrides
{
"sm_wskins"	"t"
"sm_paints"	"t"
"buyammo1"	"t"
"sm_ws" "t"
}
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 04-10-2015 at 20:51.
Franc1sco is offline
Send a message via MSN to Franc1sco
Zerovize
Member
Join Date: May 2012
Location: Germany
Old 04-10-2015 , 20:53   Re: [CS:GO] weapon paints v1.3
Reply With Quote #122

Quote:
Originally Posted by parthi View Post
Thx my friend and what about command "," ?
Thats a good question... i forgot about it^^ i dunno how to disable it .. xD
Zerovize is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 04-10-2015 , 21:10   Re: [CS:GO] weapon paints v1.3
Reply With Quote #123

Quote:
Originally Posted by Franc1sco View Post
Amazing, I thought that this only works in knifes, pistols and primary weapons. also you tested it in grenades?
Unfortunate grenades do not have Paintable data mapped to them in the item_games, so it will not work with those skins.
Mitchell is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 04-10-2015 , 21:22   Re: [CS:GO] weapon paints v1.3
Reply With Quote #124

Quote:
Originally Posted by Mitchell View Post
Unfortunate grenades do not have Paintable data mapped to them in the item_games, so it will not work with those skins.
Ok thanks for the info. I will edit this plugin for use it too in C4

Also in tazer weapon dont work, right?
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 04-10-2015 at 21:23.
Franc1sco is offline
Send a message via MSN to Franc1sco
lowie
Member
Join Date: May 2014
Old 04-10-2015 , 21:25   Re: [CS:GO] weapon paints v1.3
Reply With Quote #125

missing
Code:
"Fire Serpent"
{
	"paint"	 "180"
}
xInfectedZz version fixed.
lowie is offline
mistryaam
Junior Member
Join Date: Apr 2015
Old 04-10-2015 , 22:05   Re: [CS:GO] weapon paints v1.3
Reply With Quote #126

Hey man,

Love this plugin have it running on my server at the moment as I understand its a work in progress I would suggest checking out the server below which I linked as they have a similar plugin.

Which has a menu system for type of weapons ie. Pistols, Rifles,

They call there plugin paintkits - !pk.
The plugin itself though is private which sucks, spent hours searching online for it.

Thanks again for making a plugin like this available to everyone. Look forward to the updates


http://www.gametracker.com/server_in...189.225:27115/

| www.aus-tg.com | Casual Competitive | Rank | Paintkits |
119.252.189.225:27115
mistryaam is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 04-10-2015 , 22:41   Re: [CS:GO] weapon paints v1.4
Reply With Quote #127

New Version 1.4

-Added the posibility of apply a paint to the C4
-Added random paint option to the menu
-Some fixes
-Added wear, stattrak, quality to configure it in the cfg file. See the first entry in the csgo_wpaints.cfg file. If you dont have these new values, then this will not change it in the weapon
Code:
	"Abyss (testing)"	//NAME
	{
		"paint"	 "361"	// PaintKit 
		"wear"	 "0.0" // Wear  (1.0 = worse possible, 0.0 = minimal wear)
		"stattrak" "69" // stattrak (-1 = no stattrak, 1337 = stattrak with 1337 kills)
		"quality" "3" //Quality (3 to get the star (rare items icon) on the item's name)
	}
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 04-10-2015 at 22:46.
Franc1sco is offline
Send a message via MSN to Franc1sco
m22b
Senior Member
Join Date: Jul 2013
Old 04-10-2015 , 23:49   Re: [CS:GO] weapon paints v1.4
Reply With Quote #128

Quote:
Originally Posted by Franc1sco View Post
New Version 1.4

-Added the posibility of apply a paint to the C4
-Added random paint option to the menu
-Some fixes
-Added wear, stattrak, quality to configure it in the cfg file. See the first entry in the csgo_wpaints.cfg file. If you dont have these new values, then this will not change it in the weapon
Code:
	"Abyss (testing)"	//NAME
	{
		"paint"	 "361"	// PaintKit 
		"wear"	 "0.0" // Wear  (1.0 = worse possible, 0.0 = minimal wear)
		"stattrak" "69" // stattrak (-1 = no stattrak, 1337 = stattrak with 1337 kills)
		"quality" "3" //Quality (3 to get the star (rare items icon) on the item's name)
	}
cool
i tested it 1.4 on my server
no errors

Need command like : sm_rs (or sm_sr for users who use plugins like resetrank) why need?
If player only want use "random" he dont need to "popup" menu with other choices

just write in chat !sr and u get random skin with out plugin menu
m22b is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 04-11-2015 , 00:02   Re: [CS:GO] weapon paints v1.4
Reply With Quote #129

I made that the selection are saved with clientprefs and now seem to works perfectly

I will add a option for "Default paints" for use your own paints.

Quote:
Originally Posted by m22b View Post
cool
i tested it 1.4 on my server
no errors

Need command like : sm_rs (or sm_sr for users who use plugins like resetrank) why need?
If player only want use "random" he dont need to "popup" menu with other choices

just write in chat !sr and u get random skin with out plugin menu
When the clientprefs will be finished, that will not be necessary
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 04-11-2015 at 00:13.
Franc1sco is offline
Send a message via MSN to Franc1sco
lowie
Member
Join Date: May 2014
Old 04-11-2015 , 00:15   Re: [CS:GO] weapon paints v1.4
Reply With Quote #130

paint 101,206 is Tornado
paint 198 is Hazard
Add Fire Serpent

Test all!
lowie 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 21:05.


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