note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
AreInteriorWeaponsAllowed
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Can weapons be used in interiors?
Returns
true: Allowed.
false: Not allowed.
Examples
if (AreInteriorWeaponsAllowed())
{
// Do something
}
Related Functions
- AllowInteriorWeapons: Toggle whether the usage of weapons in interiors is allowed or not.