I've been working on a plugin for my gaming clan and there seems to be a problem with the tf2items.weapons.txt file. Some of the attributes work and some do not. Here's the file:
PHP Code:
"custom_weapons_v3"
{
"*"
{
"*"
{
"preserve-attributes" "1"
"admin-flags" "o"
"1" "150;1"
}
"225"
{
"quality" "10"
"2" "154 ; 0"
"3" "156 ; 0"
}
"288"
{
"quality" "10"
"4" "16 ; 15"
}
"310"
{
"quality" "10"
"2" "2 ; 1.25"
"3" "125 ; -100"
"4" "5 ; 1.25"
}
"311"
{
"quality" "10"
"2" "144 ; 1"
}
"331"
{
"quality" "10"
"2" "205 ; 0.6"
"3" "206 ; 2.0"
"4" "177 ; 1.5"
"5" "125 ; -50"
}
"357"
{
"quality" "10"
"2" "219 ; 1"
"3" "220 ; 100"
"4" "226 ; 1"
"5" "15 ; 0"
"6" "1 ; 0.75"
}
"424"
{
"quality" "10"
"2" "87; 1.40"
"3" "238; 1"
"4" "5; 0.75"
}
"426"
{
"quality" "10"
"2" "1 ; 0.4"
"3" "6 ; 0.5"
"4" "125 ; -50"
}
"574"
{
"quality" "10"
"2" "154 ; 0"
"3" "156 ; 0"
}
"588"
{
"quality" "10"
"2" "15 ; 0"
"3" "281; 1"
"4" "283; 1"
"5" "284; 1"
"6" "285; 1"
"7: :288; 1"
}
"649"
{
"quality" "10"
"2" "154 ; 0"
"3" "156 ; 0"
"4" "365; 0"
}
"656"
{
"quality" "10"
"2" "358; 0"
"3" "363; 0"
"4" "369; 0"
"5" "362; 0"
}
"730"
{
"quality" "10"
"2" "15 ; 0"
}
}
}
The main problem is the changes to the eviction notice, fists of steel, and warriors spirit (immediate problem being the warriors spirit). What did I do wrong?
__________________