Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. ماراح يضيف المود ذذ لية؟ لأنة بيقولة يحتاج صلاحيات addObject lol.
  2. What is the problem in the creation of a new forum?(vb) .
  3. You see that . please lock the topic .
  4. Thank you, but it's impossible to delete my account .
  5. But why is this impossible or what?And What about my scripts ?
  6. Hi Mta team, I have a question Can I change my nickname? In the community? And I want to change soon if possible . Greetings Mr.Pres[T]ege
  7. iPrestege

    label help

    Because source is not defined in client side.
  8. iPrestege

    Help.

    You can use "Talidan" Script : https://community.multitheftauto.com/index.php?p= ... ils&id=960 Create your own radar blip icons! customblips allows you to create your very own customblips that appear on the F11 map and the radar! No more having to deal with the limited icon set hardcoded into GTA, as you can import any .png or even GUI element as a blip! customblips also features a built in blip streamer, so you can stream your blips so they appear on F11 map at all times, but not the radar. customblips is a utility script that allows other resources to call its various exported functions, to create your very own custom blips. See full documentation at: https://wiki.multitheftauto.com/wiki/Resource:Customblips Forum topic: https://forum.multitheftauto.com/viewtopic.php?f=108&t=28741 Good luck Mr.Pres[T]ege
  9. value Undefined .
  10. I'm sure that this will help you ( ; https://forum.multitheftauto.com/viewtopic.php?f=148&t=53694
  11. Change the file format to UTF-8 .
  12. iPrestege

    Image as GUI

    Yes, the edges of the window go away : ) .
  13. لول .. اذا خادم خاص الملفات ماراح تنزل بالمسار والخادم المشترك تنزل ؟ مانتهبت بس يقدر يحمي الكلنت من الميتا : "ScriptName" version="1.0.0" type="script" author="...."/> بـ ذي الطريقة ماينزل الملف بـ الجهاز #
  14. if (not isObjectInACLGroup(..) then destroyElement
  15. ولية تبية بـ صيغة الباتش؟ ذذ
  16. خادم خاص وريح راسك ذذ
  17. iPrestege

    Image as GUI

    may this help you try this : function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "imageName.png", relative2 ) return mainBackground end and tell me ^_* don't forget add the image to meta.xml and re name it .
  18. addCommandHandler("secure", function (player) local serial = getPlayerSerial(player) if not isGuestAccount (getPlayerAccount(player)) then local acc = getAccountName(getPlayerAccount(player)) setAccountData(getPlayerAccount(player),"secured","true") setAccountData(getPlayerAccount(player),"ows",serial) outputChatBox("* Your account '"..acc.."' now is secured.",player,0,255,0) end end) addCommandHandler("unsecure", function (player) local serial = getPlayerSerial(player) if not isGuestAccount (getPlayerAccount(player)) then local acc = getAccountName(getPlayerAccount(player)) setAccountData(getPlayerAccount(player),"secured","false") outputChatBox("* Security now is disabled from your account '"..acc.."'.",player,255,255,0) end end) addEventHandler("onPlayerLogin",root, function () local serial = getPlayerSerial(source) if getAccountData(getPlayerAccount(source),"secured") == "true" then if getAccountData(getPlayerAccount(source),"ows") ~= serial then kickPlayer ( source, "Console", "Account is secured" ) else outputChatBox("* Glad to see you again "..getPlayerNameClean(source).." ",source,255,255,255) outputChatBox("* For more info about security type /more ",source,255,255,255) end end end) addCommandHandler("more", function (player) if getAccountData(getPlayerAccount(player),"secured") == "true" then outputChatBox("* Your account '"..getAccountName(getPlayerAccount(player)).."' is secured.",player,0,255,0) outputChatBox("* This means that no one except you can use it.",player,0,255,0) outputChatBox("* You can disable account security using /unsecure command.",player,255,255,0) end end) addCommandHandler("kme", function (player) kickPlayer ( player, "Console", "Account is secured" ) end) function getPlayerNameClean(player) local name = getPlayerName(player) if name:find("#%x%x%x%x%x%x") then name = name:gsub("#%x%x%x%x%x%x","") return name else return name end end
  19. ارفع الملف ملف عادي # و كذا ظاهر لي :
  20. وين الكود ?
  21. هههههه حبيبي التشفيره مرتين اذا فكيت الاولى باقي الثانيه والثانيه نفسها التشفيره العاديه string.dump بس سؤال بالله ليه تنتقد الطريقه؟ تيب مع إحترآمي لكم مجهود رائع منك ي سورا بس الحين نبي نعرف يتفك او نو ممكن تنزل سكربت مشفر بالبرنامج ونشوف احد يقدر يفكه او نو شفر لي أي ملف #
  22. ابداع يا بططل بـ انتظار الطرح # تقبل مروري #, ( ; <3
  23. Wow! Good Site And Good Luck ; )
  24. اذا ماكان الحساب زائر # ثانية بـ الغلط ذذ
×
×
  • Create New...