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. سلام عليكم .. معكم كنترول ابغئ مساعدة بسيطة بتفك لي ازمة كبيرة عشان قاعد اشتغل علئ سكربت اتمنئ لو في خطا ف نشر الموضوع يعلمني الطريقة زمان عن المنتدئ
  2. السلام عليكم ورحمة الله وبركاتة ابي اذا ضغطت زر يسوي تحقق مثلا اني معي 1000 فلوس وياخد مني 1000 فلوس ويضيفني في الاسل مثلا كونسل لمدة معينة مثلا ساعة وبعدين يسحبها مني ولو انا في الجروب اصلا من قبل يقولي عذرا انت كونسل وشكرآآآ محاولتي ككلنت addEventHandler('onClientGUIClick', root, function ( ) if source == btn.buyvip then guiSetVisible( wnd1, false ) showCursor( false ) triggerServerEvent ( "buyvip", localPlayer ) end end ) سيرفر addEvent ( "buyvip", true ) addEventHandler ( "buyvip", root, function ( ) local Le3bA = getPlayerMoney ( source ) if Le3bA > 250000 then takePlayerMoney ( source, 250000 ) local name = getPlayerName(source) if accountName then aclGroupAddObject (aclGetGroup("Admin"), "user."..accountName) outputChatBox ("Account '"..accountName.."' succesfully added to the admin group", playerSource) else outputChatBox("You don't have $250000 to buy Super Jump", source, 255, 0, 0, true) end end )
×
×
  • Create New...