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. 7yeak allah
  6. /editcol - to start the editor
  7. setBlipColor is only if the blip icon = 0
  8. debugscript 3 ???
  9. هذا يسوي لك زي الماركر بس مربع أو مستطيل ع حسب علمي
  10. ليه ما تختصر أحسن؟ 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 );
  11. ؟ if بدون أداة الشرط else كيف تستخدم نسيت ذذ أسوي تحقق من اللاعب ولأ؟
  12. تبي الصوت يجي مع الصورة ؟ # Client Side bindKey( "f1", "down", function () guiSetVisible (img, true) playSound("sound.wav") else guiSetVisible(img, false) stopSound("sound.wav") end)
  13. i think the items he ment are : weapons or foods (to set full health)......
  14. what kind of items? i mean list the items you want
  15. Arabic section need more 3 or 2 moderators
  16. هههههه أعجبتني خيبة الامل حقت الولد الصغير
  17. he is new in scripting @+Eclipse+
  18. 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 )
  19. 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
  20. debugscript 3
  21. Wrong smoothMoveCamera طريقة الاخ بسول صحيحه interpolateBetween interpolateBetween بسول قال ماتركس مو ذا
  22. 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
  23. EditOne وEditTwo اسماء الايديت بوكس؟ اي وااضحة باسمها ذذ
  24. Wrong smoothMoveCamera
×
×
  • Create New...