Description:
With this plugin can you add arm models to the Store from Zephyrus.
Dependencies:
ZephStore
Installation:
CODE
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)
ConVars:
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".
Example 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"
}
}
}