Chuyển tới nội dung chính

AreInteriorWeaponsAllowed

cảnh báo

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
}