Jump to content

The moVer

Members
  • Posts

    255
  • Joined

  • Last visited

Everything posted by The moVer

  1. استخذم ذي addEventHandler("onClientRender", getRootElement(), فنكشن الي في الدي اكس)
  2. addEvent("reg",true) addEventHandler("reg",getRootElement(), function (usr,psw) local account = getAccount(usr,psw) if ( account == false) then addAccount(usr,psw) outputChatBox("User: " .. usr .. " Pass : " .. psw,source,0,150,255) triggerClientEvent(source,"suc",source) else outputChatBox("# This Account is Already Used",source,255,0,0) triggerClientEvent(source,"Erorr",source) end end end ) جرب كذا
  3. function() local accName = getAccountName(getPlayerAccount(theplayer)) if isObjectInACLGroup("user."..accName, aclGetGroup("Admin")) then triggerClientEvent(theplayer, "openWnd", theplayer) end end غير كلمة theplayer لاول باراميتر playerSource: The player who triggered the command. If not triggered by a player (e.g. by admin), this will be false. وضيف addCommandHandler امدري اذا كذا الكلمة ذذ
  4. Hello guys please tell me how i can use the createSWATRope i tried the example in the wiki it work but how i can climb on it and thanks
  5. موافق وفي فكرة براسي ولي هي مهمات مثلا يدخل عالم وهمي ولازم يقتل بيد معين ونقدر نسوي مهمات ثانية اتمنى فهمتوا
  6. انتم ما فهمتو قصدي #unknown عطاه كود للدي اكس اذا بسوي دي اكس انا اعرف طريقه اسهل وكتبتها
  7. في طريقة اسهل للدي اكس يمديك تسوي زر عادي مو دي اكس وتخلي الشفافية 0 واعمل انه كل ما تدخل الماوس الزر يتغير الدي اكس الفنكشنات guiSetAlpha onClientMouseEnter onClientMouseLeave
  8. اذا تبي تطلب الملفات ؟؟؟ انا ما عندي انا بعطي الرابط لخويي
  9. السلام عليكم وين الموضوع الي اقدر احط في الملفات حقت الثغرات وتسريع الاطلاق وكذا وشكرا
  10. v2حسب ما سمعت ما في بس في مبرمجين فكوا تشفير المود وغيروا الاصدار
  11. ما حطيت لمين يعطي فلوس
  12. local screenW, screenH = guiGetScreenSize() window = guiCreateWindow((screenW - 241) / 2, (screenH - 306) / 2, 241, 306, "", false) guiWindowSetSizable(window, false) guiSetAlpha(window, 1.00) gridlist = guiCreateGridList(9, 27, 222, 238, false, window) column = guiGridListAddColumn(gridlist, "????????", 0.9) edit = guiCreateEdit(107, 270, 124, 27, "", false, window) button = guiCreateButton(9, 270, 88, 27, "?????", false, window) function Players() guiGridListClear(gridlist) for _, plr in ipairs(getElementsByType("player")) do local row = guiGridListAddRow (gridlist) guiGridListSetItemText ( gridlist, row, column, getPlayerName (plr), false, false ) end end addEventHandler ( "onClientGUIClick",button,function () if ( guiGridListGetSelectedItem(gridlist) ~= -1 ) then splayer = guiGridListGetItemText (gridlist, guiGridListGetSelectedItem (gridlist), column ) Shout = guiGetText (edit) triggerServerEvent ( "send",localPlayer,splayer,Shout) else outputChatBox("?? ???? ???? ??? ????",245,5,0) end end,false) function shoutdx() dxDrawText(splayer..":"..Shout, 0 - 1, 269 - 1, 800 - 1, 332 - 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, false, false, false) dxDrawText(splayer..":"..Shout, 0 + 1, 269 - 1, 800 + 1, 332 - 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, false, false, false) dxDrawText(splayer..":"..Shout, 0 - 1, 269 + 1, 800 - 1, 332 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, false, false, false) dxDrawText(splayer..":"..Shout, 0 + 1, 269 + 1, 800 + 1, 332 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, false, false, false) dxDrawText(splayer..":"..Shout, (screenW - 800) / 2, (screenH - 63) / 2, ((screenW - 800) / 2) + 800, ( (screenH - 63) / 2) + 63, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, false, false, false) end addEvent("Shot", true ) addEventHandler("Shot", root, function () addEventHandler("onClientRender", root,shoutdx) end) guiSetVisible(window,false) bindKey("F5","down", function ( ) guiSetVisible(window, not guiGetVisible(window)) showCursor(guiGetVisible(window)) Players() end) غير علامات السؤال مدري ليش صارت كذا
  13. dxDrawText("Welcome",555, 170,799, 250, tocolor(18, 212, 8, 255), 5.00, "default", "left", "top", false, false, false, false, false) تقدر انت تضبط بكيفك ويمديك تسوي مثله بالجوي ايديتور بس لاما تستعمله استخدم onClientPreRender
  14. onClientResourceStart guiGetText guiGridListGetSelectedItem getPlayerFromName dxDrawText
  15. طيب كيف اعمل لوب عادي ولا طريقة غير
  16. بضيف الاسم والاحداثيات بالجدول ويجو بالقريد ليست
  17. كنت عاملهم متغيرات غيرتهم
  18. اذا حطيتهم في جدول داخل الجدول كيف اعمل لوب
  19. السلام عليكم يا شباب في عندي مشكله ولي هي ان addEventHandler ("onClientGUIClick", resourceRoot, function () if (source == GUIEditor.button[4]) then get = guiGetText ( GUIEditor.edit[1] ) x, y, z = getElementPosition () set = table.insert(table2,get,x, y, z, lx, ly, lz) if (set) then outputDebugString ( "Done" ) end end end) ادري انه فنكشن table.insert بس ارقيومينت 1 وش الحل
  20. شكرا شباب ما قصرتو بس انتو ما فهمتو قصدي بس تيتي ما قصر واعطاني الفنكشن يغلق
  21. السلام عليكم شباب شباب في سؤال ابي جواب تكفون السؤال: مثلا انا عامل بيد جبت rotation حقته ابي اسوي كاميرا تاخذ نفس rotationال وشكرا
  22. شكرا تابل وزاحف ما قصرتوا
×
×
  • Create New...