Gangs icon indicating copy to clipboard operation
Gangs copied to clipboard

Gang Initials

Open WhyFaust opened this issue 7 years ago • 4 comments

Now i tell you how I imagine it: When creating a gang they say to enter the name of the gang, and then immediately a short form of the name. For example Name: Eze Breeze /short form: E'B And this short name goes to the clan tag. (I think still would not prevent the config, by type to turn off all other tags.)

Also, when creating a gang, it is entered in the config, in which you can specify the path to the model of the gang character. Example

"gangs"
{
   "Gangs1"
   {
   "Name" "Eze Breeze"
   "SName" "E'B"
   "Model" " "
   }
   "Gangs2"
   {
   "Name" "NoName"
   "SName" "NN"
   "Model" "models/player/gangs2.mdl"
   }
}

WhyFaust avatar Apr 08 '17 06:04 WhyFaust