Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

Everything posted by Max+

  1. There's alot of Errors in Your Code , I dont know why you trigger for the resourceRoot ?
  2. guiSetVisible(wnd, false) false -اخفاء النافذه تبي تشوف النافذه حولها الى guiSetVisible(wnd, true) + بالنسبة للحجم ، relative: This is whether sizes and positioning are relative. If this is true, then all x,y,width,height floats must be between 0 and 1, representing sizes/positions as a fraction of the screen size. If false, then the size and co-ordinates are based on client's resolution, accessible using guiGetScreenSize.
  3. نسيت تعرف بلير داخل الفنكشن ،
  4. طيب هات لوحة التسجيل وانا اكمله لك ،
  5. غريبه ، نفس مواصفاتي لاكن انا سامسونج بس انا مزود الرام الى 6 قيقا وانت عندك 4 ، طيب جرب تسطب وندز 7 التميت 64 بت ،
  6. addEventHandler ( 'onClientGUIClick', resourceRoot, function ( ) if ( source == Skins ) then guiSetVisible ( Window, true ) showCursor(true) end end ) لاهنتو , فيه خاص تهاوشو على كيفكم ، والله اذا شفت المواضيع زي كذا هواش ماتشجع احد يساعد . . .
  7. اسف ، والله مالي خبرة بالاستضافات . .
  8. ماتشوف شر حبيبي تبوله ^ : (
  9. نقاش فيما بيننا شو دخلك بالقبهه : (
  10. والله انا الحمد لله نظري تمام واقعد اكثر منكم 17 ساعه ههههههه ،
  11. بالتوفيق ، مافضل تدبل السعر للغير مشفر ، سويه مو مشفر افضل لك ، خاصة كلنا عارفين اغلب الاكواد ،
  12. Max+

    EXP script

    I , Just hate when someone's steal My Codes , Why Don't you meak your Own ?
  13. اتوقع لان الادمنيه مايقبل الا انجليزي ، عشان كذا يسبب اخطاء ،
  14. طيب تبي تسوي مثل اللوحة ذي تبرمج عن طريق الاكواد اللي عطوك الاخوه واذا مالك خبرة في البرمجة ، تعلم ، كيف تبرمج فيه قسم شروحات دروس البرمجة ،
  15. نزل لي مواصفات جهازك كامله كل شي ،
  16. انت مشكلتك كود ولا كلعبة مايظهر ؟ اذا للعب فقط ، خش على لعبة GTA SA مو الاونلاين ورح يم الاعدادت بعدين فديو , وراح تحصل خيار اسمه HUD Mode حطه على On وبس ، وخش الاونلاين يرجع لك كل شي ،
  17. Max+

    Question

    Nope he want , like if you changed the mta controls , you will get kicked for Example , if the fire key 'fire' and player change fire key for 'Ctrl' then kick him , and reset the controls .
  18. Yeah , i dont think you need to use accountData / elementdata both Select Only One of them , And i have Edited My Post , Copy it again .
  19. That's Great , Good Work Dude , Keep it Up ,
  20. addEventHandler('onPlayerLogin',resourceRoot, function ( player ) local account = getPlayerAccount (player ) if ( account ) and ( not isGuestAccount ( account )) then local SuperNick = getAccountData ( account, 'supernick' ) if ( SuperNick ) then setPlayerName ( player, SuperNick ) outputChatBox(supercolor.."[supernick]: #FFFFFFYour "..supercolor.."supernick #FFFFFFhas been set to "..supercolor.."", player, 255, 255, 255, true ) end end end ) addEventHandler('onPlayerQuit',resourceRoot, function ( player ) local account = getPlayerAccount (player ) if ( account ) and ( not isGuestAccount ( account )) then setAccountData ( account, 'supernick' ) end end )
  21. سكربت رائع ، ويعجبني التصميم البسيط ، سكربتات جميله ماشاء الله ، موفق بالقادم حبيبي ،
  22. is function allows you to set a player's camera to follow other elements ذي لتغير كاميرا الاعب تبيه على شي معين , او تبيه على الاعب نفسه ، " بالعربي نظر الاعب وين يكون "
  23. لو تبي تستبدل شخصيات الاعب ، ---كلينت ـ addEventHandler("onClientResourceStart",resourceRoot, function() txd = engineLoadTXD("hmybe.txd") engineImportTXD(txd,45) dff = engineLoadDFF("hmybe.dff",0) engineReplaceModel(dff,45) txd1 = engineLoadTXD("wmylg.txd") engineImportTXD(txd1,18) dff1 = engineLoadDFF("wmylg.dff",0) engineReplaceModel(dff1,18) end) الرقم 45 + 18 ذي رقم الشخصيات ،
  24. why don't you use the old save data with xml , or getAccountData - setAccountData when they login and when they Quit it will be much faster to save money with account data or xml if you like .
  25. + 1 + العابي عندي 360 قيقا كلها العاب قوية ولا العبها خخخخخخخخ واجلس احمل بس "نظام تجميع
×
×
  • Create New...