Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/10/16 in all areas

  1. اليوم جايب لكم مود كـ تغيير جو طبعا قبل لا اوريكم المود هذا المود اللوحة من تصميمي وكل شي واتمنى يعجبكم وهذي الصور ^^ ان شاء الله يعجبكم ولاتحرموني من تقييمكم رابط التحميل : http://up.top4top.net/downloadf-2717je51-zip.html
    2 points
  2. هي قصة جميلة ومحفزة ولكن للأسف فيها بقعة سوداء اللي هي انت علشان كذا ما اقدر اذكرها
    2 points
  3. Debes eliminar el texto de render que tiene paradise. Para ello, edité un poco el código por mi mismo y me funcionó: Archivo: respawn_c.lua: addEvent ( "onBorrarTexto", true ) addEventHandler ( "onBorrarTexto", localPlayer, function ( ) respawnWait = false removeEventHandler( "onClientRender", root, drawRespawnText ) end ) Archivo: respawn.lua: addCommandHandler ( "reanimar", function ( player, commandName, otherPlayer ) local other, name = getFromName ( player, otherPlayer ) if hasObjectPermissionTo ( player, "command.kick", false ) or exports.factions:isPlayerInFaction ( player, 2 ) then if isElement ( other ) and isLoggedIn ( other ) and isPedDead ( other ) then if other == player then outputChatBox ( "No puedes reanimarte a ti mismo.", player, 255, 0, 0 ) else local x, y, z = getElementPosition ( player ) spawnPlayer ( other, x, y, z, 180, getElementModel ( other ), 0, 0 ) triggerClientEvent ( other, "onBorrarTexto", other ) fadeCamera ( other, true ) setCameraTarget ( other, other ) setCameraInterior ( other, 0 ) wastedTimes [ other ] = nil end end end end )
    2 points
  4. https://fulltimehosting.net/ Full Time Hosting is a new game hosting provider which provides premium servers. Our goal is to provide lag free servers. Most providers overload their servers to make profit so your server is laggy and you lose players. That's not the case with us. We want to provide you lag free servers and no downtime. We guarantee 99.9% uptime meaning we're always on! We know downtimes make you lose players and we do not want that! When buying a game hosting package, you get web hosting for free! You can also request nginx as external http server by opening a ticket so your players can download resources blazingly fast! We also offer teamspeak hosting. MULTI THEFT AUTO 10-256 Slots $0.10 USD per slot 99.9% Uptime 30GB Disk space 1 MySQL Database Control Panel & FTP Location(s): Germany For those interested, here is a map with ping you could get to our servers: You can also request a 24 hours trial by opening a ticket. https://fulltimehosting.net/
    1 point
  5. اما بعد اليوم جايب لكم مود اف9 يضم الاشياء التي بالصورة صور: لو تبون اصدار ثاني اكتبو لي فـ الردود وان شاء الله بنشوف ونزل اصدار رابط التحميل : سبحان الله
    1 point
  6. My advice would be that you get the guieditor and use that. It will visualize the bounding box for you and generate the relevant code. Keep in mind the alignment is relative to the bounding box.
    1 point
  7. No need to create the same topic over and over again. If somebody knows a solution, they'll try to help you.
    1 point
  8. جميل السكربت . لو تحط خصائص احسن + لو تخلي الاعب مايقدر يرسل لنفسه ..
    1 point
  9. جميل وبسيط ، بالتوفيق -- @twitter اذا كان سارقه الله يحاسبه مو احنا ~~
    1 point
  10. wut didn't you just post gta 5 script? " Marine01SMY" S_M_Y_Marine01 is an ped in gta 5 lol
    1 point
  11. @AleksCorethen you have no choice but to send multiple queries. And by the way just so that someone doesnt say im wrong, there are some languages or plugins/extensions for "things/languages" that allow sql multi query but its highly discouraged since its more trouble than its worth and it actually quite hard to sanitize from sql injection. So in the end its like you dont have a choice but to simply send multiple queries (and its also easier to handle errors these way). Also considering that we are talking about mysql and how it works, when you send queries one after another and only change values it should reuse previous query cache so second one would be allot faster (but that could also depend on mysql configuration). Feel free to loop thru all players while using dbQuery, its a non blocking function (wont pause code execution while waiting for mysql response). And since you are just updating and dont care about result (there is none) just use dbFree right after dbQuery function. (check dbQuery wiki for more info)
    1 point
  12. If you have a super fast internet then yes. Of course if you use 1tb for a MTA server there must be a problem somewhere.
    1 point
  13. https://community.multitheftauto.com/index.php?p=resources&s=details&id=10604
    1 point
  14. ^ الكلنت ماله داعي دام انك تستخدم سيرفر فقط يعني يشتغل الكود بدون ملف الكلنت ..
    1 point
  15. اذا تقصد انك تضع محتويات الدي اكس في اللوحة استخدم حسابات local x, y = windowX+dxX, windowY+dxY نطبق على اكوادك تصير GUIEditor = { window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(234, 258, 270, 200, "WIN", false) guiWindowSetSizable(GUIEditor.window[1], false) end ) addEventHandler("onClientRender", root, function() dxDrawText("NAME :", 234+280, 258+300, 448, 427, tocolor(255, 255, 255, 255), 1.00, "default", "left", "top", false, false, false, false, false) end )
    1 point
  16. NssoR صحيح الموضوع كبير و اغلبيته ردود مجاملة لو يحذفوهم و يخلو الوظائف فقط عشين الواحد يقدر يدور على الاشي يلي بده اياه
    1 point
  17. We're expecting a phone call from the President any moment.
    1 point
  18. سعد عدل على سكربتك وخلاه بالساعات هل تعلم ذلك ام لا
    1 point
×
×
  • Create New...