Jump to content

Me[Z]oO

Members
  • Posts

    1,830
  • Joined

  • Last visited

Everything posted by Me[Z]oO

  1. طيب خطا ، بعتذر انا فاتح جوال وبالعافية اكتب
  2. ي ترا في ايفنت لما اللاعب يصوب. ؟ مدري والله
  3. triggerServerEvent ("pizza",localPlayer) guiSetEnabled (button , true) setTimer ( function ( ) guiSetEnabled ( button , false ) end ,20000,1) انسخ كود ااتايمر وحطه بعد التريقر بمللف الكلنت
  4. سؤال بس ليش مسوي تايمر ؟؟؟ + الكود شغال ؟
  5. addEvent ("pizza", true) addEventHandler ("pizza", root, function ( ) getmoney1 = getPlayerMoney ( source ) if (getmoney1 >= 150) then takePlayerMoney ( source, 150 ) setElementHealth (source, getElementHealth (source) + 20) outputChatBox("تم شراء قطعة واحدة", source, 142, 96 ,62, true ) outputChatBox( "+20 Health", source, 216, 38, 38, true ) else outputChatBox("ليس لديك المال الكافي", source) end end ) جرب
  6. onClientPlayerDamage killPed
  7. addEvent ("pizza", true) addEventHandler ("pizza", root, setTimer ( function () getmoney1 = getPlayerMoney ( source ) if (getmoney1 >= 150) then takePlayerMoney ( source, 150 ) setElementHealth (source, getElementHealth (source) + 20) outputChatBox("تم شراء قطعة واحدة", source, 142, 96 ,62, true ) outputChatBox( "+20 Health", source, 216, 38, 38, true ) else outputChatBox("ليس لديك المال الكافي", source) end end, 100000 , 1) ) جرب
  8. setTimer ( function () getmoney1 = getPlayerMoney ( source ) if (getmoney1 >= 150) then takePlayerMoney ( source, 150 ) setElementHealth (source, getElementHealth (source) + 20) outputChatBox("تم شراء قطعة واحدة", source, 142, 96 ,62, true ) outputChatBox( "+20 Health", source, 216, 38, 38, true ) else outputChatBox("ليس لديك المال الكافي") end end, 100000 , 1) hitElement مو معرف وفي قوس زيارة ومسوي ااند بعد التايمر
  9. وانا متعجب من عودتك امنوووور
  10. غلط يستخدم createPed setPedLookAt اهو يبي بيد يمشي وراه الفنكشنات عطاني ياها تنطيل من قبل وجربتها !
  11. createPed getElementRotation setElementRotation
  12. انا لي اتار انتباهي هو PROGRAME LUA 40 وما يعرف هل د كلنت ولا سيرفر وفوقها يزرف هههههههه كفو كفو شو دخلك ؟
  13. local Rules = { {"قوانين السيرفر",'هنا تكتب قوانين سيرفرك '}, {"من نحن",'هنا اكتب من نحن مواصفات اي شئ اللى تحب تكتبه اكتبه'}, } local screenW, screenH = guiGetScreenSize() window = guiCreateWindow((screenW - 663) / 2, (screenH - 534) / 2, 663, 534, "قوانين وشروط السيرفر الرجاء الالتزام بها", false) guiWindowSetSizable(window, false) guiSetAlpha(window, 1.00) gridlist = guiCreateGridList(9, 26, 190, 498, false, window) guiGridListAddColumn(gridlist, "القوانين والشروط", 0.9) button = guiCreateButton(204, 487, 449, 37, "اغلاق اللوحه", false, window) memo = guiCreateLabel(199, 24, 454, 459, "", false, window) guiSetAlpha(memo, 0.60) guiMemoSetReadOnly(memo, true) for _, rules in pairs(Rules) do local row = guiGridListAddRow(gridlist) guiGridListSetItemText(gridlist,row,1,rules[1],false,false) end addEventHandler( "onClientGUIClick",root, function( ) if source == gridlist then if (guiGridListGetSelectedItem(gridlist) == -1) then return end for _, rules in pairs(Rules) do if (guiGridListGetItemText(gridlist,guiGridListGetSelectedItem(gridlist), 1) == rules[1]) then guiSetText(memo,rules[2],100000) end end elseif source == button then guiSetVisible (window, false) showCursor(false) end end) guiSetVisible (window, false) bindKey ("F5", "down", function() guiSetVisible(window, not guiGetVisible(window)) showCursor(guiGetVisible(window)) end)
  14. اسف كنت برب الحين مو فاهم طلبك تقدر تشرحه ؟
  15. حط هذا الكود وجرب واطرح لي ملف ملف الميتا ا
  16. function mm () setPedAnimation ( source, "ped", "IDLE_chat" ) end addCommandHandler ( " taha", mm) ممكن تكتب taha باف 8 وتقلي الحركة اشتغلت ولا لا ؟ الكود سيرفر
  17. بكود مستر ار حط ارقمنتات الماركر !
  18. يب دوس كلك يمين علي الميمو وسوي الصورة
  19. كيف تستحملك هي ؟
×
×
  • Create New...