Jump to content

شرح بسيط


Recommended Posts

زاحف القروب سستم هو اللى مانعهم من انهم يقتلوا بعض مو انا

+

انا ابى هذا الكود كساحة تدريب

+

القروب سستم مشفر

اجل ما يمديكـ .

او شف الستنج حقه من الممكن تعطيل هذي الخاصيةة #

Link to comment

احمد فيف لكن السيرفر اللى ابى اعمل فيه كده مو حقى انا واحد طلب منى ساحة تدريب بالمقر حقه انا سويت له المقر لكن ساحة التدريب مو عارف اعملها لكن الجروب سستم حق احمد فيف

Link to comment

الحين انا عملت الماركر اللى ينقله الى ساحة التدريب

+

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

Link to comment
function --وظيفة    
[b]local Marker50 = createMarker (  x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) 
local Marker60 = createMarker (  x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) 
function teleport1 (thePlayer) 
if getElementType ( thePlayer ) == 'player' then 
if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then 
setElementPosition(thePlayer, x ,y ,z ,) 
 outputChatBox("لقد دخلت الى ساحة التدريب", thePlayer, 255, 0, 0) 
 else 
    outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) 
end 
end 
end 
function teleport2 (thePlayer) 
if getElementType ( thePlayer ) == 'player' then 
if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then 
setElementPosition(thePlayer,x ,y ,z ,) 
 outputChatBox("بقد خرجت من ساحة التدريب", thePlayer, 255, 0, 0) 
 else 
    outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) 
end 
end 
end 
     addEventHandler("onMarkerHit", Marker50,teleport1) 
     addEventHandler("onMarkerHit", Marker60,teleport2) 
       
  
  
  
   ----  ممكن تصحيح هذه الاكواد التالية ثم ماذا بعد تحقق الشرطة لانى اول مرة استخدم هذا الحدث و الفنكشن ------ 
        addEventHandler("onClientPlayerDamage") 
      dutymarker = createMarker(x ,y ,z ,,'cylinder', 300, 0, 0, 0, 0) 
      function duty(thePlayer,marker, matchingDimension,marker) 
if getElementData( thePlayer, 'gang' ) == "[MsN]" and if isElementWithinMarker(thePlayer, dutymarker) then then 
outputChatBox("يمكنك قتل اعضاء عصابتك هنا", thePlayer, 255, 0, 0) 
 else 
 removeEventHandler("onClientPlayerDamage", marker,duty) 
  
 end 
 end 
 end[/b] 

Link to comment
local Marker50 = createMarker (  x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) 
local Marker60 = createMarker (  x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) 
  
function teleport1 (thePlayer) 
  if getElementType ( thePlayer ) == 'player' then 
    if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then 
            setElementPosition(thePlayer, x ,y ,z ) 
            outputChatBox("لقد دخلت الى ساحة التدريب", thePlayer, 255, 0, 0) 
 else 
            outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) 
        end 
    end 
end 
  
function teleport2 (thePlayer) 
    if getElementType ( thePlayer ) == 'player' then 
          if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then 
            setElementPosition(thePlayer,x ,y ,z ) 
            outputChatBox("بقد خرجت من ساحة التدريب", thePlayer, 255, 0, 0) 
        else 
             outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) 
        end 
     end 
  end 
 addEventHandler("onMarkerHit", Marker50,teleport1) 
 addEventHandler("onMarkerHit", Marker60,teleport2) 

بالنسبة لكود الـ دمج أو تأثر الاعب مافهمت عليك؟ وش تبي بالضبط؟ لاني شلته لانة خريسة هو والماركر حق ديوتي؟

Link to comment
local Marker50 = createMarker (  x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) 
local Marker60 = createMarker (  x ,y ,z ,'cylinder', 2.0, 255, 0, 0, 150) 
  
function teleport1 (thePlayer) 
  if getElementType ( thePlayer ) == 'player' then 
    if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then 
            setElementPosition(thePlayer, x ,y ,z ) 
            outputChatBox("لقد دخلت الى ساحة التدريب", thePlayer, 255, 0, 0) 
 else 
            outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) 
        end 
    end 
end 
  
function teleport2 (thePlayer) 
    if getElementType ( thePlayer ) == 'player' then 
          if getElementData( thePlayer, 'gang' ) == "[MsN]" and getPlayerTeam( thePlayer ) and getTeamName( getPlayerTeam( thePlayer ) ) == 'No Team' then 
            setElementPosition(thePlayer,x ,y ,z ) 
            outputChatBox("بقد خرجت من ساحة التدريب", thePlayer, 255, 0, 0) 
        else 
             outputChatBox("انت لست بالعصابة", thePlayer, 255, 0, 0) 
        end 
     end 
  end 
 addEventHandler("onMarkerHit", Marker50,teleport1) 
 addEventHandler("onMarkerHit", Marker60,teleport2) 

بالنسبة لكود الـ دمج أو تأثر الاعب مافهمت عليك؟ وش تبي بالضبط؟ لاني شلته لانة خريسة هو والماركر حق ديوتي؟

هريسة لانى ما افهم هذه الفكشن ممكن تسويها انت انا عايز اخلى اعضاء الجروب يمديهم يقتلو بعض لما يتنقلو الى ساحة التدريب يعنى و هم داخل ماركر مخى يمديهم يقتلوا بعض عاوز اعملها لكم للاسف

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