Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 20/12/21 in all areas

  1. He was also seeking for help in MTA discord and we've discussed this matter in private. This was fixed by changing the directory where his GTA/MTA was installed (from desktop to C:\Program Files).
    1 point
  2. E aí, @BruXo! Antes tarde do que nunca, você pode realizar essa checagem usando a função engineGetVisibleTextureNames. Ela retornará uma tabela. Sendo assim, se o tamanho dela for igual a zero, quer dizer que o player usou aquela opção. Exemplo: local screenWidth, screenHeight = guiGetScreenSize() addEventHandler("onClientRender", root, function() if #engineGetVisibleTextureNames() == 0 then dxDrawRectangle(0, 0, screenWidth, screenHeight, tocolor(0, 0, 0, 255)) dxDrawText("Desabilite a função de remover os gráficos.", 0, 0, screenWidth, screenHeight, tocolor(255, 255, 255, 240), 1.5, "unifont", "center", "center") end end) Assim que ele ativar aquela opção, a tela ficará preta e mostrando aquela mensagem encontrada no código acima.
    1 point
  3. بالنسبة لـ لما تضغط على زر يجيبلك إحداثياتك الـ X,Y,Z بالـ 3 ايديت بوكس هذا الكود: addEventHandler('onClientGUIClick',root,function ( ) if ( source == button ) then local x,y,z = getElementPosition(localPlayer) guiSetText(edit1,tostring(x)) guiSetText(edit2,tostring(y)) guiSetText(edit3,tostring(z)) end end) --- اما بالنسبة لـ نسخ الإحداثيات ببساطة لو تبغى لكل ايديت تسوي كذا: local Text = guiGetText(edit1) -- هنا نجيب النص الي بالايديت رقم 1 والي عادة بيكون الإحداثيات X -- لما نبغى ننسخ النص نسوي الكود الي تحت setClipboard --تمام الحين setClipboard -- كيف إستخدامها؟ -- اول شيء لازم نروح للويكي ونروح لـ التركيبة او بما يسمى ( Syntax ) bool setClipboard ( string theText ) -- string theText: هو النص الي نبغى ننسخه ولازم يكون داخل سترينغ أو " - " -- بالنسبة للإيديت فهو نص يعني داخل سترينغ فـ على طول نحط الكود كذا: -- setClipboard(Text) -- هنا ننسخ النص الي جلبناه فوق حق الايديت رقم 1 ذا : local Text = guiGetText(edit1) ------------------------ -- بالنسبة لـ مسح الايدت خلال زر ---- الطريقة سهلة --- سوي لما تضغط على زر يغير النص الي فالايديت الى فراغ الي هو كذا : guiSetText(edit1,"") -- "" سويناه كذا عشان لما تضغط على زر يحط فراغ عالايديت وينمسح @SCi
    1 point
  4. Introduction San Fierro Roleplay was founded in mid 2021 by Mark And Mike The community has been active since then and is growing quite fast thanks to the popular platform Discord that keeps us all united. Server IP Address 159.223.88.64:2345 About Us Our goal is to provide the best roleplay experience (yes i know this is what they all say) in this set location, the beautiful city of San Fierro, plenty of unique and varied opportunities for all types of role players. We have hired many hard-working yet very loyal staff members to full fill positions within the Administration and Help teams as well as the Development team led by TeamPH. We offer many unique features not only from the old script that we tremendously edited but also a vast amount of NEW and unique scripts such as: • A completely different death system inspired by a few SAMP roleplay servers • A few more government jobs such as Truck Driver and Farmer , Miner in San Fierro • A majority of the jobs the city hall has to offer were improved, customized and new features were added to them • A different yet great account system & management, and login panel • An unique set of factions designed appropriately for San Fierro with set location headquarters, vehicles, custom skins and unique perks! San Fierro Police Department, San Fierro Fire Department, Government, News, a Towing company and a lot more! • A bunch of not Pay2Win new donator features and perks were added to its menu! • A script that allows you to submit a custom interior / exterior map was created and is going to be implemented! • Rare Mappings in San Fierro City Added • Weapon body-attachment is now for everyone; fixed and improved! • Custom mini-map radar with street names for the entire map available for everyone at no cost! • Gas stations revamped! v3 • Food Panda is your favorite delivery company at your service! • New Taxi routes throughout San Fierro, connecting and moving the people! • Improved certain actions key binds for all Factions /greet /por /sir /mir • Brand new working log-system that admins can access in-game; No more lying and faking evidence! • Cool tags and icons added and revamped for you to use in-game at the cost of a few Game Coins. • New Name set title & color , if you are youtuber or VIP Example [YOUTUBER] Mark Norton AND A LOT MORE! Media Stay Connected Want to know more about the server Join our Discord Stay tuned by being apart of our Discord community where we post daily regular updates! https://discord.gg/CDvpbSPm https://discord.gg/CDvpbSPm https://discord.gg/CDvpbSPm
    1 point
×
×
  • Create New...