نقلت على السيرفر وغيرته بهذا الشكل :
local x,y,z = 2467.42, -1686.06, 12
local sizex = 50
local sizey = 50
local RG = createColRectangle (x,y,z,size)
local CG = createRadarArea (x,y,z,sizex,255,255,0,150)
function hit ( thePlayer )
if getElementType ( thePlayer ) == "player" then
local x,y,z = getElementPosition(thePlayer)
killPed( thePlayer , thePlayer )
outputChatBox("لا يمكنك الخروج من هذا المنطقة",thePlayer,255,0,0)
end
end
addEventHandler ( "onColShapeLeave", hit, RG)
وما زبط !