Jump to content

Search the Community

Showing results for tags 'مساعد'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 2 results

  1. local Marker1 = createMarker(-82.43913, -907.21539, 17.27800 ,"cylinder", 2, 0, 0, 255, 255) addEventHandler("onMarkerHit",Marker1, function (hitElement,matchingDimension) local policePed = createPed (280, -148.21268, -959.39343, 28.35586) local PoliceCar = createVehicle(597, -148.21268, -959.39343, 28.35586, 359.447, 0.000, 90) warpPedIntoVehicle ( policePed, PoliceCar) end ) ابي اخلي البيد الي اسمة policePed يطارد الاعب ممكن مساعدة؟
  2. السلام عليكم ورحمة الله وبركاته كيفكم؟ ابي سوي local cj = getLocalPlayer() bindKey ( "1", "down", function() if cj then outputChatBox("cj") local x1,y1,z1 = 2485.00000, -1667.00000, 86.20466 local x2,y2,z2 = 2485.00000, -1667.00000, 20.20466 local x3,y3,z3 = 2263.43066, -1658.47412, 15.21893 local px, py, pz = getElementPosition(localPlayer) local xs,ys,zs = interpolateBetween ( x1,y1,z1, px, py, pz-20,0, "OutQuad") setCameraMatrix(xs,ys,zs,px, py, pz-20,0,0) else local xs2,ys2,zs2 = interpolateBetween ( x2,y2,z2, x2,y2,z2,0, "OutQuad") setCameraMatrix(x3,y3,z3,xs2,ys2,zs2,0,0) setCameraTarget (localPlayer) end end ) ما حرك
×
×
  • Create New...