Jump to content

Arnold-1

Members
  • Posts

    249
  • Joined

  • Last visited

Everything posted by Arnold-1

  1. You can do that only in your own server, you can't apply it to your Client, so this stands to the server owners to make it. btw rising your resolution wont affect FPS that much
  2. طيب أنا لح اشرح شرح بسيط للي ما فهم لتعمل عند حدوثه Eventتحتاج الى Functionأولا نحن نعرف ان كل Server Side function triggered () outputChatBox("Trigger Done") end غير موجود في المجموعة الأصلية Eventالآن سنضيف function triggered () outputChatBox("Trigger Done") end addEvent("onTrigger",true) --جديد Event قمنا باضافة addEventHandler("onTrigger",root,triggered) المتعلق بها Eventالآن ستنفذ هذه الوظيفة عندما يحدث الـ Client Side Button = guiCreateButton(0,0,0,0,"Trigger",false) function trigger () triggerServerEvent("onTrigger",localPlayer) --Serverالذي أضفناه و علقنا وظيفة في الـ Event تقوم هذه الوظيفة بتنفيذ ذلك الحدث أو end addEventHandler("onClientGUIClick",button,trigger,false) أتمنى أن يكون الجميع قد فهمو
  3. What for? setAccountData is server side function. Well you want a single GUI to work for everyone? even though he can trigger it client side server: function set () account = getPlayerAccount(source) setAccountData(account,"readRules",1) end addEvent("onAccountDataSet",true) addEventHandler("onAccountDataSet",root,account) client guiSetVisible(yourwindow,true) triggerServerEvent("onAccountDataSet",localPlayer)
  4. here is what you have to do first on Client Side function triggered () guiSetVisible(yourWindowName, true) showCursor(true) end addEvent("theEventNameYouWantButItCan'tBeOneOfTheDefaultMTAEvents",true) addEventHandler("theEventNameYouWantButItCan'tBeOneOfTheDefaultMTAEvents",root,triggered) and in server side triggerClientEvent("theEventNameYouWantButItCan'tBeOneOfTheDefaultMTAEvents",resourceRoot) you can add it in any function or event
  5. السلام عليكم Towers Mania DD تم و منذ بعض الوقت اقتتاح سيرفر و نحن نريد ان نحطم تسجيل اللاعبين الحالي سيكون هذا الأمر الساعة 8:00 مساءً بتوقيت مكة المكرمة مجانية VIP لا تنسو أن تكونو هناك و اذا وصلنا الى 32/32 لاعب الجميع سيحصل على نقاط و IP: mtasa://78.46.30.12:22003 http://www.towersmania.com Towers Mania تحيات فريق
  6. Lately i've downloaded some kind of a Beta version of MTA SA 1.3.5, and this is fixed
  7. Hi people i've made a new GUI theme for MTA here are some screenshots: http://imgur.com/CVIGfYt,NXLLiSF,456sQzC,x4xoPKV Download link: https://www.mediafire.com/?eg6yyvrpd6mawkh Hope you like it
  8. i agree, i have the same problem you have.
  9. i agree with the water thing, but the other things, i think you can edit the map editor script (if you're a scripter) if not then i agree with you. if you're a scripter and want to edit it you can find it in editor_main resource folder i think you should use the function setElementDimension Thanks for reading. EDIT: and about the Texture thing you can use https://wiki.multitheftauto.com/wiki/DxDrawImage3D
  10. Make it with MapEditor object remover, it's the easiest way .
  11. well i really didn't understand somethings in your script so maybe it's wrong or maybe i am not pro enough to solve this
  12. طيب فهمنا بس ليش تسب؟
  13. ادارة اليوتيوب قامت بحظر الفيديو جزئياً و لله الحمد
  14. Add This local spawnX, spawnY, spawnZ = 1959.55, -1714.46, 10 function joinHandler() spawnPlayer(source, spawnX, spawnY, spawnZ) fadeCamera(source, true) setCameraTarget(source, source) outputChatBox("Welcome to My Server", source) end addEventHandler("onPlayerLogin", getRootElement(), joinHandler) Change the first x,y,z to the Location you want
  15. i think there is a problem in that alpha thing
  16. Ye +1 but So he will be banned again, he will reformat, this will be repeated for 5 or 6 times, and then "opa" COMPUTER IS FUCKED UP.
  17. Man, map editor still a script........ edit it!!
  18. ممكن المشكلة من الاستضافة؟؟؟؟ تواصل معهم
  19. لا تضيف أحد على Group Console ضيفه على Group Admin أو Moderator أو SuperModerator
  20. Playطيب أنت لما توقف الفري روم ليش توقف الـ
×
×
  • Create New...