mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
add conflicting addons
This commit is contained in:
parent
58abf24f8a
commit
30fb6bcf13
2 changed files with 4 additions and 1 deletions
|
@ -202,6 +202,7 @@ local function RabbitCalcView(ply, origin, ang)
|
|||
neweye = true
|
||||
|
||||
ply:CLViewPunch(Angle(12, 0, 0))
|
||||
|
||||
if VManip then
|
||||
VManip:PlayAnim("vault")
|
||||
end
|
||||
|
|
|
@ -47,7 +47,9 @@ local incompatible = {
|
|||
["2635378860"] = true,
|
||||
["2919957168"] = true,
|
||||
["104815552"] = true,
|
||||
["779595105"] = true
|
||||
["779595105"] = true,
|
||||
["2600234804"] = true,
|
||||
["2840031720"] = true
|
||||
}
|
||||
|
||||
local warnpanel = {
|
||||
|
|
Loading…
Reference in a new issue