Jump to content

' A F .

Members
  • Posts

    2,156
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ' A F .

  1. يعطيك ألفَ ععآفيهة , تمت الافادهة ------------ طلب فنكشنات , يسحب الفلوس من لاعب معين , مثال remove ProGamer 1000
  2. يعطيك العافيه شويكي , لاكن هاذا سويته قبل , وانا ابيه يسحب كل فلوس السيرفر بدون م يحدد اقدر ولا ؟
  3. السلام عليكم ورحمة الله وبركاته . طبعا اليوم واجهتني مشكلة ب كود سويته , يجني ب الديبوق باد ارقمنت في takePlayerMoney . انا ابيه يسحب جميع فلوس الاعبين , function removeAllMoney ( player ) players = getElementsByType("player") for i,v in ipairs(players) do takePlayerMoney( player, v ) local name1 = getPlayerName(player) outputChatBox("* [Money-System] : [ "..name1.." ] هاذا الاعب قام بسحب جميع فلوس الاعبين ",v,255,255,0,true) end end addCommandHandler("removeAll", removeAllMoney) اتمنى الافاده ~
  4. جرب addEventHandler("onClientMarkerHit",jobmarker, function ( ) guiSetVisible(wnd,true) showCursor(true) end)
  5. addEventHandler("onClientResourceStart",root, function ( ) outputChatBox(" تم تشغيل مود شراء الرتب ") end)
  6. جرب marker2 = createMarker ( 1298.78467, -796.38336, 1085, "arrow" , 2, 255, 0, 0, 80 ) function tp ( thePlayer, interior ) setElementInterior ( thePlayer, 0 ) setElementPosition (thePlayer, 706.61554, -2312.02954, 43.0567) end addEventHandler( "onMarkerHit", marker2 , tp )
  7. سسلأممَ ععليكمم .. كيف ححألكمم . أن شاء الله بخير . اليومم جأيبلكم مو لوحة ااتحكم [ اخفاء الشات , اظهار الشات ] [ اخفاء جسمي , اظهار جسمي ] [ اخفاء الكل , اظهار الكل ] [ اخفاء الراس , اظهار الراس ] --------- فيديوَ ذذ والسسلأممَ ععليكمَ . لاتنسون لايك واشتراك ذذ
  8. جرب addEventHandler("onClientResourceStart",resourceRoot, function () showPlayerHudComponent("all",false) showPlayerHudComponent("radar",true) showPlayerHudComponent("crosshair",true) end )
  9. جرب GUIEditor = { label = {}, staticimage = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.staticimage[1] = guiCreateStaticImage(147, 134, 474, 340, "wnd.png", false) guiSetVisible (GUIEditor.staticimage[1], false ) GUIEditor.label[1] = guiCreateLabel(102, 6, 271, 19, "||# حياكم الله في السيرفر #||# نظام شراء #||", false, GUIEditor.staticimage[1]) GUIEditor.label[2] = guiCreateLabel(140, 35, 195, 34, "لشراء التاج اتبع الخطوات التالية", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[2], 250, 236, 4) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) GUIEditor.label[3] = guiCreateLabel(270, 69, 152, 20, "1 - إحضار بطاقة شحن", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[3], 253, 0, 0) guiLabelSetHorizontalAlign(GUIEditor.label[3], "right", false) GUIEditor.label[4] = guiCreateLabel(150, 104, 185, 20, "2 - ارسال رسالة ريبورت بطلب الشراء", false, GUIEditor.staticimage[1]) guiLabelSetHorizontalAlign(GUIEditor.label[4], "right", false) GUIEditor.label[5] = guiCreateLabel(10, 134, 260, 18, "3 - إضافة إحدى حسابات الكونسل", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[5], 4, 27, 249) GUIEditor.label[6] = guiCreateLabel(103, 162, 277, 24, "لشراء ساعات اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[6], 250, 236, 4) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) GUIEditor.label[7] = guiCreateLabel(329, 195, 124, 21, "200 ساعة بـ 10 ريال", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[7], 253, 0, 0) guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) GUIEditor.label[8] = guiCreateLabel(172, 196, 126, 20, "300 ساعة بـ 20 ريال", false, GUIEditor.staticimage[1]) guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) GUIEditor.label[9] = guiCreateLabel(20, 195, 114, 21, "400 ساعة بـ 30 ريال", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[9], 4, 27, 249) GUIEditor.label[10] = guiCreateLabel(103, 226, 277, 24, "لشراء رتبة اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[10], 250, 236, 4) guiLabelSetHorizontalAlign(GUIEditor.label[10], "center", false) GUIEditor.label[11] = guiCreateLabel(312, 260, 141, 20, "اخر رتبة من اف 6 بـ 20 ريال", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[11], 253, 0, 0) guiLabelSetHorizontalAlign(GUIEditor.label[11], "center", false) GUIEditor.label[12] = guiCreateLabel(167, 260, 126, 20, "رتبة مانجر بـ 30 ريال", false, GUIEditor.staticimage[1]) guiLabelSetHorizontalAlign(GUIEditor.label[12], "center", false) GUIEditor.label[13] = guiCreateLabel(10, 260, 142, 20, "الكونسل ريتم تحديدها لاحقا", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[13], 4, 27, 249) ProGamer = guiCreateLabel(105, 303, 246, 42, "Welcome To Server Top Race", false, GUIEditor.staticimage[1]) guiSetAlpha(GUIEditor.label[14], 0.33) guiLabelSetColor(GUIEditor.label[14], 43, 209, 187) guiLabelSetHorizontalAlign(GUIEditor.label[14], "center", false) GUIEditor.label[15] = guiCreateLabel(0, 323, 71, 17, "Created", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[15], 250, 236, 4) GUIEditor.label[16] = guiCreateLabel(46, 323, 15, 16, "By", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[16], 253, 0, 0) GUIEditor.label[17] = guiCreateLabel(61, 323, 62, 16, "iMr.Faisal.9", false, GUIEditor.staticimage[1]) guiLabelSetColor(GUIEditor.label[17], 4, 15, 247) end ) guiSetVisible (GUIEditor.staticimage[1], false) function OpenWin() if guiGetVisible (GUIEditor.staticimage[1]) then guiSetVisible (GUIEditor.staticimage[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible (GUIEditor.staticimage[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F10", "down", OpenWin) addCommandHandler('شراء',function() guiSetVisible(top, not guiGetVisible(top)) showCursor(guiGetVisible(top)) end ) function BOX ( ) outputChatBox ( "*#ff0000= #00ff00 نظام شراء الرتب والتاجات والساعات بالفلوس #ff0000=*", 255, 0, 0, true ) outputChatBox ( "*#ff0000= #00ff00 الرجاء الدفع لأحدى حسابات الكونسل اف 10#ff0000 =*", 255, 0, 0, true ) end setTimer ( BOX, 30000, 0 ) addEventHandler("onClientRender",getRootElement(),function() x,y = guiGetPosition(ProGamer,false) xN,xY = x + 2 , y if xN >= 300 then xN = -200 end guiSetPosition(ProGamer,xN,xY,false) guiLabelSetColor(ProGamer,255,0,0) end)
  10. Event : onClientGUIClick guiComboBoxGetItemText triggerServerEvent givePlayerMoney isObjectInACLGroup أتوقع نأقصه .
  11. انت خأبصص كلنت مع سيرفرَ . !
  12. * countPlayersInWater * Syntax int countPlayersInWater( player thePlayer ) * Code function countPlayersInWater(Water) local count = 0 if Water and getElementType(Water) == "player" then for i,player in ipairs(getElementsByType("player")) do if isPlayerInWater(player,Water) then count = count + 1 end end end return count end * Example function getPlayersWater(player) local pl = countPlayersInWater(player) outputChatBox("Players in Water [ "..pl.." ] !",player) end addCommandHandler("getPlayerInWater",getPlayersWater) صرأإحة م عرفة اضيفها بـ الويكي الي يعرف بالله يضيفها See You
  13. وععَليكممء السسلأمم .. ! أصوت بـ [ لأ ] ء 1 - نشر الصور الاباحيه 2 - سب الناس 3 - يقولي عساك تلحق الملك عبدالله سبب انه دعاء علي يقول أن الملك عبدالله الله يرحمه وفق مع السيسي .. ! انا اقول لأ لأ لأ لأ
  14. جرب addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.button[1] then local sel = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) if sel ~= -1 then ProGamer = guiGridListGetItemText(GUIEditor.gridlist[1],sel,1) setClipboard(tostring(ProGamer)) end end end )
  15. تفضل هاذا الكود يتم تغير جميع الازرار الى صورهه function guiCreateButton( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "img.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 50, 0, 400, 100, titleBarText2, false, mainBackground ) guiLabelSetColor ( mainBackgroundLabel, 255, 0, 0) guiSetEnabled ( mainBackgroundLabel, false ) guiBringToFront (mainBackground) return mainBackground end img.png -- اسم الصورهه ذذ
  16. guiSetText or OnClientRender dxDrawText all client only ..
  17. تفضل onVehicleStartEnter killPed getPlayerSerial blowVehicle destroyElement onVehicleExplode يمكن ناقصه ذذ
  18. بالله و انت وش حأرق رزك لا اله الا الله .. !
  19. السسلأمء عـليكممَ .. ! كيف حألكممَ .. أن شاء الله بخير وسلامهَ .. مالكم بـ الطويلة ي جماعة الخـيَر .. السكربت فيه ادعيه و اذكار صدقة جأرية لـ الملك عبدالله بن عبدالعزيز أل سعود رحمة الله .. نشوف صوره لـ المود طيب خلصنا من الصورَهه .. نجي للتحميل : http://www.gulfup.com/?fyVeWM طبعأ ي شباب تقدرون تغيرون الزر من Key.lua طبعا client.lua مشفر واذا فيه خطأ فـ المود قلولي هنا ولا بـ سكايب Skype : progamer896 والسسَلأممء ععَليكممء ورحمةة اَلله وبركأتَهة ..
  20. طيب وش اسهل هاذي dxDrawRectangle ولا هاذي dxCreateWindow
×
×
  • Create New...