mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-31 12:07:27 +05:00
add conflicting addons
This commit is contained in:
parent
e8ecc75216
commit
cd1c14b037
1 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,9 @@ local incompatible = {
|
||||||
["2635378860"] = true, -- MW/WZ Skydive/Parachute + Infil
|
["2635378860"] = true, -- MW/WZ Skydive/Parachute + Infil
|
||||||
["2919957168"] = true, -- Modern Warfare II - Takedowns & Revive System
|
["2919957168"] = true, -- Modern Warfare II - Takedowns & Revive System
|
||||||
["104815552"] = true, -- SmartSnap (how tho?)
|
["104815552"] = true, -- SmartSnap (how tho?)
|
||||||
["2600234804"] = true -- ASTW2 - Base Weapons
|
["2600234804"] = true, -- ASTW2 - Base Weapons
|
||||||
|
["2824714462"] = true, -- TFA Camera Shake
|
||||||
|
["3037375111"] = true -- Quick Slide With Legs
|
||||||
}
|
}
|
||||||
|
|
||||||
local warnpanel = {
|
local warnpanel = {
|
||||||
|
@ -162,4 +164,4 @@ if conflictlist.string ~= "" then
|
||||||
AEUI:AddPanel(warnpanel)
|
AEUI:AddPanel(warnpanel)
|
||||||
AEUI:AddPanel(conflictpanel)
|
AEUI:AddPanel(conflictpanel)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue