Jump to content

بدي مود ما يخليك تقدر تغادر المنطقة


Recommended Posts

On 12/14/2017 at 13:40, salah7boss said:

 طبعاً كل الشكر لكم , ولكن انا لا أفهم بـ لغة " لوا " , لهذا أتمنا أن يصمم لي أحد السكربت بشكل كامل " اقصد مع ملف الميتا والكلنت ألخ " وشكراً لكم مرة أخرى. 

إستغفر الله.
لو سمحت غير صورتك مخلة للإداب وإتوقع إنتهاك لإحد قوانين المنتدى ..
وهنا مو مكان تطلب به السكربتات من الصفر ..
هنا مكان انت تسويه من الصفر..

Link to comment
On 12/15/2017 at 21:19, iMr.WiFi..! said:

إستغفر الله.
لو سمحت غير صورتك مخلة للإداب وإتوقع إنتهاك لإحد قوانين المنتدى ..
وهنا مو مكان تطلب به السكربتات من الصفر ..
هنا مكان انت تسويه من الصفر..

+1

On 12/15/2017 at 22:11, #Soking said:

I liked the picture, Put more :D

موشكللةةء واللههء :P

Link to comment
local x,y,z = 0,0,100 -- حط احداثياتك هنا
local size = 100 -- الحجم
local C_ = createColRectangle (x,y,z,size)
local R_ = createRadarArea (x,y,z,size,255,255,0,150,root)

addEventHandler("onColShapeLeave",C_,function (e)
if getElementType(e) == "player" then
local x,y,z = getElementPosition(e)
setElementPosition (e,x-5,y-5,z)
outputChatBox('لايمكنك الخروج',e,255,0,0)
end
end)

جرب

Link to comment
On ٢٢‏/١٢‏/٢٠١٧ at 04:18, #\_oskar_/# said:

local x,y,z = 0,0,100 -- حط احداثياتك هنا
local size = 100 -- الحجم
local C_ = createColRectangle (x,y,z,size)
local R_ = createRadarArea (x,y,z,size,255,255,0,150,root)

addEventHandler("onColShapeLeave",C_,function (e)
if getElementType(e) == "player" then
local x,y,z = getElementPosition(e)
setElementPosition (e,x-5,y-5,z)
outputChatBox('لايمكنك الخروج',e,255,0,0)
end
end)

جرب

جربته , بس سوا خط أصفر وما يقتل الي يطلع منه , أو يسويله اي شيء.

Link to comment
10 hours ago, Wormen said:

بسبب أنك حاطة في كلنت و onColShapeLeave تستعمل سيرفر فقط .

نقلت على السيرفر وغيرته بهذا الشكل :

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)

وما زبط !

Link to comment
local x,y,z = 0,0,100 -- حط احداثياتك هنا
local size = 100 -- الحجم
local C_ = createColRectangle (x,y,z,size)
local R_ = createRadarArea (x,y,z,size,255,255,0,150,root)

addEventHandler("onColShapeLeave",C_,function (e)
if getElementType(e) == "player" then
killPed(e)
outputChatBox('لايمكنك الخروج',e,255,0,0)
end
end)

:-? كنت مسويه لك يرجعه مكانه بدل مايقتله حرام 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...