Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/04/18 in Posts

  1. ثلاثون لاعب بسيرفر فخامة هجولة للانظمة الواقعية عدد جميل جدا وسيرفر جديد ! المبرمجين @MR.TOUNSI @DR.MOOST @Master_MTA @MRKAREEM @Abu-solo تحياتي الخاصة الى MR.HemoO Mr.Mosa والبــاقي فـى القـلب
    1 point
  2. GTA V experience Hi, I come to sell this script that I did, it is basic but useful means for your server, it is useful for any type of gamemode. Contact me to negotiate. Payment Methods 1.- Paypal (Cost: $ 7) Image
    1 point
  3. use JS executeBrowserJavascript ( webBrowser, 'document.getElementById("element-id").innerHTML = ""') https://wiki.multitheftauto.com/wiki/ExecuteBrowserJavascript
    1 point
  4. setBrowserRenderingPaused = probably stopping the browser with making cycles. Probably stop doing this: You will need to use guiSetVisible to hide the gui: https://wiki.multitheftauto.com/wiki/GuiSetVisible Yet I recommend you to doing both, because afaik the browser doesn't stops rendering when you hide the gui. (will save you some performance)
    1 point
  5. Help me please. I'm download MTA 1.5.6 from (screen, group in vkontakte). When Entering on server i am expelled from the game with a reason (screenshot)Please help me, I'm tested animations mta 1.5.6. I'm not the only one. I'm from Russia, bad speak english.
    1 point
  6. Should be fixed now
    1 point
  7. So you want to display the fuel amount in a car? Read the dxDrawText page on WIKI. Here's an example, how to put it in the context. addEventHandler("onClientRender", root, function() -- dxDrawText here end );
    1 point
  8. Try to give the second argument of the addEvent. Set it to true to make sure that the other side can call it.
    1 point
  9. Oh no, I think you're using my build. I remember getting my account banned while reversing gta_sa.exe.I will take down the link. @ccw I will take down the link. In the meantime, I'll appreciate if you unban people who come with similar issue. @Pe4enka Can you still play using MTA latest build?
    1 point
  10. تم تعديل الرابط وصيانة السيرفر الآن أصبح السيرفر مختلفاً بشكل كامل ! https://discord.gg/BdmJyNm --- @MR.SAMSUNGشكر خاص لـ
    1 point
  11. isPedDucked بالنسبة للتايمر مافهمت وش بتسوي فيه
    1 point
  12. I found this logo I made a while back on my computer while I was deleting unwanted files. I thought this might be useful for others who want to make a custom logo for their servers or just photoshop something. For example, this is the final logo I created it for: Original sizes Horizontal: 1900 x 350 Square: 1250 x 1250 DOWNLOAD (.rar file containing the full size original .png files. No quality loss.)
    1 point
  13. Greetings, As we all know, GTA:SA client have files that contains a certain animation, using the IFP file extension. I suggest that you(developers) implement this in MTA:SA. Making the game more diverse, and less limited for scripters. This would make a huge difference, playing from a server to an onther. This will be a huge plus on Roleplaying servers, or Realistic lifestyle and such... I suggest you to see this video to have an Idea. This also would help to get rid of useless Animations, used only on GTA:SA missions and use them for good. Please if you accept, replay and like this topic. We need to have an answer from the developers. -Kinan ARABIC :
    1 point
  14. elseif ( action == "warp" ) or ( action == "warpto" ) then function warpPlayer ( p, to ) function warp ( p, to ) if ( getElementData(p,"heisprotectedfromwarp") == true ) then outputChatBox("n2* هذا اللاعب محمي من الإنتقال",source,255,0,0) return end local x, y, z = getElementPosition ( to ) local r = getPedRotation ( to ) x = x - math.sin ( math.rad ( r ) ) * 2 y = y + math.cos ( math.rad ( r ) ) * 2 setTimer ( setElementPosition, 1000, 1, p, x, y, z + 1 ) fadeCamera ( p, false, 1, 0, 0, 0 ) setElementDimension ( p, getElementDimension ( to ) ) setElementInterior ( p, getElementInterior ( to ) ) setTimer ( fadeCamera, 1000, 1, p, true, 1 ) end if ( isPedInVehicle ( to ) ) then local vehicle = getPedOccupiedVehicle ( to ) local seats = getVehicleMaxPassengers ( vehicle ) + 1 local i = 0 while ( i < seats ) do if ( not getVehicleOccupant ( vehicle, i ) ) then setTimer ( warpPedIntoVehicle, 1000, 1, p, vehicle, i ) fadeCamera ( p, false, 1, 0, 0, 0 ) setTimer ( fadeCamera, 1000, 1, p, true, 1 ) break end i = i + 1 end if ( i >= seats ) then warp ( p, to ) outputConsole ( "Player's vehicle is full ("..getVehicleName ( vehicle ).." - Seats: "..seats..")", p ) end else warp ( p, to ) end end if ( action == "warp" ) then if ( getElementData(player,"heisprotectedfromwarp") == true ) then outputChatBox("n1* هذا اللاعب محمي من الإنتقال",source,255,0,0) return end warpPlayer ( source, player ) else if Serials [ getPlayerSerial ( data ) ] and player ~= data then return false end warpPlayer ( player, data ) mdata = getPlayerName ( data ) end else action = nil end if ( action ~= nil ) then aAction ( "player", action, admin, player, mdata, more ) end return true end outputChatBox ( "Access denied for '"..tostring ( action ).."'", source, 255, 168, 0 ) return false end ) جرب , وقلي ايش يطلعلك n1 او n2 ورجع كل شيء زي ما كان بملف الوارب + انا ب سيرفرك الحيننء
    1 point
  15. As it requires another game to function, it would have to be added as a mod of some kind.
    1 point
  16. It would require a powerful host.
    1 point
×
×
  • Create New...