Jump to content

iMr.3a[Z]eF

Members
  • Posts

    862
  • Joined

  • Last visited

Everything posted by iMr.3a[Z]eF

  1. الا فيه فرق لو بيستخدم guiGetScreenSize() لازم يكون هو الي سواهم وعلى مقاس شاشته يضرب ويقسم ومدري وش لا ي شيخ تعطيك رموز غير مفهموة مو كود صح؟ guiEditior يا حبيبي من الإديتور تغير الحجم يكيف كيفك بس بالكود معقد ومو سهل مرهـ
  2. @rdx أطرح كودك
  3. مهو كود ؟ GUIEditor والـ لأا ما فهمتني الرجال يقول مشكلة حجم الصورة guiEditor عشان هو يمكن حطها بكود أو
  4. @rdx: ؟guiEditor بإيش ركبت الصورة بكود ولآ
  5. /editcol - to start the editor
  6. setBlipColor is only if the blip icon = 0
  7. هذا يسوي لك زي الماركر بس مربع أو مستطيل ع حسب علمي
  8. ليه ما تختصر أحسن؟ bindKey ( 'F1','down', function ( ) if not guiGetVisible ( windows ) and not aSound then guiSetVisible ( windows,true ); playSound ( 'sound.wav' ); else guiSetVisible ( windows,false ); stopSound ( 'sound.wav' ); end; end );
  9. ؟ if بدون أداة الشرط else كيف تستخدم نسيت ذذ أسوي تحقق من اللاعب ولأ؟
  10. تبي الصوت يجي مع الصورة ؟ # Client Side bindKey( "f1", "down", function () guiSetVisible (img, true) playSound("sound.wav") else guiSetVisible(img, false) stopSound("sound.wav") end)
  11. i think the items he ment are : weapons or foods (to set full health)......
  12. what kind of items? i mean list the items you want
  13. هههههه أعجبتني خيبة الامل حقت الولد الصغير
  14. he is new in scripting @+Eclipse+
  15. the marker you just created is in the gate object = createObject ( 975, 2596.3100585938, -2015.4100341797, 4.539999961853 ) marker = createMarker ( x,y,z - 2, "cylinder", 2, 100, 0, 0, 100 ) local x,z,y = getElementPosition( object ) function gateo ( player ) local skin = getElementModel ( player ) if ( skin == 248 ) then moveObject ( object, 100, 2599, -2015.4100341797, 4.539999961853 ) else outputChatBox ( "sorry, you're not a SoA member, this gate will not open for you.", player, 255, 0, 0 ) end end addEventHandler ( "onMarkerHit", marker, gateo ) function getec ( player ) moveObject ( object, 975, 2596.3100585938, -2015.4100341797, 4.539999961853 ) end addEventHandler ( "onMarkerLeave", marker, getec )
  16. example: you created a skin whith TXD without DFF and replace it then the skin will show but the face and clothes will not show
  17. Wrong smoothMoveCamera طريقة الاخ بسول صحيحه interpolateBetween interpolateBetween بسول قال ماتركس مو ذا
  18. local dm = { ["dm"]= guiCreateStaticImage(0.157, 0.19, 0.17, 0.305, "images/areny/dm.png", true, arenas, lobby), } guiSetAlpha ( dm["dm"], 0.75 ) addCommandHandler( "system", addEventHandler( "onClientMouseEnter", root, function(aX, aY) for key,gui in pairs (dm) do if gui == source then guiSetAlpha ( source, 1 ) playSound("sound/btn.mp3") return end end end )) addEventHandler( "onClientMouseLeave", root, function(aX, aY) for key,gui in pairs (dm) do if gui == source then guiSetAlpha ( source, 0.75 ) return end end end ) addEventHandler ( "onClientGUIClick", dm["dm"], moveToDM2, false ) function moveToDM2(button) if button == "left" then setElementData (player,"gamemode","[gamemodes]/[race]/race", true) setElementDimension (2) outputChatBox ("True") end end
  19. EditOne وEditTwo اسماء الايديت بوكس؟ اي وااضحة باسمها ذذ
×
×
  • Create New...