You can use the weapon paints of CS:GO. Use it for choose your favorite paint for your current weapon.
Commands:
The commands for open the main menu are:
Code:
!wskins
!ws
!paints
Or simply press your "," button in your keyboard.
!ss or !showskin for see what paint use your current weapon.
!reloadwskins (root flag required) for reload the menu with the values in the csgo_wpaints.cfg file
You can test this plugin in my servers (i am open on collaborate in others communities for free):
->
Installation:
* Install required plugin: https://github.com/Franc1sco/Franug-GiveNamedItem
* Disable "FollowCSGOServerGuidelines" option. In addons/sourcemod/configs/core.cfg write this line in the end ```FollowCSGOServerGuidelines "no"```
* Unzip file in addons/sourcemod/
* Add a entry called "weaponpaints" to addons/sourcemod/configs/databases.cfg
* You dont need to upload the .sp file
* If you already use a old version. Remove your database content and start since 0
* A example of a basic databases.cfg is http://pastebin.com/XqsEjPhS
* If you want a !knife plugin can use this https://github.com/Franc1sco/Franug-valve-knifes
Admin flag supported:
Add flag "b" (or something like that) to a skin the cfg files.
Configurable cvars:
Put this in server.cfg
Code:
sm_weaponpaints_c4 "1" // Enable or disable that people can apply paints to the C4. 1 = enabled, 0 = disabled
sm_weaponpaints_saytimer "10" // Time in seconds for block that show the plugin commands in chat when someone type a command. -1 = never show the commands in chat
sm_weaponpaints_roundtimer "-1.0" // Time in seconds roundstart for can use the commands for change the paints. -1.0 = always can use the command
sm_weaponpaints_rmenu "1" // Re-open the menu when you select a option. 1 = enabled, 0 = disabled.
sm_weaponpaints_onlyadmin "0" // This feature is only for admins. 1 = enabled, 0 = disabled. (Use the value 1 and try to keep this plugin secret for the normal users because they can report it)
sm_weaponpaints_zombiesv "1" // Enable this for prevent crashes in zombie and 1v1 servers for knifes. 1 = enabled, 0 = disabled. (Use the value 1 if you use my knife plugin)
Oh, so changing weapon skins was that simple as altering netprops
And i recall months ago people been discussing reverse-engineering code to figure out how function called or something like 'SOCacheSubscribe' works to call it...
410 is damascus steel knife, the one you provided is for the SSG.
you can find all the paint id's in scripts/items/items_game.txt, i've been using those ids in my own script for half a year now..