Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. لو سويت زر يجيب لك الاحداثيات بالاديت بوكس موفق
  2. من لفل 2 - لفل 6 يصكو باند لفل 6 -- يفك ميوت الهيد ادمن - مفتوح له كل شي ويفك باند ذا الي اعرفه
  3. لسورس م يحتاج تعريف
  4. https://forum.multitheftauto.com/viewtopic.php?f ... 5D#p889124 طلبك بهذا الموضوع
  5. مب صعبة تسوي اسل
  6. ههههههههههههههههههه
  7. عندي فكرة الي يحاول يسرق يجيلو المود ملغم عشان يتعلم يسرق مرا ثانية
  8. ما ترا ان الموضوع تبعي :@ يا ليل عليك وربي انت تطفش ! ما تستحي كل يوم احد يقصف جبهتك وانت عادي كدا هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه الموضوع حقك يعني محرم نسولف بيه ؟ وش النفسيات ذي
  9. شكرا لك م قصررت
  10. انا ابيهن بنفس الماب
  11. Marker = createMarker ( Y, Z, X, "cylinder", 50, 0, 0, 0, 0 ) addEventHandler ( "onClientMarkerHit", Marker, function ( player ) if getElementType(player) == "player" and not isPedInVehicle(player) then if player == localPlayer then setElementInterior(player,1,x,y,z) setElementCollidableWith ( player, root, false ) setTimer(setElementCollidableWith,5000,1,player,true) end end) وش الناقص ؟
  12. elseif Map == 4 then --- ? مب فاهمها انا ابي بنفس الماب
  13. [b] Client addEventHandler("onClientGUIClick", root, function() if ( source == b1 ) then triggerServerEvent("car",getLocalPlayer()) end end )[/b] [b]Server vehicle = {} addEvent("car", true) addEventHandler("car", root, function(amount) if isElement(vehicle[source]) then destroyElement(vehicle[source]) end local x, y, z = getElementPosition(source) vehicle[source] = createVehicle(599, x, y, z) warpPedIntoVehicle(source, vehicle[source]) local money = getPlayerMoney(source) if money >= amount then takePlayerMoney (source,amount) outputChatBox ("لقد اشتريت سيارة",source,255,0,0,true) else outputChatBox ("لايوجد معك مال كافي ",source,255,0,0) end end) end ) addEventHandler("onPlayerQuit", root, function() if isElement(vehicle[source]) then destroyElement(vehicle[source]) vehicle[source] = nil end end) [/b]
  14. خخخخخخ اصلا قلت له وقال لي ماي ذذذذذذ
×
×
  • Create New...