Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 17/02/18 in all areas

  1. addCommandHandldr ( 'HackerObject' , function ( Player ) setTimer ( function ( ) local xPos , yPos , zPos = getElementPosition ( Player ) setElementPosition ( Player , xPos + 1 , yPos , zPos ) end , 1000 / 2 , 0 ) end ) خلك جنب الاوبجيكت أو قدامه ، وجرب
    2 points
  2. The idea is quite easy to understand (honestly, no idea about the difficulty for the developers, or if it was already suggested/planned); basically consists in adding another tab in the server browser with the servers in the language of the client's configuration. Probably the servers could have a setting in the mtaserver.conf to specify their language. Another point of it could be letting the client choose which languages he wants to see, in case the player is bilingual or whatever. This way a new player to the platform could find easily somewhere to play and won't have to filter through russian/arabian/romanian/whatever servers where he won't understand a single thing.
    1 point
  3. ألسلام عليكم ورحمة الله وبركاتة كيف حالكم انشاء الله بخير اليوم رجعت لكم بمود جديد وهو مود شراء القوارب اتررككم مع الصور Download ccz وداعا :] الاهدائات : @MR.S3D @DABL @#Himoo @iMr.WiFi..! @!#NssoR_) @Abu-Solo @N3xT @والباقي في القلب
    1 point
  4. ? مب معطله بالكلنت سايد بس بترجعلك سيريال اللوكال بلاير بس
    1 point
  5. function mcc (player,command) local team = getPlayerTeam(player) local teamName = getTeamName(team) if teamName == "SWAT" then createVehicle (432,x,y+2,z+1) outputChatBox ( "You got SWAT MCC",player,255,0,0) end end addCommandHandler ("mcc",mcc) do it in server side script
    1 point
  6. عشان قيمة الجدول .. لأنه لما تستجلب قيمة بأسم السريال راح يرجع لك القيمة او فولس TABLE = { ['DABL'] = '1', ['WiFi'] = '2' } if( TABLE[ 'WiFi' ] == '2' ) then outputChatBox ( TABLE['DABL'] ) end
    1 point
  7. try this function onSafeZoneHit (theElement) if theElement == localPlayer then if getElementData(theElement, "Group") ~= "Four Dragons Family" then outputChatBox(enterMessage, 0, 255, 0) toggleControl("fire", false) toggleControl("aim_weapon", false) toggleControl("next_weapon", false) toggleControl("previous_weapon", false) addEventHandler("onClientPlayerDamage", root, cancelEvent) drainTimer = setTimer(function() setElementHealth(localPlayer, 0) end, 10000, 1) end end end
    1 point
  8. شرح كافي ووافي بالتوفيق لك تقبل مروري
    1 point
  9. م أنتبهت له local serials = { [''] = true, } addCommandHandler ( "kill" , function ( aPlayer ) if ( serials [ getPlayerSerial ( aPlayer ) ] ) then killPed ( aPlayer ) ; outputChatBox ( "* Done" , aPlayer , 0 , 255 , 0 , true ) ; else outputChatBox( "* Sorry" , aPlayer , 255 , 0 , 0 , true ) ; end end ) ;
    1 point
  10. بالتوفيق انا تعلمت اني ما اجادلك من ذاك الموضوع راسك صلبة
    1 point
  11. ههههههههههههه حبيب قلبي تسلم باذن الله قريبا بالاسواق هههههههه امزح امزح باذن الله باخذ بنصيحتك المره الجايه
    1 point
  12. ناقصك تحققات ومو مسوي داتا الساعات او الاكسبورت + تايمر كثير لو لاعب فاز بيعطي الجايزه للاعبين اخرين
    1 point
  13. Not totally without it, as if you connect to the localhost, it doesn't have to reach out. But I suppose the connection between the hosting and the site would be acceptable.
    1 point
  14. We're getting close to that nightly release. Right now Callum and I are trying to resolve a bug that is preventing it from compiling in a matter that is compatible with Windows XP. We have it narrowed down to a library we are using that is refusing to compile with Windows XP support properly.
    1 point
  15. السلام عليكم اليوم حبيت استفسر عن الفنكشن الي اقدر من خلاله اخلي اللاعب يقدر يخترق الجدران او يخترق اللاعبين ما يقدرو يلمسو بعض مثل سيرفرات الريس بالظبط اتمني تكونو فهمتو .#
    1 point
  16. - Minor update (Major update coming soon) Added PVP based island (Slightly remastered death island from Halo 1) tell yeh the truth it ain't scripted in at all; but aye it works. I'll be adding a completely custom weapon system in soon enough, so I'll add stuff like events so you can join a death match event and you'll be able to choose load-outs n stuff. With a lot of weapons to choose from.
    1 point
  17. He changed the last screenshot where you could see the cursor on the same position. Another fun fact: Picture A: http://i.imgur.com/cfRmnEi.png Picture B: http://i.imgur.com/qDysPT7.png The "MTA:SA 1.4" text is moved by 1 pixel up
    1 point
  18. أخي الكريم كيف بده يفتحه أثناء عملية تشفير؟ هو بنزل على جهازه ملف مشفر ما بتشفر في جهازه !!
    0 points
×
×
  • Create New...