gamemode\animations.lua:645: '}' expected (to close '{' at line 639) near '"models/orange1.mdl"'
And now for those lines.
[lua]
NPCAnim.CombineOWModels =
{ – line 639
"models/combine_super_soldier.mdl",
"models/Combine_Soldier.mdl",
"models/Combine_Soldier_PrisonGuard.mdl",
"models/soldier_stripped.mdl",
"models/orange1.mdl",
"models/Normal1.mdl",
}
[/lua]
Whats wrong?!