Jump to content

N3xT

Retired Staff
  • Posts

    2,490
  • Joined

  • Days Won

    18

Everything posted by N3xT

  1. N3xT

    <طلب>

    مثل ما قالوا لك الشباب , مافيه ذاك الفرق الكبير
  2. N3xT

    == طلب ==

    وإذا اللاعب مب مسجل ؟ سويت لك اليوزفل فنكشن ذا, لكن ما قدرت أجربه حالياً function isPlayerOnline ( player ) if ( player ) and ( getElementType(player) == "player" ) then for _,v in ipairs getElementsByType( "player" ) do local name = getPlayerName ( player ) if v == player then return "Online" else return "Offline" end end else error( "Bad argument @ 'isPlayerOnline' [Expected player at argument 1, got "..tostring ( player ).."]" ) return false end end
  3. N3xT

    <طلب>

    ليتك مخلي أكوادك عندك ولا عطيته هي كلنت addEventHandler ( "onClientGUIClick", root, function () if ( source == "إسم الزر" ) then triggerServerEvent("myWeapon",localPlayer, localPlayer) end end ) سيرفر addEvent("myWeapon", true) addEventHandler("myWeapon", root, function ( p ) local id = math.random(22,36) local ammo = math.random(50,600) giveWeapon ( p, tonumber(id), tonumber(ammo) ) end )
  4. أنا للحين ماني فاهم كيف أرسل تريقر بالكلنت ( روت ) , المفروض لوكال بلاير
  5. N3xT

    == طلب ==

    طيب هو يسوي ع الموجودين ، وإذا كان إسمه موجود مع اللي فاللوب يرجع القيمة أونلاين لكن إذا الإسم ما كان موجود باللوب يرجع القيمة أوفلاين
  6. N3xT

    == طلب ==

    أسمه إس كيو إل ( سكل ) وليس سقل لكن مثل ما قلت لك سوي لوب للاعبين وشوف الاسم موجود ولا لا
  7. N3xT

    == طلب ==

    ما أتوقع فيه فنكشن يجيب اللاعب اونلاين ولا لا لكن سوي لوب على اللاعبين وشوف اذا اسم اللاعب موجود ولا لا وكذا تحدد هو اونلاين ولا اوفلاين
  8. ما نشتغل عندك حنا عشان نكون موجودين 24 ساعة نشوف أكوادك أتمنى يكون عندك أسلوب فالتعامل مع الناس
  9. Client GUIEditor = { edit = {}, button = {}, window = {}, label = {}, gridlist = {} } GUIEditor.window[1] = guiCreateWindow(222, 161, 403, 414, "[ تحدي الاعبين By DmAr ]", false) guiSetVisible(GUIEditor.window[1],false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist[1]= guiCreateGridList ( 9, 21, 384, 299, false, GUIEditor.window[1] ) local rp = guiGridListAddColumn(GUIEditor.gridlist[1], "الاعب", 0.9) local rp1 = guiGridListAddColumn(GUIEditor.gridlist[1], "بنق", 0.9) GUIEditor.edit[1] = guiCreateEdit(9, 324, 295, 29, "20", false, GUIEditor.window[1]) guiEditSetReadOnly(GUIEditor.edit[1], true) GUIEditor.label[1] = guiCreateLabel(305, 327, 92, 26, "العالم الرجاء", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 254, 1, 1) GUIEditor.button[55] = guiCreateButton(9, 356, 174, 48, "ارسال", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(206, 356, 174, 48, "اغلاق", false, GUIEditor.window[1]) ------------------------------ --By DmAr [Spar System] ------------------------------ function update () guiGridListClear(GUIEditor.gridlist[1]) for i,v in ipairs (getElementsByType("player")) do local rp = guiGridListAddRow (GUIEditor.gridlist[1]) guiGridListSetItemText (GUIEditor.gridlist[1],rp,1,getPlayerName(v):gsub("#%x%x%x%x%x%x", ""),false,false) end end addEventHandler ("onClientResourceStart",resourceRoot,update) addEventHandler ("onClientPlayerJoin",root,update) addEventHandler ("onClientPlayerChangeNick",root,update) addEventHandler ("onClientPlayerQuit",root,update) ----------- addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[2] then guiSetVisible(GUIEditor.window[1],false) showCursor(false) end end ) ---------- addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[2] then guiSetVisible(GUIEditor.window[10],false) showCursor(false) end end ) ------------- markers = createMarker (1419,-1623.8000488281,14.5, "arrow", 1.5, 255, 255, 0, 170 ) addEventHandler("onClientMarkerHit",markers, --عند لمس الماركر المحدد function()--وظيفة guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة showCursor(true) --نظهر الماوس end --نهاية الوظيفة )--نهاية قوس الحدث --------------- addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.button[55] then local sel = guiGridListGetSelectedItem( GUIEditor.gridlist[1] ) local Player = guiGridListGetItemText(GUIEditor.gridlist[1],sel,1) if ( Player ~= -1 ) then triggerServerEvent("Trigger", localPlayer,Player) end end end ) Server addEvent ("Trigger",true) addEventHandler ("Trigger",root, function ( p ) local player = getPlayerFromName(p) if ( player ) then outputChatBox ( "#[Spar System]The Player Has Spar Join F8 gjoin", player, 0, 255, 0 ) end end )
  10. اطرح ملف الكلينت
  11. عطيني اكواد السيرفر كاملة
  12. أكتب بأف 8 debugscript 3 وشوف وش الكلام اللي يطلع لك تحت بالشاشة وحطه هنا
  13. وش رايك تطرح ملف الكلينت والديبوق
  14. عدل السيرفر لـ : addEvent ("Trigger",true) addEventHandler ("Trigger",root, function ( p ) local player = getPlayerFromName(p) if player then outputChatBox ( "الرسالة هنا", player, 0, 255, 0 ) end end )
  15. هو قال يبيه لأول مرة فقط، كودك ذا كل مرة اللاعب يسجل ياخذها
  16. N3xT

    Weapon Ammo

    addEventHandler("onClientPedWeaponFire", root, function(_, ammo) if ammo == 1 then cancelEvent() end end )
  17. setTimer(function() local bestplayer = table.sort(getElementsByType("player"), function(a, b) return (getElementData(a, "النقاط")or 0) > (getElementData(b, "النقاط")or 0) end)[1] setElementData(resourceRoot,"bestPlayer",bestplayer) end,250,0) عدل كلمة النقاط إلى الداتا حق نقاط اللاعب وعشان تجيب أفضل لاعب جيب الداتا bestPlayer
  18. سوي جدول, وضيف الداتا للجدول ورتب القيم وجيب أعلى قيمه
×
×
  • Create New...