Jump to content

مساعدة مهمة


Recommended Posts

سلام علكيم :arrow:

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

دة ماركر سرقة البنك

function createRob() 
    Marker = createMarker(346.895, 162.182, 1024.7,"cylinder",1.2,255,0,0,100) 
    setElementInterior (Marker,3) 
    setElementDimension (Marker,0) 
    outputChatBox( "الان يمكن ان يسرق البنك Now possible theft Bank.", root, 000, 444, 110 ) 
end 
addEventHandler("onResourceStart", resourceRoot,createRob) 

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

شرطى يسرق ويجيلوة نجوم :|

Link to comment
  
addEventHandler( "onMarkerHit", Marker, 
function( hit, dim ) 
    if getElementType(hit) == "player" and getPlayerTeam(hit) then 
        if getPlayerTeam(hit) == getTeamFromName("Police") then return end 
    end 
end ); 
  

الكود من الأخ مدير

MoDer2014

Edited by Guest
Link to comment

ده كودي و الي فوق حق مدير تقدر تستعمل الأثنين بس حق مدير افضل

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

  
addEventHandler( "onMarkerHit", Marker, 
function() 
 if getTeamName(getPlayerTeam(source)) == "Police" then 
 cancelEvent() 
 end 
end 
) 
  

Link to comment

كذا مابيفهم

المهم

دور حدث اسمه onMarkerHit

طيب

خل هذا فيه اول سطر

function ( plrs ) 
 if ( getElementType ( plrs ) == "player" ) then 
  local GtTeam = getPlayerTeam ( plrs ) 
   local GtName = getTeamName ( GtTeam ) 
  if ( GtTeam and GtName == "Police" ) then return outputChatBox ( "You Cant Do This Because You Are In Police Team !", plrs, 255, 255 , 0, true ) 
  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...