Jump to content

Ahmed Ly

Members
  • Posts

    1,282
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ahmed Ly

  1. [lua[/lua] خش علي ملف greenzones.map sizeY = الحجم color= اللون في الخريطه x,y,z= الاحدثية في خريطة يمكن صح
  2. addEventHandler ( "onResourceStart", setTimer ( function() outputChatBox ( "text",0,0,0,true ) end, 30000, 0 ) ) جرب هاي ملاحظة لم تتم التجربة addEventHandler ( "onResourceStart",root, setTimer ( function() outputChatBox ( "text",0,0,0,true ) end, 30000, 0 ) ) انت عندك خطا في root
  3. setTimer ( function ( ) outputChatBox('text',root,255,0,0,true) end,30000,1) كذا تقصد ؟
  4. الرسبون function spawn () spawnPlayer (source,x,y,z) end addEventHandler("onPlayerJoin",root,spawn) addEventHandler("onPlayerLogin",root,spawn) addEventHandler("onPlayerWasted", root,spawn)
  5. تفضل acc = { {2595.00366,1473.43640,10.67967}, {2578.11914,1479.52112,10.81252}, {2561.54712,1487.13855,10.82031}, {-660.14502,946.21942,12.13281}, {-665.59106,957.06659,12.13281}, } addEventHandler('onPlayerLogin',root, function () for k,v in ipairs (acc) do z = v[3] -1 spawnPlayer(source,v[1], v[2], z) end end ) انشاء الله يخدم
  6. كله هدا موجود في قوقل
  7. امنور بس ليش م حطيت "onResourceStart" ؟
  8. السلام عليكم كود هدا يبي تعديل نبيه يتكرار في شات زي مود ديربي function go () setTimer(outputChatBox,30000,1,"لدخول ساحة الحرب اكتب في شات قتال او في اف8",root,0,0,0,true) end addEventHandler ( "onResourceStart", root,go)
  9. السلام عليكم انا صنعت المود هدا لم تكتب فياف8 يصنع لك ماركه بس نبيه لي ادمنيه بس مو عصابة قوست function e ( player ) x,y,z = getElementPosition (thePlayer) local marker = createMarker (x,y,z, "cylinder", 2, 77 , 99, 31, 224) if getElementType ( player ) == "player" then if getElementData( player ,'NameGroup') == 'GhosT' then setElementHealth ( player, 100 ) setPedArmor ( player, 100 ) setPedSkin ( player, 230 ) else outputChatBox ( "يجب ان تكون فى عصابه GhosT", player, 244 , 87, 10, true ) end end end addEventHandler ( "onMarkerHit", marker,e,root) addCommandHandler ("marker",e)
×
×
  • Create New...