برستيج كودك بيمنع السلاح في السيرفر كله
هو يبي منطقة معينة
local marker = createMarker ( x, y, z, 'checkpoint', size, 0, 0, 0, 0 )
function noDeagle ( )
local weaponID = source;
if weaponID == 24 and isElementWithinMarker ( localPlayer, marker ) then
cancelEvent ( );
end
end
addEventHandler ( 'onClientWeaponFire', root, noDeagle );
x, y, z = الإحداثيات
size = الحجم