Page 1 of 1

[CS:GO|ZR] Configurable Arms/Gloves Menu

Posted: Thu Jan 23, 2020 2:54 pm
by Andreeas
Description:

A configurable arms/gloves menu with zombiereloaded support.

Features:

-You can set flag for X model.
-You can set team for X model.
-Client selection saved.
-You change the gloves model instantly.
-File for add downloads included.
-Auto precache models.


Commands:

!arms - open main menu
!gloves - open main menu
!reloadarms - reload arms configuration (root access)


Configuration:

-Put all the file routes to the downloads.txt file.
-Configure the configuration.txt file. Example:

Code: Select all

"CustomModels"
{
	"cloud9 glove" // model name
	{
		"model" "models/weapons/eminem/ct_arms_idf_cloud_9.mdl" // model route
		"team" "both" // team. You can set "both", "CT", "TT" or with zombiereloaded enabled use "Human", "zombie"
		"flag" "b" // flag needed for select skin. if you dont add "flag" then the skin is public.
	} 
}
Download:

Main repository
Direct download
Code changes