Jump to content

CRoW,,#

Members
  • Posts

    646
  • Joined

  • Last visited

Everything posted by CRoW,,#

  1. ما ضبط يالغلااا
  2. Position = { [1] = { 2066.60107, 1538.43542, 10.67188 }; [2] = { 2080.86279, 1583.23364, 10.82031 }; [3] = { 2072.40479, 1596.27515, 10.67188 }; [4] = { 2064.46460, 1605.78015, 10.67188 }; [5] = { 2051.22852, 1600.26282, 10.67188 }; }; setTimer(function() local x, y, z = unpack ( Position [ math.random ( #Position ) ] ) pickup = createPickup ( x, y, z, 3, 1274, 300000 ) attachElements ( blip, pickup ) end, 1000, 1) addEventHandler ( "onPickupHit", pickup, function ( player ) givePlayerMoney( player, math.random ( 150, 300 ) ) destroyElement ( blip ) end ) addEventHandler ( "onPickupSpawn", pickup, function ( ) blip = createBlip ( 0, 0, 0, 52 ) attachElements ( blip, pickup ) end ) الحين انا ابي البيك اب الثاني ما ينزل الا اذا واحد اخذ الاول
  3. addEventHandler( "onPlayerWasted", getRootElement( ), function ( _, attacker, weapon, _ ) local theVehicle = getPedOccupiedVehicle ( source ) local thePlayer = getVehicleController ( source ) if isPedInVehicle ( source ) then givePlayerMoney ( attacker, 30000 ) end ) ادري هريسسة
  4. واذا حطيته كلنت تجي فلوس وهمية اجل كيف احطه ؟
  5. addEventHandler("onClientExplosion",getRootElement(), function (x,y,z,3) triggerServerEvent("mm", localPlayer) end ) addEvent("mm",true) addEventHandler("mm",root, function() givePlayerMoney ( player, 30000 ) end ) كذا
  6. يب اعرفه بس اقصد اذا فجرت الاعب عن الطريق الصاروخ الي مسويه يجيه فلوس CanShoot = true bindKey ( "a", "down", function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then if ( CanShoot == true ) then local x, y, z = getElementPosition ( vehicle ) createProjectile ( vehicle, 19, x, y, z, 200 ) CanShoot = false setTimer ( function ( ) CanShoot = true end, 3000, 1 ) end end end )
  7. الحين انا اذا اطلقت صاروخ وانا داخل السيارة عن طريق createProjectile وفجرت واحد ابي فلوس تجيني
  8. الحين انا اذا اطلقت صاروخ من الموتر وفجرت واحد تجني فلوس مثلا ..
  9. قصدك تبي فوق الماركر صورة
  10. ذذ ما انتبهت له ما اعتقد عنده وظيفة تغير الخط ,.
  11. . تقدر تغير الحجم حق الخط ، أما تغير نوع الخط نفسه ماتقدر الا تقدر بس الاصلي احسن اذا غيرته يجي شكله غريب dxCreateFont
  12. الحين ذا خط من برا اللعبة حلو الحين لو خرجت ودخلت مثلا تجيك كذا لاحظ لكلمة الدخول كــزائر واحيانا يشتغل الخط واحيان ما يشتغل
  13. المشكلة يشتغل مرات ومرات لا الخطا كله من الكود الي يسوي خط جديد ذا احد يبلغ الادارة ولا شي ذذ
  14. هو يقصد الخط الي برا اللعبة مرات يشتغل ومرات لا
  15. بعطيكك هو ع الخـاص
  16. تسذا : if getElementModel(ped) == 46 then setElementModel(localPlayer, 46) end
×
×
  • Create New...