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

[CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
good_live
AlliedModders Donor
Join Date: Oct 2013
Plugin ID:
5398
Plugin Version:
1.2.0
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
Allows you to add arm models to the ZephStore
Old 11-05-2016 , 03:48   [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #1

ZephStore - Arms

Description:
With this plugin can you add arm models to the Store from Zephyrus.

Dependencies:
ZephStore

Installation:
  1. Upload the plugin + Models
  2. Force the client to download the Models. (e.g SM-Downloader)
  3. Add a "arms" entry to the store translation.
  4. Add the arms to the items.txt from the store (exampel below)
  5. After the first plugin load a config will be generated under /cfg/sourcemod/plguin.store_arms.cfg (Should be self explanatory)

ConVars:
None yet

Configuration:
  1. "model" ---> The path to the mdl file.
  2. "price" ---> The price for the arm model.
  3. "team" ---> 3 = CT, 2 = T, 0 = both.
  4. "type" ---> Must be "arms".

Exampel Config:
Code:
"Store"
{
    "Gloves"
    {
        "Cloud9"
        {
            "model" "models/weapons/eminem/ct_arms_idf_cloud_9.mdl"
            "price" "600"
            "team" "1"
            "type" "arms"
            "unique_id" "gloves_c9"
        }
    }
}
How to report an issue?
When you want to report an issue you need to follow the following rules. Otherwise im goign to ignore it:
  1. Use proper english (no translator).
  2. Provide as much information as possible (sm-version, plugin list, error log, ...)
  3. When you have an error in your log post it completely. (Not only the stacktrace)
  4. Investigate before you report the issue.
  5. Be friendly!

If you know what Github is and you are able to use it:
Github-Repo
I would prefer when you report the issue there. (Easier to manage)

Contribution - Guidelines:
You are free to make Pull-Requests on github, but to make the life easier for all of us please follow the following guidelines:
  1. Use the transitional syntax.
  2. Write clean and readable code.
  3. Test your changes.

Credits:
Zephyrus - For making the store.
Painlessgaming - For providing a test server + testing the plugin.

Models:
You can find the arm models everywhere in the internet.
If you want to provide some for the community just leave a comment and they will be linked here.

Spoiler


Changelog:

1.0.0 Initial Release
1.1.0 Added Team Restriction
1.2.0 Added instant gloves update
1.2.2 Changed team indices + Added config for instant arm changes
1.2.3 Added default arms - Developed by InvexByte (https://github.com/good-live/ZephStore-Arms/pull/5)
Attached Files
File Type: sp Get Plugin or Get Source (store_arms.sp - 723 views - 5.2 KB)
File Type: smx store_arms.smx (7.5 KB, 828 views)

Last edited by good_live; 12-11-2017 at 02:17.
good_live is offline
kiko.
AlliedModders Donor
Join Date: Dec 2015
Old 11-05-2016 , 06:18   Re: [CS:GO] ZephStore - Arms (1.1.0 - 05.11.2016)
Reply With Quote #2

Models:

CS:GO Pro Team Gloves Phoenix/Balkan/Professionals http://gamebanana.com/skins/150394
CS:GO Pro Team Gloves Elite Crew http://gamebanana.com/skins/149323
CS:GO Pro Team Gloves Default http://gamebanana.com/skins/148125
CS:GO PaintBall arms http://gamebanana.com/skins/142271


Exampel Config:

Code:
"Store"
{
    "Gloves"
    {
        CT 
        {
            "Cloud9"
             {
                  "model" "models/weapons/eminem/ct_arms_idf_cloud_9.mdl"
                  "price" "600"
                  "team" "2"
                  "type" "arms"
                  "unique_id" "gloves_c9_ct"  
             }
        }

        T 
        {
            "Cloud9"
             {
                  "model" "models/weapons/eminem/ct_arms_idf_cloud_9.mdl"
                  "price" "600"
                  "team" "1"
                  "type" "arms"
                  "unique_id" "gloves_c9_t"
             }
        }
    }
}
Its important to set different "unique_id" if you want to buy it once for T and once for CT.

Last edited by kiko.; 11-05-2016 at 06:28. Reason: added example config for T/CT
kiko. is offline
good_live
AlliedModders Donor
Join Date: Oct 2013
Old 11-11-2016 , 14:50   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #3

Updated: Added instant arms update.
good_live is offline
naylot
Junior Member
Join Date: Oct 2016
Old 11-11-2016 , 15:54   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #4

Can i somehow attach arms to a playerskin? |Store by zephyrus|
__________________
Im too bad in coding right now
naylot is offline
good_live
AlliedModders Donor
Join Date: Oct 2013
Old 11-11-2016 , 16:08   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #5

Yeah that's already supported by default. Just add a "arms" entry to your playerskin.
good_live is offline
cTmoNe
AlliedModders Donor
Join Date: Jul 2010
Location: Germany
Old 11-20-2016 , 11:39   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #6

You tested, because dont work i have a big ERROR SCREEN.
__________________


cTmoNe is offline
kiko.
AlliedModders Donor
Join Date: Dec 2015
Old 11-20-2016 , 11:56   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #7

Quote:
Force the client to download the Models. (e.g SM-Downloader)
Quote:
How to report an issue?
When you want to report an issue you need to follow the following rules. Otherwise im goign to ignore it:
Use proper english (no translator).
Provide as much information as possible (sm-version, plugin list, error log, ...)
When you have an error in your log post it completely. (Not only the stacktrace)
Investigate before you report the issue.
Be friendly!
kiko. is offline
Koga73
Senior Member
Join Date: Mar 2011
Location: 🍩
Old 12-02-2016 , 09:14   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #8

Hi, i wonder how you added the .vtf files? From what i can see, the gamebanana links only provides .vtf, no .mdl.
Can you help me out?

// Edit, nvm, figured it out.
Gloves are, from what i know, not allowed anymore anyways.
__________________

Last edited by Koga73; 12-20-2016 at 05:27.
Koga73 is offline
good_live
AlliedModders Donor
Join Date: Oct 2013
Old 12-07-2016 , 04:19   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #9

Quote:
Originally Posted by VaLaKi View Post
Since the update does not work glove, it is Possible to fix it?!

|Sorry, for my bad English!|
Currently there is no known fix for the problem.
good_live is offline
yurseli
Junior Member
Join Date: Feb 2016
Old 12-27-2016 , 07:02   Re: [CS:GO] ZephStore - Arms/Gloves (1.2.0 - 11.11.2016)
Reply With Quote #10

Download Errror
yurseli 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 09:45.


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