Jump to content

شوفو الكود صحيح ولا لا


Recommended Posts

السلام عليكم

شوفولي هلكود اذا صحيح عدلت عليه شوي وترجمته للعربي وكل شيئ شوفو عرفت ان اذا نسخنى Syntax ما راح نستفيد شيئ

شوفو الكود عباره عن اذا واحد دخل مقرك ومقرك شرطه يصير عندك 6 نجوم بسابي كود لجروب المعين

شوفو ذا الكود

function policeStationHit ( thePlayer )   
   setPlayerWantedLevel  ( thePlayer، 6  ) 
   outputChatBox  (  getPlayerName  ( thePlayer ) .. "لقد دخل مقر سوات!!"  )  
end 
addEventHandler  (  "onColShapeHit" ، policeStation، policeStationHit ) 

حطلولي فيه كود قروبات وشكرا يكم تحياتي اي خطا فيه قلولي اخذته من ويكي عدلت عليه شوي وفهمته وشكرا للاخ ذا كيلر لي ساعدني لجيبه.

بس فيه احدائيات او شيئ اذا كذا ابي اتعلم هنا لاني ما فيه شيئ من لي ابيه بقسم دروس ابي شغلات جديده تعلمني

وشكرا لكم يا ريت تعلقو بس اذا صحيح ولا لا وتصحيحه وابي فيه كود لجروب معين وخلصنا طولت عليكم ههه.

Link to comment
شباب طلبت انو تشوفو اذا صحيح اذا صحيح حطولي فيه كود جروب وشكرا لكم

جرب انت كيف تبي تتعلم بدون ما تجرب؟

وانت حط كل الي تبيه ب موضوع واحد مو مواضيع ورا بعض هذا ممنوع

Link to comment

جـرب *

local ColShape = createColSphere(x,y,z,Rus) 
  
addEventHandler("onColShapeHit",ColShape, 
function (player) 
    if getElementData( player, "gang" ) == "GroupName" then 
    setPlayerWantedLevel(player، 6) 
    outputChatBox("لـقـد دخلت مـقر سـوات",player,255,0,0,true) 
      end 
  end 
) 
Edited by Guest
Link to comment
جـرب *

local Colradr = createRadarArea(x,y,x,y,r,b,g,a) 
  
addEventHandler("onColShapeHit",Colradr, 
function (player) 
    if getElementData( player, "gang" ) == "GroupName" then 
    setPlayerWantedLevel(player، 6) 
    outputChatBox("لـقـد دخلت مـقر سـوات",player,255,0,0,true) 
      end 
  end 
) 
local Colradr = createRadarArea(x,y,x,y,r,b,g,a) 

هذا مو كولشيب

:shocked!:

Link to comment

تـم التعـديل جـرب *

local ColShape = createColSphere(x,y,z,Rus) 
  
addEventHandler("onColShapeHit",ColShape, 
function (player) 
    if getElementData( player, "gang" ) == "GroupName" then 
    setPlayerWantedLevel(player، 6) 
    outputChatBox("لـقـد دخلت مـقر سـوات",player,255,0,0,true) 
      end 
  end 
) 
Link to comment
بس فيه مشكله واحده وقت راح اعمل الاحداثيات كيف راح اعملها شو لي لازم اطقس عليه لاخذ الاحدائيات فيه ذي ار ولبي وكل شيئ عرفتها بس شو احط؟
local ColShape = createColSphere(x,y,z,Rus) -- ال اكس و الواي و الزد هذولا الاحداثيات  
  
addEventHandler("onColShapeHit",ColShape, 
function (player) 
    if getElementData( player, "gang" ) == "GroupName" then -- هنا اكتب اسم قروبك او العصابه حقت السوات 
    setPlayerWantedLevel(player، 6) 
    outputChatBox("لـقـد دخلت مـقر سـوات",player,255,0,0,true) -- هنا الرساله اذا دخل المقر تطلعله يمديك تعدل عليها 
      end 
  end 
) 

الاحداثيات يمديك تجيبها من لوحة الادمنيه و حدد على اسمك و بتشوفها

Link to comment

لاتـعدل غير اول سطر *

x : The collision sphere's center point's X axis position

y : The collision sphere's center point's Y axis position

z : The collision sphere's center point's Z axis position

Rus : The collision sphere's radius

Link to comment
قصدي بجراند العرب بس تقلط حدود مقرهم يصير عندك 6 نجوم قصدي مقر سوات اي ماركر اخذ لحتى بس تقلط الحدود يصير عندك 6 نجوم؟
local ColShape = createColSphere(x,y,z,Rus) 
  
addEventHandler("onColShapeHit",ColShape, 
function (player) 
    if getElementData( player, "gang" ) == "GroupName" then 
    setPlayerWantedLevel(player، 6) 
    outputChatBox("لـقـد دخلت مـقر سـوات",player,255,0,0,true) 
      end 
  end 
) 

هذا هو الكود بس عدل على الاحداثيات اول سطر

Link to comment
قصدي بجراند العرب بس تقلط حدود مقرهم يصير عندك 6 نجوم قصدي مقر سوات اي ماركر اخذ لحتى بس تقلط الحدود يصير عندك 6 نجوم؟
local ColShape = createColSphere(x,y,z,Rus) 
  
addEventHandler("onColShapeHit",ColShape, 
function (player) 
    if getElementData( player, "gang" ) ~= "GroupName" then 
    setPlayerWantedLevel(player، 6) 
    outputChatBox("لـقـد دخلت مـقر سـوات",player,255,0,0,true) 
      end 
  end 
) 

هذا هو الكود بس عدل على الاحداثيات اول سطر

Link to comment
  • 5 months later...

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...