my tf2items.weapons.txt is:
Code:
"custom_weapons_v3"
{
"STEAM_0:0:99999999"
{
"142"
{
"preserve_attributes" "1"
}
"528"
{
"preserve_attributes" "1"
}
"*"
{
"preserve_attributes" "1"
"1" "134 ; 60"
"2" "97 ; 0.98"
"3" "6 ; 0.98"
"4" "80 ; 3"
"5" "26 ; 3"
"6" "107 ; 1.01"
"7" "150 ; 1"
}
}
}
and my errorlog have this:
Code:
L 01/04/2015 - 12:24:29: [SM] Plugin encountered error 25: Call was aborted
L 01/04/2015 - 12:24:29: [SM] Native "SetFailState" reported: tf2items.weapons.txt structure corrupt or incorrect version: ""
L 01/04/2015 - 12:24:29: [SM] Displaying call stack trace for plugin "tf2items_manager.smx":
L 01/04/2015 - 12:24:29: [SM] [0] Line 266, tf2items_manager.sp::ParseItems()
L 01/04/2015 - 12:24:29: [SM] [1] Line 58, tf2items_manager.sp::OnPluginStart()
and srcds say:
Code:
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/tf2items.weapons.txt
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/tf2items.weapons.txt
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/tf2items.weapons.txt
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/tf2items.weapons.txt
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/tf2items.weapons.txt
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/tf2items.weapons.txt
(***)
I don't know how to fix that. please help me
edit: I delete all admin(except me) in admins_simple.ini and tf2items working again. wtf