Jump to content

Master_MTA

Members
  • Posts

    3,389
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by Master_MTA

  1. واذا خاطبهم الجاهلون قالو سلاما +_+
  2. بكل بساطه ستاتيك ايميج يفي بالغرض +_+
  3. في اخر يوزفل فنكشن مسويها انا بقسم اليوزفل فنكشن رح راجعه اتمنى يعطيك خلفيه يا غالي
  4. اعذروني توني اراجع صفحة الويكي +_+ ما انتبهت كنت احسب الحدث بطريقه اخرى هههه مشكورين للتنبيه +_+ على العموم مهما حصل الكود صحيح ما بيطلع خطا
  5. افؤض انه لما سجل دخول طلع الباسورد خطا؟ واصلا حتى لو كلامك صح ما بيضر
  6. قلتلك عدلها يبن الناس مزود e انا وش فيك خذ ذا الصحيح local allplayers=getElementsByType('player')
  7. addEventHandler('onClientGUIClick',root,function() if source==btn then ----------btn بدله باسم الزر triggerServerEvent('showchatdata',localPlayer) end end) ------server addEvent('showchatdata',true) addEvent('showchatdata',root,function() local allplayers=getElementesByType('player') for k,player in ipairs(allplayers)do local data=getElementData(player,'dataname') local acc=getPlayerAccount(player) if not isGuestAccount(acc) then outputChatBox('the player name ['..getAccountName(plr)..'] and he is data '..data..' .',root,255,255,255,true) else outputChatBox('the player name [not logged in] and he is data '..data..' .',root,255,255,255,true) end end end) جرب
  8. وشهو الخطا وش يطلع الدي بق
  9. لا بس ذا يرجعلك بجروب اللاعب المهم بدله بذا addEventHandler('onPlayerLogin',root, function (_,acc) local accplr=getPlayerAccount(source)local accD = getAccountData ( acc , 'Save:Diamond12' ) if isGuestAccount(accplr) then return endif ( accD ) then setElementData ( source , 'Diamond' , accD )elsesetElementData ( source , 'Diamond' , 0)endend)
  10. معليش خطا املائي ثاني كنت ناسي handler الان بدل ذا بكود السيرفر addEvent('showchatdata',true) addEventHandler('showchatdata',root,function(player) if isElement(player) then local data=getElementData(player,'dataname') local acc=getPlayerAccount(player) if not isGuestAccount(acc) then outputChatBox('the player name ['..getAccountName(plr)..'] and he is data '..data..' .',root,255,255,255,true) else outputChatBox('the player name [not logged in] and he is data '..data..' .',root,255,255,255,true) end end end)
  11. تحقق الاول انه مسجل ولا لا عبر isGuestAccount
  12. سوري في خطا املائي ذذ عدله لهاذا لاني كنت مزود e ذذ local allplayers = getElementsByType('player')
  13. addEventHandler('onClientGUIClick',root,function() if source==btn then ----------btn بدله باسم الزر local allplayers=getElementesByType('player') for k,v in ipairs(allplayers)do triggerServerEvent('showchatdata',localPlayer,v) end end end) ------server addEvent('showchatdata',true) addEvent('showchatdata',root,function(player) if isElement(player) then local data=getElementData(player,'dataname') local acc=getPlayerAccount(player) if not isGuestAccount(acc) then outputChatBox('the player name ['..getAccountName(plr)..'] and he is data '..data..' .',root,255,255,255,true) else outputChatBox('the player name [not logged in] and he is data '..data..' .',root,255,255,255,true) end end end) في العاده ما اعطي اكواد جاهزه لكني شفت لك محاوله اخرى في موضوع اخر بالتوفيق جرب ورد خبر
  14. ووين التحقق لما يخش كذا انت حفظتها بس لما يجي يخش هل حطيتها عليه استخدم حدث onPlayerLogin
  15. طيب الشخص كيف يجيبه من وشو من جريد لست ولا وشو؟
  16. مب فاهم عليك فهمني وش تبي تسوي بالظبط
  17. اذا بايبال متوفر بيكون كويس لكن حالييا اصلا مشغول +_= اتمنالك التوفيق
  18. افضل طريقه لحساب الوقت في التايمر بالثواني 1000*الرقم حق الثواني مثال 1000*5 خمس ثواني دقايق الان نشوف 1000*60*الرقم حق الدقايق مثلا 1000*60*3 ثلاث دقائق الحين السااعات 1000*60*60*رقم الساعات مثال 1000*60*60*6 كذا 6 ساعات بالتوفيق
  19. حبيب قلبي نستفيد من بعض العفو +_+
  20. addEventHandler("onClientGUIClick",root, function () local sel = guiGridListGetSelectedItem(gridlist2) local text = guiGridListGetItemText(gridlist2,sel,1) local player = getPlayerFromName(text) if ( source == delete ) if ( player ) then setElementData( player, "Diamond",0) end end end ) سطر 6 نسيت تحط then اول شي ثاني شي ما يصلح تتحقق من وجود اللاعب وانت ما تحققت اصلا اذا لو ضغط الجريد لست هل حدد لاعب ولا لا يعني بعطيك مثال افرض السيرفر مافيه غير لاعب واحد اكيد الجريد لست بيكون فيه مكان فاضي لما تضغط على المكان الفاضي بيسير نفس الحدث اللي فوق عشان كذا انا سويتله تحقق لازم يشوف هل هو محدد لاعب ولا لا
  21. اتوقع لك موضوع من قبل وافدتك فيه عطيتك روابط الويكي العربي روح راجعه؟
×
×
  • Create New...