Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 14/04/20 in all areas

  1. Merhaba! Multi Theft Auto'nun Türk forum bölümüne hoşgeldiniz . (genel forum kuralları burada da geçerlidir. okumak için tıklayın) Konu açmadan ve yorum atmadan önce bilmeniz gereken bazı şeyler var. Tam listeyi aşağıda okuyabilirsiniz. Hakaret içeren, başka oyuncuları hedef alan konular açmak veya yorumlar atmak yasaktır. Eğer bir kural ihlali olduğunu düşünüyorsanız bu kişiyi "Report Post" kullanarak şikayet edebilirsiniz. Tartışmaya girmenize gerek yok. Başka üyelerin kişisel bilgilerini ( isim, adres, telefon numarası, fotoğrafları vs) herkese açık bir şekilde paylaşmak yasaktır. Hile paylaşımları yasaktır. MTA ile alakalı olmayan ürünlerin, hizmetlerin ve internet sitelerinin paylaşımı yasaktır. MTA Forumları ile aynı işlevi gören sitelerin paylaşımları yasaktır. Burası, herhangi bir sunucunun forumu değil, bütün MTA'nın forumudur. Sunucuda yaşadığınız sorunları, o sunucunun forumuna yazın. ve lütfen, gerekli olmadıkça (iyi paylaşım, +rep tarzı yorumlar atarak) eski konuları hortlatmayın. Burada yazılı olmayan fakat yine de forumda olumsuz olaylar oluşturabilecek bir durum yaşanırsa verilecek ceza, yöneticinin imtiyazındadır. Mantığınızı ve sağduyunuzu kullanarak neyin yanlış neyin doğru olduğunu çözebileceğinize inanıyorum. İyi paylaşımlar KONU/MESAJ NASIL ŞİKAYET EDİLİR:
    2 points
  2. Project trains This resource creates multiple trains driving around the map and make them drive automatic. It makes San Andreas a little bit more alive. You can set-up how much trains are created, how fast they go, minimal/maximal amount of trainscarts they are pulling and some more. Versions Version 1.0.0 Serverside time synced trains for multiplayer Admin panel settings Version 2.0.0 Uncompiled Better optimised than previous versions. CPU (3,5-3,9 GHz) 4 trains +/- 1.22% usage 40 trains +/- 7.05% usage Overkill Cleaned up a lot of the old code (I wrote this in 2015.. , never the less it is still ugly :C) Added some custom train-cart designs. Fixed all known bugs. Trains won't stop, even in this version. But you can try to make that yourself... Improved bandwidth You can design your own traincarts in the map editor, see documentation after clicking on the lazy download link Bugs: GTA spawn bug: Incorrect train spawn, see documentation. Repository Lazy <you> transport Armed to the teeth Admin panel settings Building your own traincarts with the map editor Download here - project trains 2.0.0
    1 point
  3. 1 point
  4. رح استعمل التيبل احسن افضل
    1 point
  5. metatable pure oop or just use setElementParent getElementParent or tables
    1 point
  6. Exactly. (and when you remove a children, you need to remove it from parent's table too)
    1 point
  7. ما اضن هتضبط علا جهاو متوسط i5 4 ram intel HD
    1 point
  8. This is so annoying as pixles, I didn't know how to take yours and didn't know how to make one
    1 point
  9. الأفكار القادمة : منجنيق , و رمح , و اشياء جديدة ض2
    1 point
  10. Hmm speed. It can be used. But it will be less accurate, because you are making assumptions about the future. > You do not know how far your car will have driven in the future. For example you hit the wall or another car. local previousVelocity addEventHandler("onClientPreRender", root, function (timeSlice) local vehicle = getPedOccupiedVehicle ( localPlayer ) if vehicle then if previousVelocity then local travelDistance = getDistanceBetweenPoints3D(0,0,0, previousVelocity[1], previousVelocity[2], previousVelocity[3]) -- 1/50 of a second -- here you have to do something with timeSlice (which is the time between the [now] frame and [last] frame) and the speed... -- maybe: 1000 / 50 = 20 ?????????????? dxDrawText(travelDistance / 20 * timeSlice, 300,300 ) end local vX, vY, vZ = getElementVelocity(vehicle) previousVelocity = {vX, vY, vZ} end end) You still will have to test that with the position method.
    1 point
  11. El servidor de Mini-Juegos tiene para ustedes grandes momentos de diversión y de alegría en conjunto. Es un servidor de diferentes modalidades de juego como las ya mencionadas en el titulo sin embargo se mencionaran una vez mas: Race/Stealth/Gungame/CTF/Counter Strike/PTP/Barriles/Fallout/Hay/Manhunt/TDM/Entre Otros. Es para nosotros un gran honor que pertenezcas a nuestro servidor en el cual te garantizamos horas y horas de diversión absoluta en compañía de otros jugadores. En nuestro servidor podrás encontrar: Un sin fin de mapas en todas las modalidades. Diferentes modos de juego. Server Online 24/7. Sistema de logros. Sistema de niveles. Todo el servidor se encuentra en español para que puedas disfrutar la experiencia. Contamos con sistemas de trivia e incluso lotería. Sistema VIP. En ocasiones el equipo staff se encarga de dar algunos regalos y sorpresas a los usuarios. Compañía de jugadores de todo el mundo. Gran ambiente de diversión. Sistema de radio. Una infinidad de scripts y/o recursos que harán aun mejor tu experiencia dentro del servidor. Contamos con nuestro foro en la comunidad del servidor. Actualizaciones constantes para mejorar el método de juego. AUN CONSERVAMOS ALGUNOS MODOS DE JUEGOS ORIGINALES DE MTA (HAY, FALLOUT, GUNGAME,CAPTURE THE FLAG, CAPTURE THE VEHICLE, ETC) QUE NO ENCONTRARAS EN NINGÚN OTRO SERVIDOR SIMILAR. Conservamos las votaciones originales de MTA para lograr tener una convivencia democrática. ¿Que estas esperando para conocernos y jugar con nosotros? A continuación anexamos una serie de fotos y vídeo para que puedas ver la diversión que pasamos en nuestro servidor: Imágenes! Puedes ver el vídeo y mas imágenes en nuestra pagina de Facebook! Visitanos y conocemos: Ip del servidor: mtasa://88.214.59.20:22139 Comunidad: https://www.gtachile.com/foro/515-mini-juegos-mtasa/ Te esperamos!
    1 point
  12. O que aparece no Server Console?
    1 point
  13. بدون طبعا الجرافيك تركبه عاللعبه الاصلية هذا رابطه جرافيك كنق الطارة منور
    1 point
  14. I solved the problem changing the old dbConnect() code with this: db = dbConnect('mysql', 'dbname=mtasa;host=localhost;port=3306;unix_socket=/var/run/mysqld/mysqld.sock;charset=utf8;', 'mtasa', '', "share=1;autoreconnect=1;") Now if you want, you can trash this topic. Bye!
    1 point
  15. ونا منهم العب فيها لكن نظام برمجه فيها صعب اي صح كلامك اكثر شي 8 قيقا رام وبالنسبه كرت تبي كرت قوي
    0 points
  16. للأسف لانقبل طريقة الدفع المذكورة
    0 points
  17. O Que Fiz De Errado? function MensagemAnon(source, cmd, ...) local MessagemANS = table.concat ( { ... }, " " ); for _,v in ipairs(getElementsByType("player")) do if hasObjectPermissionTo(v, "command.mute", true) then outputChatBox("#696969* 【✇】 #696969"..chat2.." #FFFFFF » ["..getElementData(source, "ID").."] #FFFFFF » "..name.." #FFFFFF » #696969 "..MessagemANS,v, 255, 255, 255, true) --efeito no chat else outputChatBox("#696969* 【✇】 #696969"..chat2.." #FFFFFF » #696969 "..MessagemANS,v, 255, 255, 255, true) --efeito no chat end end addCommandHandler("DëepWéb", MensagemAnon)
    0 points
  18. مود رآئع اهنيك ~ جميل جداً يحتاج الى تنسيق و المبرمج اروع منه ~ او ماي قاد , اعجبني المود ~ احتاج الى شراء واخد مثله ~
    0 points
  19. https://yapx.ru/v/HCzQk I accidentally threw a grenade into the wall, and he blocked me
    0 points
  20. Testei um pouco e obtive os mesmo resultados que o pessoal aqui. Estou sem interesse em Lua, talvez tente mais a fundo depois.
    0 points
×
×
  • Create New...