Skip to main content

AllowInteriorWeapons

คำอธิบาย

Toggle whether the usage of weapons in interiors is allowed or not.

NameDescription
allow1 to enable weapons in interiors (enabled by default), 0 to disable weapons in interiors.

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

public OnGameModeInit()
{
// This will allow weapons inside interiors.
AllowInteriorWeapons(1);
return 1;
}

บันทึก

warning

This function does not work in the current SA:MP version!

ฟังก์ชั่นที่เกี่ยวข้องกัน