warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.