Jump to content

Search the Community

Showing results for tags 'bf2'.

  • 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


About Me


Member Title


Gang


Location


Occupation


Interests

Found 1 result

  1. هذا المود رح يريح ناس كثيرين في اللعبة + يعطي للسيرفر واقعية اكثر لأنه بكل بساطة يخلي اللاعب حقك يتكلم بأصوات انت رح تحددها فيما بعد التحميل من هنا ملفات تستطيع التعديل عليها -- Client bindKey ( "F1" , "down" , function() guiSetVisible ( theWindow, not guiGetVisible ( theWindow ) ) showCursor ( guiGetVisible ( theWindow ) ) end) local table = { {"Sounds/enemy1.ogg","Sounds/Needhelp1.ogg","Sounds/Run1.ogg","Sounds/friendlyfire_alt1.ogg","Sounds/rogerthat1.ogg","Sounds/thankyou1.ogg","Sounds/Move1.ogg","Sounds/Sorry1.ogg","Sounds/Request.ogg","Sounds/requestmedic1.ogg","Sounds/getin1.ogg"}, {"Sounds/enemy2.ogg","Sounds/Needhelp2.ogg","Sounds/Run2.ogg","Sounds/friendlyfire_alt2.ogg","Sounds/rogerthat2.ogg","Sounds/thankyou2.ogg","Sounds/Move2.ogg","Sounds/Sorry2.ogg","Sounds/Request.ogg","Sounds/requestmedic2.ogg","Sounds/getin2.ogg"} } addEventHandler("onClientRender", root, function() --------------------------------------------= enemy,Needhelp,Run,friendlyfire_alt,rogerthat,thankyou,MoveSound,SorrySound,Request,requestmedic2,getinV = unpack( table[math.random(#table)] ) --------------------------------------------= PlaySoundNum1 = rogerthat PlaySoundNum2 = friendlyfire_alt PlaySoundNum3 = getinV PlaySoundNum4 = enemy PlaySoundNum5 = requestmedic2 PlaySoundNum6 = Request PlaySoundNum7 = Needhelp PlaySoundNum8 = SorrySound PlaySoundNum9 = thankyou PlaySoundNum10 = MoveSound --------------------------------------------= end ) --------------------------------------------= GUISET_TEXT1 = "Roger that" GUISET_TEXT2 = "Get in" GUISET_TEXT3 = "Need help" GUISET_TEXT4 = "Request pickup" GUISET_TEXT5 = "Sorry" GUISET_TEXT6 = "Thank you" GUISET_TEXT7 = "Stop Fire !" GUISET_TEXT8 = "Enemy in area" GUISET_TEXT9 = "Play with theLink.BETA" GUISET_TEXT10 = "write theLink Here" GUISET_TEXT11 = "Close window" GUISET_TEXT12 = "Go Go Go" GUISET_TEXT13 = "Sound System [BF2]" GUISET_TEXT14 = "Request medic" GUISET_TEXT15 = "Destroy Sound" SText = "S" LText = "L" --------------------------------------------= GUINormalTextColour,GUIColorCode,GUIFont = "NormalTextColour","FFDAF5F9","default-bold-small" --------------------------------------------= SoundMaxDistance1 = 50 SoundMaxDistance2 = 50 SoundMaxDistance3 = 50 SoundMaxDistance4 = 50 SoundMaxDistance5 = 50 SoundMaxDistance6 = 50 SoundMaxDistance7 = 50 SoundMaxDistance8 = 50 SoundMaxDistance9 = 50 SoundMaxDistance10 = 50 SoundMaxDistance11 = 50 --------------------------------------------= ShowChat = true -- or false Msg1 = "theMSG 1" Msg2 = "theMSG 2" Msg3 = "theMSG 3" Msg4 = "theMSG 4" Msg5 = "theMSG 5" Msg6 = "theMSG 6" Msg7 = "theMSG 7" Msg8 = "theMSG 8" Msg9 = "theMSG 9" Msg10 = "theMSG 10" ForYou
×
×
  • Create New...