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 1 result

  1. السلام عليكم ورحمة الله وبركاته انا عملت مود اطلاق صواريخ بمساعدتكم ان شاء الله بس لما يطلق صواريخ السيارة تنفجر ولما ازيل البروجكتر التاني والتالت والتايمر السيارة ماتنفجر ي ريت حل function shootProjectile() vehicle = getPedOccupiedVehicle(localPlayer) if(vehicle)then local x, y, z = getElementPosition(vehicle) if getElementModel (vehicle) == 438 then if ( getPlayerMoney(localPlayer) >= 1000)then takePlayerMoney(1000) setTimer(createProjectile,250,1,vehicle,19,x+2,y,z+2) setTimer(createProjectile,250,2,vehicle,19,x+2,y,z+2) setTimer(createProjectile,250,3,vehicle,19,x+2,y,z+2) else outputChatBox("ليس لديك المال الكافي",0,255,0) end else outputChatBox("لي ضرب بي صواريخ يجب ان تكون لديك سيارة الجراد",0,255,0) end end end bindKey("lalt", "down", shootProjectile)
×
×
  • Create New...