[CS:GO] ZephStore - Arms/Gloves
Posted: Thu Jan 23, 2020 2:30 pm
ZephStore - Arms
Description:
With this plugin can you add arm models to the Store from Zephyrus.
Dependencies:
ZephStore
Installation:
None yet
Configuration:
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!
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:
Get Plugin or Get Source
store_arms.smx
Description:
With this plugin can you add arm models to the Store from Zephyrus.
Dependencies:
ZephStore
Installation:
- Upload the plugin + Models
Force the client to download the Models. (e.g SM-Downloader)
Add a "arms" entry to the store translation.
Add the arms to the items.txt from the store (exampel below)
After the first plugin load a config will be generated under /cfg/sourcemod/plguin.store_arms.cfg (Should be self explanatory)
None yet
Configuration:
- "model" ---> The path to the mdl file.
"price" ---> The price for the arm model.
"team" ---> 3 = CT, 2 = T, 0 = both.
"type" ---> Must be "arms".
Code: Select all
"Store"
{
"Gloves"
{
"Cloud9"
{
"model" "models/weapons/eminem/ct_arms_idf_cloud_9.mdl"
"price" "600"
"team" "1"
"type" "arms"
"unique_id" "gloves_c9"
}
}
}
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!
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:
- Use the transitional syntax.
Write clean and readable code.
Test your changes.
Code: Select all
Originally Posted by kiko. View Post
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.
Get Plugin or Get Source
store_arms.smx