"name" "Players"
"group" "user"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
"model" "male1"
}
}
This is a snippet of code from UTeam.txt...
"model" "male1"
I know deleting this line will allow users to use any model they want...however, I want to deny them the use of the metrocop model, for example. If I were to do this:
"model" "male1"
"model" "female1"
"model" "combinesoldier"
"model" "male3"
"model" "ChuckNorris etc etc"
If I did that for every model EXCEPT the metrocop model, would it allow them to use every model but the metrocop? Or would it just use the first line and ignore the rest?
Thanks ahead of time.