Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/04/18 in all areas

  1. Weird, the textures are jacked, errors and strange skeletal stuff. I fixed the errors, but I don't know what all that skeletal stuff is suppose to be there for and zModeler automatically removed all of it lolz. Fixed. DOWNLOAD
    2 points
  2. رابط المود ======================= https://up.top4top.net/downloadf-607p... مهمة السقوط لوحدث مشكله كلمنا فوزي زيدان سكايب Ramos
    1 point
  3. @gta-gta العفو , قايل لك غير اسم الداتا انا حاط اسم من عندي
    1 point
  4. مبرمج فنان بس انجليزي معوق ههههههههههه
    1 point
  5. You could use the following functions to make such a feature. -- To create a command handler "tpme" and "tpto" addCommandHandler -- Create an ipairs loop using these functions getAlivePlayers -- To get all alive players, for /tpme getElementsByType -- To get all elements of type "player", for /tpto getPlayerName -- To get the iterated player's name and make a partial match with the name entered to the command arguments -- Upon match getElementPosition -- To get your/found player's position getElementInterior -- To get your/found player's interior getElementDimension -- To get your/found player's dimension setElementPosition -- To teleport you/found player to the coordinates setElementInterior -- To teleport you/found player to the interior setElementDimension -- To teleport you/found player to the dimension
    1 point
  6. Which version of the dxscoreboard are you using at the moment? There have been various changes to the dxscoreboard (now integrated into the default scoreboard resource) and you can download the latest version from MTA's official mtasa-resources GitHub repository at https://github.com/multitheftauto/mtasa-resources. The scoreboard resource can be found at https://github.com/multitheftauto/mtasa-resources/tree/master/[gameplay]/scoreboard.
    1 point
  7. I uploaded script here for you: https://community.multitheftauto.com/index.php?p=resources&s=details&id=15344
    1 point
  8. تسلم قراند
    1 point
  9. I just wanted to say thanks for fixing the problem, I came to post a topic about it but noticed LookaT's and it works for me aswell
    1 point
  10. Your syntax was bad. marks = { { -2028.94299, 156.78644, 28.39065 }, { -2023.20532, 157.21294, 28.39178 }, } for i,v in ipairs(marks) do marker = createMarker(v[1], v[2], v[3], "checkpoint", 2, 150, 255, 150, 150) end
    1 point
  11. function dxCreateEdit(x, y, w, h, text, icon, lenght, r, g, b, alpha, mask, postGUI) local theEdit = createElement("dxEdit") if getn(edit.data) < 1 then removeEventHandler("onClientCharacter", getRootElement(), addCharacterToEdit) -- line 19 removeEventHandler("onClientKey", root, backspace) -- line 20 addEventHandler("onClientCharacter", getRootElement(), addCharacterToEdit) -- line 19 addEventHandler("onClientKey", root, backspace) -- line 20 end edit.data[theEdit] = {x = x, y = y ,w = w, h = h, dt = text, icon = icon, ml = lenght, r = r or 0, g = g or 0,b = b or 0, alpha = alpha or 150, mask = mask or false, postGUI = postGUI or false, text = "" , clicked = false, selectAll = false, enabled = true} return theEdit end
    1 point
  12. marker = createMarker(v[1], v[2], v[3], 2,"corona",2,150,255,150,150) /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ In your code: coord == v[1] And v[2], v[3] are left out. Which gives you this result: marker = createMarker(v[1], 2,"corona",2,150,255,150,150) And that isn't what you want.
    1 point
  13. Uninstall or completely disable any Razer software as much possible; for example Razer Gamebooster, Razer Gamecaster Engine (overlays, even passive, can interfere with your graphics driver), Razer Synapse, Razer Game Manager and preferably the whole Razer Cortex/Central package at once. Also delete "Driver Support AO" and anything related to it, this kind of software does more harm than good. I wonder how your primary GPU model has magically jumped from Radeon R5 M230 to showing as Radeon HD 8500M. Also while this is supposed to be the primary GPU (dedicated one), MTA seems to pick the weaker on-board Intel HD graphics as preferred GPU. After uninstalling the software I mentioned, enter both control panels of Intel and ATI/AMD and make sure to reset all configuration and settings to default, because said software may have modified it. After doing that, open up commandprompt (cmd) as Administrator and enter the following: dism /online /cleanup-image /restorehealth Reboot your PC when finished, open up cmd once again, and this time run: sfc /scannow and wait for it to complete. Now, zip up the most recent .dmp file from C:\Windows\Minidump and upload it to http://upload.mtasa.com (share the link here) as the BSOD you had recently can tell us more about your system issues which are related to the flickering problem. If you notice that before I respond to your new post, that none of these steps have worked, then you can proceed to install OEM drivers for your laptop model (Lenovo 20351, IdeaPad G50-70) from the manufacturer's driver support site. The reason is that just like with Nvidia optimus, sometimes generic latest drivers can cause severe problems because of OEM-specific modification incompatibility. This has been described for example on a Microsoft forum post, in which user "Th3r_365" discovered the problem. This is similar to your case with ATI, because once again, your weaker Intel HD graphics is picked as primary GPU for gaming, which shouldn't happen. So eventhough it's a shame, it's worth trying to use outdated drivers for both Intel HD and your Radeon GPU tailored for your specific laptop model. In your case you can get them from Lenovo driver page for G50-70 (model 20351)
    1 point
  14. TCAdmin تم اضافة سيرفرات الألعاب سامب و ماين كرافت و كاونتر سترايك مع لوحة التحكم
    1 point
  15. animationCommand(client) animationCommand2(client) function animationCommand ( player ) setPedAnimation ( player, "ped", "SEAT_idle", -1, true, false, false ) end function animationCommand2 ( player ) setPedAnimation ( player ) end Do not abuse the source variable.
    1 point
  16. <button type = 'submit' style = 'top: 400px; left: 150px; min-width: 250px; width: 250px; min-height: 50px; height: 50px;' > Your Button </button> تفضل اخي Like it in Lua
    1 point
  17. يخي ودي أساعده أنا ؟ ; في مشكلة ؟ ما قال سوي مود , قال ودي تعديل عالمود و تعديله بسيط جدآ , ليه يدفع فلوس عشيء بسيط ..
    0 points
×
×
  • Create New...