Jump to content

Adham

Members
  • Posts

    2,259
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Adham

  1. سلام عليكم مدري عملت لوحه تفتح بسريال الاعب من ف8 ما ظبت من ف8 Serial = { ["33F575551AEA452D4C00D43E71E9DB54"] = true, } addCommandHandler('rentmanager',, function ( ) if Serial[getPlayerSerial(localPlayer)] then guiSetVisible (Window,not guiGetVisible (Window)) showCursor (guiGetVisible (Window)) end end)
  2. اتكلم باحترام معي !!
  3. معلش لو الطلب الاول في خطأ addEventHandler("onClientRender", root, function () guiSetText ( label, "Your Serial : "..Serial.."") triggerServerEvent ( "getSe", localPlayer ) end) ------------ Server addEvent ( "getSe", true ) addEventHandler ( "getSe", root, function ( ) local Serial = getPlayerSerial (source) triggerClientEvent ( source, "getSe", source ) end ) الطلب التاني -- addEventHandler("onClientRender", root, function () guiSetText ( Label, "Your Ping : ".. getPlayerPing ( localPlayer ) .."" ) end) الطلب التالت -- function StrongC ( ) guiSetVisible ( GUIEditor.window[1],true ) showCursor ( true ) -- اظهار الماوس end addEvent ( "StrongChat", true ) addEventHandler ( "StrongChat", root, StrongC ) -------------- Server addCommandHandler ( "الكلمه التبيها تفتح", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Console")) then triggerClientEvent ( p, "StrongChat", resourceRoot ) end end end )
  4. كيف بدون حدث افرد الاعب غير اسمه ؟
  5. الطلب الاول : كلنت : addEventHandler("onClientRender", root, function () guiSetText ( Name, "Your Name : ".. getPlayerName ( localPlayer ):gsub("#%x%x%x%x%x%x", "") .."" ) end) Name = اسم الابال تبعك
  6. ابي لما يحدد guiComboBoxGetSelected داخله ون كارد و اتصالات ابي لو حدد اتصالات وضعط علي button يروح الكلام الحددو ب guiComboBoxGetSelected ممكن تكون ون كارد او اتصالات علي حسب هوا محدد وش
  7. يعني كدا Cloumn 4 = في الوحه addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) local row = guiGridListAddRow (grid) guiGridListSetItemText (grid,row,Column2,item,false,false) end end ) يعني المجدهه في ال combox يجي في القري لست
  8. طيب شو الخطا هنا addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) guiGridListSetItemText (grid,row,Column2,item,false,false) end end )
  9. ولاحظت انه سيرفر بس انت ما جاوبت علي اسف
  10. addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) guiGridListSetItemText (grid,row,Column2,item,false,false) end end ) كذا
  11. كذا؟ addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) guiGridListSetItemText (grid,row,Column2,item,false,false) end end )
  12. اريد فكشن guiCreateComboBox انا عامله ون كارد او اتصالات لو انا حدتت ون كارد مثلن يجي في القريد لست -- يعني انا حددت في guiCreateComboBox ون كارد وضعط علي button يجي هوا الحدوو في الاقريد لست
  13. سلام عليكم كل لما اخش سرفر يجيلي كذا
  14. تمام االمشكله كانت كنت عمل الملف steing سرفر " حطيطه كلنت ظبت شكرا لكم
  15. انا عملتها كذا .. SequrityQuestions = { 'ون كارد', 'باي بال', 'اتصالات'} في نفس الملف for _, i in ipairs( SequrityQuestions ) do guiComboBoxAddItem(com, i) end اشتغلت لو انا ابي تعمل في ملف التاني؟
  16. م تفتح المود لما حطيط لحدث addEventHandler ("onResourceStart", resourceRoot, function () for _, i in ipairs( Qui ) do guiComboBoxAddItem(GUIEditor.combobox[1], i) end end) م عملت برده
  17. بنفس المود GUIEditor.combobox[1] = guiCreateComboBox(225, 249, 254, 193, "", false, GUIEditor.window[1]) for _, i in ipairs( Tabl ) do guiComboBoxAddItem(GUIEditor.combobox[1], i) end --[[ # Created By Le3bA --]] Tabl = { "اتصالات", "ون كارد", };
  18. مدري ليه مش رادي يشتغل
  19. ممكن يكون عشان انا حاطط في ملف غير الفي الوحه؟
×
×
  • Create New...