Jump to content

نصراوي

Members
  • Posts

    125
  • Joined

  • Last visited

Details

  • Gang
    كبار الطارات

نصراوي's Achievements

Sucka

Sucka (13/54)

0

Reputation

  1. اريد تصحيح الكود هاذا الكود اي واحد علية نجوم اذا قتلة تيم الشرطة يروح السجن لمدهـ 60 ثانية ويطلع اريد تصحيحة الكود غير مجرب addEventHandler ("onPlayerWasted"(), function () if ( getPlayerTeam(source) ) and ( getTeamName(getPlayerTeam(source)) ) == "Police" then local Levels = getPlayerWantedLevel ( source ) if ( Levels > 1 ) then setElementPosition(source,x,y,z) setTimer(setElementPosition,60000,1,source,x,y,z) end end)
  2. تم التجربة الكود صح NSrAwY = createVehicle ( 477, 1, 2, 3 ) setVehicleDamageProof ( NSrAwY, true ) addEventHandler ( "onVehicleStartEnter", NSrAwY, function( player ) if getPlayerSerial ( player ) == "سيريالك هنا" then outputChatBox ( "منور حياك بموترك الخاص", player, 255, 255, 0, true ) else cancelEvent() outputChatBox ( "هذي السياره خاصة لنصراوي", player, 255, 0, 0, true ) end end)
  3. الكود صح او لا NSrAwY = createVehicle ( 477, x, y, z ) setVehicleDamageProof ( NSrAwY, true ) addEventHandler ( "onVehicleStartEnter", NSrAwY, function( player ) if getPlayerSerial ( player ) == "السريال" then outputChatBox ( "منور حياك بموترك الخاص", source, 255, 255, 0, true ) else cancelEvent() outputChatBox ( "هذي السياره خاصة لنصراوي", source, 255, 0, 0, true ) end end)
  4. الاكواد صح ام خطا addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), function () local Team = getPlayerTeam(source) if Team then if Team == getTeamFromName("Team Name") then local LevaL = getPlayerWantedLevel( source ) if LevaL > 0 then cancelEvent() end end end end)
  5. كيف الكود يعني كاءسر
  6. اذا خطا ابيك تقول البكود يعني صح لو ماهن مترتبات قل الكود الي صح
  7. addEventHandler ( "onColShapeHit", function () local Coles = createColCuboid ( x, y, z, 10.0, 10.0, 10.0 ) if ( Coles == false ) then local Coles = createRadarArea ( x, y, x, y, r, g, b, a ) if not createProjectile(getLocalPlayer(),19,x,y,z,200) then setPlayerWantedLevel ( source, 5 ) end end end ) اي الاكواد صح ولا خطا ترا عارف ان هاذا الكود ناقص بس قول الاكواد صح ولا خطي
  8. addEventHandler ( "onPlayerDamage", root, function () if getPlayerTeam ( source ) ~= getTeamFromName ( "Police" ) then setPlayerWantedLevel ( source, 1 ) local LeveL = getPlayerWantedLevel ( source ) if ( LeveL > 0 ) then end end end)
  9. السلام عليكم ورحمة الله وبركاتة ممكن كود الماركر الي باف11 يعني الون المربع الي تفتح الخريطة وتلاقية على كيفك تلونه احمر اخضر ابي الكود او الفنكشت وابي اذا حد دخل هاذي المنطقة تجي عليه نجوم وصواريخ الطلب الثاني ابي كود اذا طخيت طلقة على تيم الشرطة تجيك نجمة 1 واذا طخيت ثاني تجيك 2 واذا طخيت تجيك كذا
  10. هل هو صح ؟ function () r, g, b = getTeamColor ( Cars ) setVehicleColor( Cars, r, g, b ) end )
  11. هل يوجد صح function () if r, g, b = getTeamColor ( Teams ) then local Teams = setVehicleColor( source, r, g, b ) end end)
  12. هل الكود يوجد صح فية function () local Levels = getPlayerWantedLevel ( source ) if ( Levels > 1 ) then setElementPosition ( source, X, Y, Z ) end end) ---------------------------- -- NSRAWY -- Anim ---------------------------- function NSrAWyE() setTimer ( function() setPedAnimation ( source, "MEDIC", "CPR") end, 6000, 1 ) end NSrAWyE()
  13. فريت 90 موضوع وتقول كثيرهه اذا فية جبلي من الاكواد الي هناك
×
×
  • Create New...