Jump to content

Arnold-1

Members
  • Posts

    249
  • Joined

  • Last visited

Everything posted by Arnold-1

  1. [quote name=..&G:..] As you know... the resource is compiled, so I don't know the function. Use this: https://wiki.multitheftauto.com/wiki/Sh ... t_resource
  2. He is using a shader, go to mods/(SAUR)Core/blur you will find it there.
  3. Libya Flag is already updated in the admin resource, it's another resource maybe.
  4. Use Handling Functions: getVehicleHandling setVehicleHandling getOriginalHandling
  5. try dxDrawMaterialLine3D with a texture
  6. This would be amazing, so if someone wan't to create something close to facebook or something, he would use HTML and php instead of hardly coding it in lua.
  7. did you try using dbQuery with dbPoll instead?
  8. onClientResourceStart event.
  9. You must post this in the map section, but anyways, you must try all the arrows + pageup/pagedown while pressing Control.
  10. Download File as far as i know, downloads things from the server it's connected to, so i don't thing the problem is going to be solved, i suggest you posting it on mantis, but before that, download the nightly build for MTA 1.4 and test download file, good luck in that. EDIT: since we posted in the same time, i'm gonna tell you to wait 1.4, it's coming soon.
  11. Arnold-1

    Button

    You're Welcome.
  12. Arnold-1

    Button

    since the output is in else, so simply the condition wasn't applied, make sure of your account name and password, if doesn't work show us your client side.
  13. Arnold-1

    Paid Scripter

    Yeah guys, i know Weii too, he is trusted and great scripter. btw Weii good luck in that.
  14. try this dbExec(bdConnection, "UPDATE table SET text = ? WHERE id = 1",'Русский текст') not sure will work but try, i'm also new to SQL.
  15. You can use MySQL, as the same database for the website and the server, so you can get the server information from the website.
  16. Look dude, you don't need to stop the timer, because it already will check if the player is still in the vehicle after the timer finish, so i made it for you in an easier way, test it, it's the same of what you wanted, and good luck in what you're doing.
  17. then try Castillo c-panel as i told you, link: https://community.multitheftauto.com/in ... ils&id=814
  18. make sure it's an admin in ACL, if it is, then use /start /stop /restart to manage your resources, or download Castillo's Admin Panel https://community.multitheftauto.com/in ... ils&id=814
  19. you would create a table with all players, and when a player ignores another, you remove him from the table, and onPlayerChat, you cancel the event, and outputChatBox through the table of the players not ignoring him, with his name and message, that's my idea.
  20. Dx إلا اذا صاحب السيرفر عمل شات خاصة بالسيرفر
  21. addEventHandler("onVehicleEnter",yourvehicle, function (ply) veh = getPlayerOccupiedVehicle(ply) timer = setTimer(des,5000,1,ply,veh) end ) function des (play,vehi) if isElement(vehi) and isPedInVehicle(play) then destroyElement(vehicle) end
  22. use a loop, firstly make a table in all the positions: pos = { --{x,y,z} } for i,v in ipairs(pos) do local x,y,z = unpack(pos[i]) createMarker(x,y,z ......) end closestMarker = 9999999999999999 addEventHandler("onMarkerHit",root, function (player) for i,v in ipairs(pos) do local x,y,z = unpack(pos) x1 , y1,z1 = getElementPosition(player) distance2 = getDistanceBetweenPoints3D(x,y,z,x1,y1,z1) --tell me what do you want then? end end )
  23. عفوا و لكن أغلبكم مخطؤون هو 1.4 MTA الإصدار القادم من لن يكون هناك 1.3.6 أو 1.3.7 أو 1.3.8 أو 1.3.9 بالنسبة للسيرفر هناك ثلاثة سيرفرات مسبقا, و أنا مستعد أن أفتح سيرفر اذا استلزم الأمر. بالمناسبة 1.4 ممكن ان تصدر خلال الأسابيع المقبلة
×
×
  • Create New...