Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 13/06/18 in all areas

  1. السلام عليكم اليوم جايبلكم شرح كيف تحط تعليق بالمنتدى تضغط على سبمت ربلاي مع السلامة
    3 points
  2. Uma pergunta: Pq vc está citando ninguém em sua assinatura? É proposital isso? -------------------------- Referente ao post, use getPlayerFromName ou getPlayerFromPartialName (este é melhor, já que o nome não precisa ser inteiro e exato) para obter o jogador pelo nick. Depois use createBlipAttachedTo para criar um blip anexado ao jogador. A função deve ser chamada por um comando ativador (addCommandHandler) e os parâmetros de nick são informados na função, assim como mostra na Wiki do AddCommandHandler.
    2 points
  3. السلام عليكم ورحمة الله تعالي وبركاته اليوم رجعتلكم بسكربت جديد وهو سكربت لفل سيستم للزومبي ادري انو اللفل هذا ماهو صعب ولاكن حبيت اسويه ادري انو الحين رح يجيني كم شخص انت مقلد مقلد العقرب يب انا مقلدهم لاني معجب باللفل حقهم بصراحة ______________ رابط التحميل اضغط ______________ الاهدائات @Abu-Solo @AbU - W6N @DABL @!#NssoR_) @iPrestege @MR.DEAD @Master_MTA @#Soking @#x1AhMeD,-09 @#[K]iLLeR<3 @#[K]aTakuRI-,? @iMr.WiFi..! @*RayaN-Alharbi. @MR.Mosa @killerProject @Debo15 واتمني الي نسيته ما يزعل الباقي في القلب <3 ويلا مع السلامة
    1 point
  4. Hello, today I'm honored to present you my latest, biggest and coolest project a program called mini admin which allows you to control your MTA directly just log in to your console account this project took from me 20 days, 1600 line of codes (LUA & C#). and have fun with the features, A tutorial video : Tips: 1. don't change the resource name. 2. give the resource admin permissions ( resource.miniadmin ). 3. If you want to edit the groups etc.. ( meta.xml ). 4. If you have a bug or an idea feel free to PM me. Download: http://www.mediafire.com/file/9x2k4dbzllejs0e/C%23.zip Have a nice day.
    1 point
  5. Destrua o elemento do blip. E depois anule a variável dele.
    1 point
  6. بأذن الله ههه كميديا
    1 point
  7. اممممم مدري وش اقولك بالتوفيق
    1 point
  8. الحين المرغوب # زومبي + حرب عصابات الهجولة احسهآ ماتت * وانا عن نفسي حاليا اخش رومآت زومبي بالذآت عند الاجانب ياهو فله اطلق من رومات العرب كلها صك ميوت وتخريب *
    1 point
  9. Ele está dizendo que não existe o resource tactics ou que ele não está funcionando para ser usado.
    1 point
  10. Kindo weird to have something like that already and dont know what you are doing. How ever using serials for permissions is just a really inefficient way to handle it.
    1 point
  11. شكرا لمشاركتك الموضوع ههههههههههههههههههههههههههههههههههههههههههههه ابشر بقللها ماتوقعتها كدا ض2
    1 point
  12. 1 point
  13. В мта сейчас идёт наплыв игроков из СНГ) и это радует. Только большинство из них помешаны на "МАФЫНКАХ и НОВЫХ СКИНАХ" Вот было же время когда-то, ты запускал сервер в KZ(пинг был всего 10) :3
    1 point
  14. وعليكم السلام .. لاحظت انك تستعمل الطريقة الصعبة في اكواد الالوان هذا الموقع رائع جداً - فيه الوان محدد لكن رائعة - وسهل انك تاخذ اكوادها بسهولة https://flatuicolors.com/ بالتوفيق لك ^-^ ملاحظة بس .. ياريت تقلل التوقيع حقك لأنه ماخذ مساحة كبيرة من الشاشة
    1 point
  15. فقط لضمان حقوق الرجال حبيت استفسر منه
    1 point
  16. مشكور EH10 منور المنتدي تسلم ركان
    1 point
  17. 1 point
  18. تستاهل اكثر ي غالي بالتوفيق.
    1 point
  19. بالتوفيق لك ، لكن لاتقلل من قيمة الناس.
    1 point
  20. Server: Admin = { {"","Police","10"}, {"","ADMIN","20"}, {"","Head.Admin","30"}, {"","Professional.Admin","40"}, {"","Big Admin","50"}, {"","Admin.General","60"}, {"","Admin.Boss","80"}, {"","Special.Admin","90"}, {"","Admin.Mo7tref","120"}, {"","Admin.Black","150"}, {"","King.Admin","200"}, {"","Prince.Server","240"}, {"","Prince.Admin","280"}, {"","Special.Prince","350"}, {"","Vote.Manager-Acl","450"}, {"2","Vote.Managers","560"}, {"","Managers","750"}, {"","Vote.Manager","840"}, {"","Manager","875"}, {"","Dieputy.Black","990"}, {"","Dieputy.Console","1000"}, {"","Criminal","1100"}, {"","Help.Console","1200"}, } addEvent("request:acl", true) addEventHandler("request:acl", root, function () triggerClientEvent(root, "acl:table", root, Admin) end ) Client: addEvent("acl:table", true) addEventHandler("acl:table", root, function ( value ) for k,v in ipairs ( value ) do local row = guiGridListAddRow(GiveAdmin); guiGridListSetItemText(GiveAdmin,row,1,v[1],false,false); guiGridListSetItemText(GiveAdmin,row,2,v[2],false,false); guiGridListSetItemText(GiveAdmin,row,3,v[3],false,false); end end ) xMainFunctions_ = function ( ) local row, col = guiGridListGetSelectedItem ( GiveAdmin ) local Group = tostring ( guiGridListGetItemText(GiveAdmin,row,2 )); local Price = tostring ( guiGridListGetItemText(GiveAdmin,row,3 )); local Name = tostring ( guiGridListGetItemText(GiveAdmin,row,1 )); if ( row and col and row ~= -1 and col ~= -1 ) then triggerServerEvent("Accept:the:request",localPlayer,Group,Price,Name); else outputChatBox("* الرجاء اختيار رتبةة !",255,0,0,true); end end addEventHandler("onClientGUIClick",GUIEditor.button[1],xMainFunctions_,false) local screenW, screenH = guiGetScreenSize() Top1 = guiCreateWindow((screenW - 253) / 2, (screenH - 178) / 2, 253, 178, "شراء ساعات !", false) guiWindowSetSizable(Top1, false) guiSetVisible(Top1, false) GUIEditor.label[2] = guiCreateLabel(49, 39, 170, 15, "شراء / 100 ساعه بـ 1 دولار $", false, Top1) GUIEditor.edit[1] = guiCreateEdit(43, 119, 163, 22, "MR_Mahmoud_M.H", false, Top1) GUIEditor.label[5] = guiCreateLabel(17, 94, 222, 15, "لشراء يرجاء مراسلة الادارة !", false, Top1) guiLabelSetColor(GUIEditor.label[5], 253, 239, 0) GUIEditor.button[22] = guiCreateButton(43, 145, 163, 23, "X", false, Top1) addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[22] ) then guiSetVisible(Top1, false) showCursor(false) end end ) guiSetVisible(TopBoyKa, false) guiSetVisible(Top1, false) local key = "F6" function Show_Hide() if guiGetVisible(TopBoyKa) == false then triggerServerEvent("request:acl", localPlayer) guiSetVisible(TopBoyKa, true) guiSetVisible (Top1, false) triggerServerEvent("getTop", localPlayer) showCursor(true) else guiSetVisible(TopBoyKa, false) showCursor(false) end end bindKey(key,"down",Show_Hide) addEventHandler("onClientGUIClick",root, function () if source == Button1 then guiSetVisible (Top1, true) guiSetVisible (TopBoyKa, false) end end ) guiSetProperty(Button1, "NormalTextColour", "FF00FBFE") guiSetProperty(GUIEditor.button[22], "NormalTextColour", "FF00FBFE")
    1 point
  21. مابتقدر تسوي تريقر مباشرة
    1 point
  22. المود منتشر بس انا عدلته وخليت لما يشتري الرتبة تنسحب رتبته الأولى وسويت رتبت المخالف لما يكون معه ادمن مخالف يقله لا يمكنك الشراء انت مخالف يعني انا عدلته وحقي اني اشفره اعرف ان المود من صنعه المود منتشر بس انا عدلته وخليت لما يشتري الرتبة تنسحب رتبته الأولى وسويت رتبت المخالف لما يكون معه ادمن مخالف يقله لا يمكنك الشراء انت مخالف يعني انا عدلته وحقي اني اشفره
    1 point
  23. Pelo argumento visibleTo. Exemplo: outputChatBox ( "ola", root, 255, 255, 255 ) root : representa todos jogadores. Enviando pra um jogador específico: outputChatBox ( "Ola", getPlayerFromName( "OverKill" ), 255, 255, 255 ) No lado cliente não existe esse argumento pois será visível apenas ao jogador local. root é a variável predefinida de getRootElement(), significa que se você usar tanto um quanto o outro é a mesma coisa, root é mais fácil por ser mais breve.
    1 point
  24. Be realistic. It just uses RAM, nothing more.(I think) So really, that few mb(or even kb) of RAM isnt a problem I think.
    1 point
  25. شغل ممتاز بالتوفيق
    1 point
  26. ذي حطها بالملف الي هتشفره addEvent("add_g",true) addEventHandler("add_g",root, function (splayer,sgroup) if not isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)),aclGetGroup(allowedGroup)) then outputChatBox("* لايوجد لديك صلاحيات لفعل هذا.",source,255,0,0) outputDebugString("* "..getPlayerName(source).." had attempted to hack the server",2) return end if isGuestAccount(getPlayerAccount(getPlayerFromName(tostring(splayer)))) then outputChatBox("* You can't add "..splayer.." to "..sgroup.." because he is not logged in",source,255,0,0) return end for _ ,v in ipairs ( myGroup ) do if not aclGetGroup ( v ) then outputChatBox("Error", source) return end if getPlayerFromName(tostring(splayer)) == source and v == sgroup then outputChatBox("* لايوجد لديك صلاحيات لفعل هذا.",source,255,0,0) return end end aclGroupAddObject (aclGetGroup(sgroup), "user."..getAccountName(getPlayerAccount(getPlayerFromName(splayer)))) outputChatBox("* "..splayer.." تم الترقية بنجاح "..sgroup.."",source,0,255,0) outputChatBox("* تم ترقيتك إلى "..sgroup.." من قبل "..getPlayerName(source).."",getPlayerFromName(splayer),0,255,0) end ) و ذي للملف الي تباه ما ينشفر myGroup = {"Console", "Admin"}
    1 point
  27. من وجهة نظري المود فقط متعدل عليه مود الرسالة اللي تجي من الجنب هذا منشور ... هذا اولا ثانيا تم التعديل علي الاكواد لجعلها تأتي بهذه الفكره .. الله اعلم ولكن بداية موفقه وبالتوفيق لك
    1 point
  28. ممنور كفوك الطيب#
    1 point
  29. Here's a new shader texture replacement resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=14436 *Note: your vehicle models must be UV mapped/wrap compatible for it to work, default included infernus.dff is NOT working for that reason and is just a placeholder. (if I get to, might add a working UV mapped model to resource in update at a later point) It allows you to load textures onto vehicles (even for unique instances; same ID and vehicle, different for each player) and vehicle wraps *(see image below for example so you get what I mean.. unique vehicle print)* Also provides you with a learning tool on how to make things like this work with scripting and FX, the technique used here takes NO performance toll on MTA, as it uses GTA texture reference so it will be equal in load. Example as named: (there's also smaller sample icons/images within the resource) The above image is more like a new PAINTJOB.. Also I'd like to give fair credits to @Ren_712 for finishing this custom request to me a while ago, (I went to him because he's reputable in the field of shaders/fx scripting) he created this for especially me, (It doesn't exist nor was published anywhere, he made it from scratch and I paid for it) but it was collecting dust on my HDD so a pity to not share it if I wasn't going to use it. This resource reflects his shader skills, not mine.
    1 point
  30. السلام عليكم ورحمة الله وبركاته نشرح لكم وظيفة مفيدة هذه الوظيفة يمكنك من خلالها قرائة البيانات من الجدول تركيب الوظيفة string inspect ( mixed var ) mixed var :- متغير من اي نوع من البيانات مثال الويكي local Table = { ["matrix"] = {position = {getElementPosition(localPlayer)},rotation = {getElementRotation( localPlayer )}}, ["localplayer"] = getPlayerName(localPlayer), } addEventHandler("onClientRender",root, function( ) dxDrawText(inspect(Table),10,250) end ) local Table = { قمنا بإنشاء جدول ["matrix"] = انشاء خانة جديدة تحتوي على :- احداثيات اللاعب , اتجاه اللاعب position = {getElementPosition(localPlayer)},rotation = {getElementRotation( localPlayer )}}, position = -- هذي لو تبي تحط شي قبله , يطلع بالشكل ذا position = { x , y , z } لو ما تحطها كذا تطلع { x , y , z } { هذي الاشارة قبل getElementPosition لو ما تحطها م يصير شي , لو تحط قبلها × تطلع كذا × x , y , z , -- هذي تسوي لنا سطر جديد لو م حطيتها رح يطلع كذا position ={ x , y , z } rotation = { x , y , z } ["localplayer"] = -- خان جديدة تحتوي على اسم الاعب getPlayerName(localPlayer), -- جلب اسم الاعب اذا حاب تشوف وش يطلع الشكل النهائي , افتح رابط الوظيفة والسلام خير الختام
    1 point
  31. شرح تمام, كفيت و وفيت اضافة : كذا بيطلع لما تستدعي الفنكشن
    1 point
  32. سوي لوق للمود , سوي خاصية اختصارات , سوي خاصية اقفال الخاصية , سوي لوحة فيها اضافة سريالات او اشخاص يستطيعون ان يتحكمو بالخاصية فقط , بس هذي اشوفها افكار جدا جميله
    0 points
×
×
  • Create New...