Jump to content

Search the Community

Showing results for tags '@ooo'.

  • 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. شباب هسسا انا مسوي محل اسلحه هسا هذول 3 اسلحه انا مسويهن مع بعض يعني لما اشتري طلقه من ديقل واشتري كمان طلقه من قولت يصير عندي طلقتين بس هون في مشكله لما اشتري 3000 طلقه من ديقل واشتري طلقه من لمسدس ثاني يرجع لمسدس 1 شباب يرحم والديكم تساعدوني# local Text = tonumber(guiGetText(source)) if source == edit_1 then guiSetText(edit_2, "0") guiSetText(edit_3, "0") local Ammo = getPedTotalAmmo(localPlayer, 3) if not Text or Text < 0 then guiSetText(source, "0") elseif Text+Ammo > SilncedSetting["Max"] then guiSetText(source, SilncedSetting["Max"]-Ammo >= 0 and SilncedSetting["Max"]-Ammo or "0") end SilncedCost = tonumber(guiGetText(source)) * SilncedSetting["Cost"] elseif source == edit_2 then guiSetText(edit_3, "0") guiSetText(edit_1, "0") local Ammo = getPedTotalAmmo(localPlayer, 3) if not Text or Text < 0 then guiSetText(source, "0") elseif Text+Ammo > Colt45Setting["Max"] then guiSetText(source, Colt45Setting["Max"]-Ammo >= 0 and Colt45Setting["Max"]-Ammo or "0") end Colt45Cost = tonumber(guiGetText(source)) * Colt45Setting["Cost"] elseif source == edit_3 then guiSetText(edit_1, "0") guiSetText(edit_2, "0") local Ammo = getPedTotalAmmo(localPlayer, 3) if not Text or Text < 0 then guiSetText(source, "0") elseif Text+Ammo > DeagleSetting["Max"] then guiSetText(source, DeagleSetting["Max"]-Ammo >= 0 and DeagleSetting["Max"]-Ammo or "0") end DeagleCost = tonumber(guiGetText(source)) * DeagleSetting["Cost"]
×
×
  • Create New...