Jump to content

Leaderboard

Popular Content

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

  1. Grand Masters Unity Pre alpha - V 1.0 Hola a todos, hace ya hace mucho que no publico algo en el foro de MTA, talvez no hayan esuchado de mi, pero me llamaba Spike. Hoy les vengo a mostrar un pequeño proyecto, que gracias a la ayuda de Gonzalo logramos hacerlo posible. Les presento GMU: Grand Masters Unity, es un servidor en fase Pre alpha, que contendra varios submodos o gamemodes. En donde los jugadores podran disfrutar y divertirse con sus amigos y demas.Por el momento el servidor tiene 3 gamemodes en fase alpha. Y en el cual en un futuro trabajaremos para poder agregar mas modalidades. Modalidades - Gamemodes: Freeroam: Es el modo clasico del Freeroam como todo servidor, solo con algunas limitaciones. En este mundo encontraras las entradas a los demas modalidades, Una de ellas es la de Acrobacias, que se halla en la colina de SF. Otra de ellas es la de Zombies, su ubicacion es el Area 69. Acrobacias: Esta modalidad, te brindara una serie de pistas y rampas a lo largo de todo San Andreas. Te brindaremos de un panel que contiene herramientas importantes para divertirte haciendo carreras o solo ir como sino hubiera un mañana. Zombies: En esta modalidad, tu y tus amigos podran vivir en un apocalipsis zombie. En donde tu y tus aliados luchan para poder sobrevivir en una tierra infestada y dominada por la muerte total. IP: 103.195.100.122 - play.biogames.net Fecha de Apertura: 3 de Febrero del 2018 Hora: 5 PM Colombia - Peru / 4 PM Mexico / 8 PM en Argentina Por el momento y hasta que termine la pre alpha, las personas que logren registrarse, obtendran un titulo especial por jugar en la version temprana. Agradecemos su atencion y proximo apoyo
    2 points
  2. تكلم باحترام اخوي مو انا الي اسرق ولا افكر اسرق بدل ماتشجع لمنافستهم تقول سارقين ! اذا حاطين في بالكم ان الاجانب هم الي يبرمجون واحنا نسرق منهم عمركم مابتتطورون وياريت تحاسب لكلامك مرة ثانية ..
    2 points
  3. Thisdp's DirectX Graphical User Interface System ( MTASA 2D+3D DxLIB ) This dxlib provide dx gui functions and events to make it easier to use and alternative to change the style more flexibly. Features: 1. Update Check(DGS will notice you if there is a higher version, and you can choose to ignore it or disable it in the config file) Update Command: "updatedgs" 2. Dx GUI Types: Basic: Window Edit Box Button Grid List Image Scroll Bar Scroll Pane Text Label Tab Panel Detect Area Radio Button Combo Box Check Box Memo 3D Interface 3D Text Browser Switch Button Selector Plugin: Media Browser Color Picker Mask Remote Image QRCode Blur Box Rounded Rectangle Nine Slice Scaling Object Preview Support Canvas Scroll Pane's 3D Effect 3. Edit/Memo rewrite ( You can no longer find the problems in dgs, the problems which exist in cegui) 4. Detect Area is efficient when checking whether your cursor is in a complicated shape. 5. Debug Mode , Command: "debugdgs" 6. You can apply shader to the dxgui ( Compatible with some resources like Objec tPreview ). 7. Include CMD, Command: "dgscmd" ( For more help, please input "help" in the CMD ) 8. Memo/Edit rewritten. 9. Object Oriented Programming Class. 10. Render Target Failure Check ( Warns when there's no enough video memory to create render target ). 11. DGS resembles cegui, you can find the similar feeling when scripting with dgs. 12. 48-hour-response service, your suggestions and bug report will be dealt with in 48 hours ( or less, like 12 hours ? ) 13. Custom Style system 14. Built-in shader plugin 15. More properties 16. Built in multi-language support 17. Simple GUI To DGS (G2D) Notice:Do not close your server or stop the script when it is updating. Wiki: https://wiki.multitheftauto.com/wiki/Dgs ( Still Working In Process ) Auto Completion For N++ (Thanks To Ahmed Ly): http://www.mediafire.com/file/m6dm7815d5dihax/Lua.zip Discord Server: https://discord.gg/QEs8q6W Download DGS : https://github.com/thisdp/dgs Notice: Need acl rights to call fetchRemote/getPlayerIP. If you want to sell your script which involves DGS, please exclude DGS from your price. HurtWorld Backpack Panel(Example) DGS Network Monitor(Built-in)
    1 point
  4. سلام عليكم كيفكم ي شباب ؟؟ ندخل في صلب الموضوع ومن غير مقدمات الزبده مودات القروب سستم المنشوره اغلبها او 95% منها تصميم ال gui حقها مثل سيرفر جراند العرب و cit ف قلت في عقلي ليه مانسوي تطوير على اللوحه ونظيف خصائص جديدة لها ونغير الواجهه حقتها إلى شكل جديد وسهل الإستخدام طبعا انا خبرتي البرمجيه قليله جدا وماتسمح لي اني ابرمج مود مثل القروب سستم ف حبيت اني اصمم لكم لوحه جديده للقروب سستم ورح اطرحها ب موضوع آخر ومصرح للكل بأخذ اللوحه وبرمجتها ^ يعني افضل من اني اجلس اناظر فقط اللوحه الرسمية للقروب سستم الكود : addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() wind = guiCreateWindow((screenW - 682) / 2, (screenH - 444) / 2, 682, 444, "[ Groups System ] ", false) guiWindowSetSizable(wind, false) guiSetAlpha(wind, 0.99) GuOption = guiCreateLabel(196, 23, 287, 15, "==========| Guest Options |==========", false, wind) guiSetFont(GuOption, "clear-normal") guiLabelSetColor(GuOption, 0, 155, 255) guiLabelSetHorizontalAlign(GuOption, "center", false) guiLabelSetVerticalAlign(GuOption, "center") GuTG = guiCreateButton(240, 48, 203, 39, "=| Top Groups |=", false, wind) guiSetProperty(GuTG, "NormalTextColour", "FF007DFF") GuCG = guiCreateButton(10, 48, 203, 39, "=| Create Group |=", false, wind) guiSetProperty(GuCG, "NormalTextColour", "FF007DFF") GuGI = guiCreateButton(473, 48, 199, 39, "=| Groups Invite |=", false, wind) guiSetProperty(GuGI, "NormalTextColour", "FF007DFF") MeOption = guiCreateLabel(188, 108, 308, 15, "==========| Member Options |==========", false, wind) guiSetFont(MeOption, "clear-normal") guiLabelSetColor(MeOption, 78, 255, 0) guiLabelSetHorizontalAlign(MeOption, "center", false) guiLabelSetVerticalAlign(MeOption, "center") MeGM = guiCreateButton(10, 133, 203, 39, "=| Group Member |=", false, wind) guiSetProperty(MeGM, "NormalTextColour", "FF1EFF00") MeGN = guiCreateButton(240, 133, 203, 39, "=| Group News |=", false, wind) guiSetProperty(MeGN, "NormalTextColour", "FF1EFF00") MeGL = guiCreateButton(472, 133, 200, 39, "=| Group Logs |=", false, wind) guiSetProperty(MeGL, "NormalTextColour", "FF1EFF00") GroupName = guiCreateLabel(10, 108, 183, 15, "Group Name :", false, wind) guiLabelSetColor(GroupName, 78, 255, 0) MeGKL = guiCreateButton(10, 182, 203, 39, "=| Group Kill Logs |=", false, wind) guiSetProperty(MeGKL, "NormalTextColour", "FF1EFF00") MeAG = guiCreateButton(240, 182, 203, 39, "=| About The Group |=", false, wind) guiSetProperty(MeAG, "NormalTextColour", "FF1EFF00") LeaveG = guiCreateButton(472, 182, 200, 39, "=| Leave Group |=", false, wind) guiSetProperty(LeaveG, "NormalTextColour", "FF1EFF00") AdOption = guiCreateLabel(196, 246, 292, 15, "==========| Admin Options |==========", false, wind) guiSetFont(AdOption, "clear-normal") guiLabelSetColor(AdOption, 255, 0, 0) guiLabelSetHorizontalAlign(AdOption, "center", false) guiLabelSetVerticalAlign(AdOption, "center") AdRO = guiCreateButton(10, 271, 203, 39, "=| Ranks Option |=", false, wind) guiSetProperty(AdRO, "NormalTextColour", "FFFF0000") AdRM = guiCreateButton(240, 271, 203, 39, "=| Ranks Manager |=", false, wind) guiSetProperty(AdRM, "NormalTextColour", "FFFF0000") BlackList = guiCreateButton(472, 271, 201, 39, "=| Black List |=", false, wind) guiSetProperty(BlackList, "NormalTextColour", "FFFF0000") AdAM = guiCreateButton(10, 320, 203, 39, "=| Alliance Manage |=", false, wind) guiSetProperty(AdAM, "NormalTextColour", "FFFF0000") Bankacc = guiCreateButton(240, 320, 203, 39, "=| Bank Account |=", false, wind) guiSetProperty(Bankacc, "NormalTextColour", "FFFF0000") DeleteG = guiCreateButton(472, 320, 201, 39, "=| Delete Group |=", false, wind) guiSetProperty(DeleteG, "NormalTextColour", "FFFF0000") GuZena = guiCreateLabel(40, 87, 604, 15, "_____________________________________________________________________________________", false, wind) guiLabelSetColor(GuZena, 0, 155, 255) guiLabelSetHorizontalAlign(GuZena, "center", false) MeZena = guiCreateLabel(40, 221, 604, 15, "_____________________________________________________________________________________", false, wind) guiLabelSetColor(MeZena, 78, 255, 0) guiLabelSetHorizontalAlign(MeZena, "center", false) AdZena = guiCreateLabel(40, 359, 604, 15, "_____________________________________________________________________________________", false, wind) guiLabelSetColor(AdZena, 255, 0, 0) guiLabelSetHorizontalAlign(AdZena, "center", false) Total = guiCreateLabel(10, 384, 240, 19, "Total Groups :", false, wind) BestG = guiCreateLabel(10, 413, 240, 20, "Best Group :", false, wind) end ) ----------------------------------- تحديث الموضوع ### واجهه إنشاء القروب الكود : addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() CRwind = guiCreateWindow((screenW - 391) / 2, (screenH - 365) / 2, 391, 365, "[ Group System | Create Group ]", false) guiWindowSetSizable(CRwind, false) guiSetAlpha(CRwind, 0.97) OwnName = guiCreateLabel(10, 28, 98, 18, "Owner Name :", false, CRwind) OwneNameEdit = guiCreateEdit(118, 23, 263, 27, "", false, CRwind) OwneSerial = guiCreateLabel(10, 64, 98, 18, "Owner serial :", false, CRwind) OwneSerialEdit = guiCreateEdit(118, 60, 263, 27, "", false, CRwind) None = guiCreateLabel(19, 87, 352, 15, "_________________________________________________", false, CRwind) guiLabelSetHorizontalAlign(None, "center", false) GroupName = guiCreateLabel(10, 112, 98, 18, "Group Name :", false, CRwind) GroupNameEdit = guiCreateEdit(118, 108, 263, 27, "", false, CRwind) MemberNum = guiCreateLabel(10, 145, 104, 16, "Members Number :", false, CRwind) MemberNumCombo = guiCreateComboBox(118, 145, 263, 110, "30 Members", false, CRwind) guiComboBoxAddItem(MemberNumCombo, "10 Members") guiComboBoxAddItem(MemberNumCombo, "20 Members") guiComboBoxAddItem(MemberNumCombo, "30 Members") guiComboBoxAddItem(MemberNumCombo, "40 Members") guiComboBoxAddItem(MemberNumCombo, "50 Members") TotalAmount = guiCreateLabel(10, 179, 371, 16, "Total Amount :", false, CRwind) TheRules = guiCreateLabel(10, 212, 98, 18, "The Rules :", false, CRwind) RuleMemo = guiCreateMemo(119, 211, 262, 87, "Write The rules To create Group Here\nand make the memo for read only !!", false, CRwind) DontAcceButt = guiCreateButton(205, 312, 160, 36, "I Dont Accept The Rules", false, CRwind) guiSetProperty(DontAcceButt, "NormalTextColour", "FFAAAAAA") AcceptButt = guiCreateButton(20, 312, 160, 36, "I Accept The Rules ", false, CRwind) guiSetProperty(AcceptButt, "NormalTextColour", "FFAAAAAA") end ) --------------------------------------------- واجهه التوب قروب الكود : GUIEditor = { window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow((screenW - 340) / 2, (screenH - 436) / 2, 340, 436, "[ Group System | Top Groups ]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.97) TopGridList = guiCreateGridList(9, 24, 321, 363, false, GUIEditor.window[1]) guiGridListAddColumn(TopGridList, "#", 0.3) guiGridListAddColumn(TopGridList, "Group", 0.3) guiGridListAddColumn(TopGridList, "Points", 0.3) TopGClose = guiCreateButton(50, 397, 240, 29, "Close !", false, GUIEditor.window[1]) guiSetProperty(TopGClose, "NormalTextColour", "FFAAAAAA") end ) -------------------------------------------- واجهه طلبات الإنضمام للقروبات الكود : addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() Invitewind = guiCreateWindow((screenW - 528) / 2, (screenH - 291) / 2, 528, 291, "[ Group System | Group Invites ]", false) guiWindowSetSizable(Invitewind, false) guiSetAlpha(Invitewind, 0.97) InviteGridList = guiCreateGridList(11, 24, 255, 257, false, Invitewind) guiGridListAddColumn(InviteGridList, "#", 0.3) guiGridListAddColumn(InviteGridList, "Group Name", 0.3) guiGridListAddColumn(InviteGridList, "Points", 0.3) AcceptRequest = guiCreateButton(299, 97, 182, 42, "Accept Request", false, Invitewind) guiSetProperty(AcceptRequest, "NormalTextColour", "FFAAAAAA") DeleteRequest = guiCreateButton(299, 159, 182, 42, "Delete Request", false, Invitewind) guiSetProperty(DeleteRequest, "NormalTextColour", "FFAAAAAA") CloseInvitewind = guiCreateButton(428, 257, 90, 24, "Close", false, Invitewind) guiSetProperty(CloseInvitewind, "NormalTextColour", "FFAAAAAA") end ) -------------------------------------------- واجهه أعضاء القروب الكود : addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() Memberwind = guiCreateWindow((screenW - 702) / 2, (screenH - 451) / 2, 702, 451, "[ Group System | Group Members ]", false) guiWindowSetSizable(Memberwind, false) guiSetAlpha(Memberwind, 0.97) Mute = guiCreateButton(562, 69, 125, 40, "Mute Player", false, Memberwind) guiSetProperty(Mute, "NormalTextColour", "FFAAAAAA") Kick = guiCreateButton(562, 123, 125, 40, "Kick Player", false, Memberwind) guiSetProperty(Kick, "NormalTextColour", "FFAAAAAA") Ban = guiCreateButton(562, 177, 125, 40, "Ban Player", false, Memberwind) guiSetProperty(Ban, "NormalTextColour", "FFAAAAAA") TotalMemberLable = guiCreateLabel(10, 397, 217, 18, "Total Members :", false, Memberwind) CopyAcc = guiCreateButton(562, 231, 125, 40, "Copy Account", false, Memberwind) guiSetProperty(CopyAcc, "NormalTextColour", "FFAAAAAA") OnlineMemberLable = guiCreateLabel(10, 423, 217, 18, "Online Members :", false, Memberwind) x = guiCreateButton(562, 285, 125, 40, "Close", false, Memberwind) guiSetProperty(x, "NormalTextColour", "FFAAAAAA") MemberGrid = guiCreateGridList(9, 22, 541, 369, false, Memberwind) guiGridListAddColumn(MemberGrid, "#", 0.2) guiGridListAddColumn(MemberGrid, "Players", 0.2) guiGridListAddColumn(MemberGrid, "Account", 0.2) guiGridListAddColumn(MemberGrid, "Rank", 0.2) AdminsOptionLeabl = guiCreateLabel(550, 32, 147, 15, "= [ Admins Options ] =", false, Memberwind) guiLabelSetHorizontalAlign(AdminsOptionLeabl, "center", false) end ) ------------------------------------------- واجهه أخبار القروب الكود : GUIEditor = { label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() Newswind = guiCreateWindow((screenW - 525) / 2, (screenH - 410) / 2, 525, 410, "[ Group System | Group News ]", false) guiWindowSetSizable(Newswind, false) guiSetAlpha(Newswind, 0.97) NewsGrid = guiCreateGridList(10, 21, 260, 379, false, Newswind) guiGridListAddColumn(NewsGrid, "#", 0.3) guiGridListAddColumn(NewsGrid, "Topic", 0.3) guiGridListAddColumn(NewsGrid, "By", 0.3) GUIEditor.label[1] = guiCreateLabel(301, 31, 193, 17, "==== [ Admins Options ] ====", false, Newswind) guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) NewsAddTopic = guiCreateButton(316, 64, 162, 38, "Add New Topic", false, Newswind) guiSetProperty(NewsAddTopic, "NormalTextColour", "FFAAAAAA") NewsEditTopic = guiCreateButton(316, 117, 162, 38, "Edit Topic", false, Newswind) guiSetProperty(NewsEditTopic, "NormalTextColour", "FFAAAAAA") NewsDeleteTopic = guiCreateButton(316, 170, 162, 38, "Delete Topic", false, Newswind) guiSetProperty(NewsDeleteTopic, "NormalTextColour", "FFAAAAAA") GUIEditor.label[2] = guiCreateLabel(301, 226, 193, 17, "==== [ Members Options ] ====", false, Newswind) guiLabelSetColor(GUIEditor.label[2], 48, 255, 0) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) NewsReadTopic = guiCreateButton(316, 260, 162, 38, "Read Topic", false, Newswind) guiSetProperty(NewsReadTopic, "NormalTextColour", "FFAAAAAA") NewsClose = guiCreateButton(316, 313, 162, 38, "Close", false, Newswind) guiSetProperty(NewsClose, "NormalTextColour", "FFAAAAAA") end ) ------------------------------------------- واجهه اللوق ( هذا يجي فيه الأدمن يوم يصك واحد ميوت او كيك او باند ) ويجيب التاريخ والوقت والسبب الكود : GUIEditor = { window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow((screenW - 607) / 2, (screenH - 407) / 2, 607, 407, "[ Group System | Group Logs ]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.97) Logswind = guiCreateGridList(9, 21, 588, 342, false, GUIEditor.window[1]) guiGridListAddColumn(Logswind, "Name", 0.1) guiGridListAddColumn(Logswind, "Mute/Ban/Kick", 0.1) guiGridListAddColumn(Logswind, "By", 0.1) guiGridListAddColumn(Logswind, "Reason", 0.1) guiGridListAddColumn(Logswind, "Date", 0.1) guiGridListAddColumn(Logswind, "Time", 0.1) LogsClose = guiCreateButton(116, 373, 374, 24, "Close Window", false, GUIEditor.window[1]) guiSetProperty(LogsClose, "NormalTextColour", "FFAAAAAA") end ) ------------------------------------------- طبعا تقريبا صرت مخلص 50% من واجهات القروب سستم رايكم يهمني جدا # وبالتوفيق لكم أجمعين
    1 point
  5. سلام عليكم ورحمة الله وبركاته كيف الحال شباب ابي اسالكم الان لو معي حوالي 12 -11 دولار في الفيزا الخاصه بي وش تنصحوني اسوي 1-افتح موقع+اشتري vps لها يعني ارجع Masters-Host مره ثانيه مع العلم اقدر اجدد الاستضافه باذن الله كل شهر 2- افتح موقع لسيرفر gta-pan+اشتري vps واحط السيرفر عليه 3-رايكم الخ
    1 point
  6. 1 point
  7. هلا والله اخوي ، بصراحه اعجبني شغلك واخيراً عربي يسوي مثل هذه اللعبه ان شاء الله لي زيارة ..
    1 point
  8. What about adding a new tab for these servers? Give them a unique position allowing more people to actual take note of them.
    1 point
  9. مشكور حليتها امس
    1 point
  10. عندك مشكلة في الاقواس تأكد منهم او اطرح الجزء الي فيه الخطأ من الكود
    1 point
  11. الخط الاصلي تبع ام اي اي ثابت مايتغير بتغير قياسات الشاشة كلما زادت القياسات بتشوف الخط اصغر م ادري اذا تقدر تصغره او تكبره ماجربت شوف الاعدادات يمكن فيه تكبير للخط
    1 point
  12. 1- الرابط ليس تحميل مباشر 2- ملفات إعدادت السيرفر و المودات الأصلية غير موجوده في الملف المضغوط 3- نظام التشغيل الي معك 64بت و ملفات السيرفر 32بت، ما راح يشتغل 32بت على نظام 64بت إلا إذا قمت بضبط نظام التشغيل عبر تركيب حزم معينه تخص 32بت ملفات السيرفر 64بت و ملفات الأعدادات و المودات متاحه في الموقع الرسمي الخاص بأم تي اي في الرابط التالي https://linux.mtasa.com ايضا يمكنك عمل رابط تحميل مباشر على خادمك اولا قم بالدخول إلى مسار الذي يوجد به ملفات الويب يمكنك استخدام الأمر التالي للتأكد من المسار grep -i 'DocumentRoot' /etc/apache2/sites-available/default cd اكتب هنا المسار بعد الدخول إلى المسار استخدم الأوامر التالية لتحميل ملفات السيرفر و ملفات الأعدادات و المودات و جمعها في ملف مضغوط zip وقبل ذلك تأكد من تثبيت برنامج apt-get update && apt-get install zip -y mkdir MTA && cd MTA && wget https://linux.multitheftauto.com/dl/multitheftauto_linux_x64.tar.gz tar -xf multitheftauto_linux_x64.tar.gz mv multitheftauto_linux_x64/* . wget https://linux.multitheftauto.com/dl/baseconfig.tar.gz tar -xf baseconfig.tar.gz mv baseconfig/* mods/deathmatch && mkdir mods/deathmatch/resources wget https://mirror.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip mv mtasa-resources-latest.zip mods/deathmatch/resources && unzip -d mods/deathmatch/resources mods/deathmatch/resources/mtasa-resources-latest.zip rm -rf multitheftauto_linux_x64 multitheftauto_linux_x64.tar.gz baseconfig.tar.gz baseconfig mods/deathmatch/resources/mtasa-resources-latest.zip mv mta-server64 mta-server zip -r9 MTA.zip * mv MTA.zip .. && cd .. && rm -rf MTA بآي بي الخادم او الدومين في حالة كنت تستخدم دومين serverIP وسيكون الرابط كالتالي مع استبدال http://serverIP/MTA.zip
    1 point
  13. انا جهازي يشغلي gta 5 والعبها عليه مرات ومع ذلك ماطفشت من mta ضض في العاب واجد وفكرتها حلوه تناسب جهازك لكن مو اونلاين جرب لعبة Dynasty Warriors 8 بالتوفيق.
    1 point
  14. Try to do the steps in this post.
    1 point
  15. That's not going to work. It only registers it once as he presses it. function movePlayer(kButton, kState) if kState then moveTimer = setTimer(function() if getKeyState ("w") == true then x, y, z = getElementPosition ( localPlayer ) setElementPosition ( localPlayer, x, y, z+1, false ) elseif getKeyState ("s") == true then x, y, z = getElementPosition ( localPlayer ) setElementPosition ( localPlayer, x, y, z-1, false ) end end, 500, 0) elseif (kButton == "w" or kButton == "s") and isTimer(moveTimer) then killTimer(moveTimer) end end function addTheHandlers() setElementFrozen( localPlayer, true ) addEventHandler("onClientKey", root, movePlayer) --Want this to be constantly checked... end Try this one.
    1 point
  16. كفو , بالتوفيق وللامام ي ذيب
    1 point
  17. القسم الخطأ @!#NssoR_)
    1 point
  18. Hello everyone, dgs 3.1 has been released. Now dgs grid list supports multi selection and 3 selection modes (row , column and cell ) detail: http://angel.mtaip.cn:233/dgsUpdate
    1 point
  19. YOU FIX absolute integer as position and size?))))))
    1 point
  20. Try dxDrawLine3D with postGUI=true Also try: * Disabling Razer Ingame Engine * Stopping resources that use shader or render target functions.
    1 point
  21. 0 points
×
×
  • Create New...