Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

Everything posted by Max+

  1. giveWeapon ( plr, random[1], random[2] ) مو المفروض تحطهم 3 قيم ؟ لان عندك 3 تيبلات ؟ giveWeapon ( plr, random[1], random[2], random[3] )
  2. الحين حنا شفرنا كلنا عقب الفطور ههههههههههه خلو الرجال يجرب الكود عقب نتناقش ض1
  3. Required Arguments thePlayer: The player whose name tag text you wish to change the color of r: The amount of red you want in the mixture of RGB (0-255 is valid) g: The amount of green you want in the mixture of RGB (0-255 is valid) b: The amount of blue you want in the mixture of RGB (0-255 is valid) + تم تصحيح الكود ياليت تقرأ ارقمنت المطلوب لتغيير اللون ايش دخل الزر في اللون ض1 هو يبي يغير لون الاعب ,
  4. اي صح خخخخخخخخخخ شفرت اليوم ذذ
  5. انت معرف uplayer هو الزر يعني تغير لون الزر لول addEventHandler('onClientGUIClick', root, function() if ( source = buttonname ) then setPlayerNametagColor(localPlayer, 255, 255, 0 ) end end ) وانت مستخدم سورس في الزر وبفنكشن الالوان لوكل بلير ؟ + ناسي = المفروض كذا == وين صارت ذي + صاحب الموضوع تم تعديل الكود جرب مره ثانية
  6. ذي سهله ههههه يمديك تخليه يعطي نفسه صلاحيات تلقائيا ههههه
  7. addEventHandler('onClientGUIClick', root, function( ) if ( localPlayer == button1 ) then setPlayerNametagColor(localPlayer, 255, 255, 0 ) end end ) Edited @
  8. اقراء الافنت زين , addEventHandler('onClientGUIClick' , button , انا معرف زر الضغط , وتقدر تجرب بنفسك , بس ماينفع تستخدمها لاكثر من زر ,
  9. -- اذا تبي تختصر ؟ addEventHandler('onClientGUIClick' , button , function ( ) guiSetVisible ( window, false ) end )
  10. والله في انمي اليم ختمته روعه بجد !
  11. زي ماقلت لك , اصلا منت تروح لمحل كمبيوتر وتشرح له مشكلتك راح يشيك على المروحة على طول . .
  12. addEvent ( 'onPlayerPickUpRacePickup' , true ) addEventHandler ( 'onPlayerPickUpRacePickup' , root, function ( pickupType, vehicleModel, mapInfo ) local alivePlayers = getAlivePlayers() info = mapInfo.modename if info == "Destruction derby" then if #alivePlayers == 1 and ( pickupType == 'vehiclechange' and vehicleModel == 425 ) then --- do something end end end )
  13. This is :~, please learn more before teaching other people. just use onGamemodeMapStart, but, if you want it to output who changed the map, you must make some extra scripting. add to the function of the button you're using for map set this: check the map name variable and replace it with mapName variable in the script. triggerServerEvent("mapChangeOutput",localPlayer,mapName) and add this anywhere serverside: function outputMapChange(name) outputChatBox(getPlayerName(source).."Changed the map to: "..name..".",root,200,100,100) end addEvent("mapChangeOutput",true) addEventHandler("mapChangeOutput",root,outputMapChange) onGamemodeMapStart ؟ and if he doesn't have this event ? i suggest he call the mapManger to check if the map changed or not ,
  14. بالضبط هاذا اللي كنت اقصده ماله داعي التيبلات . . .
  15. والله مدري عن كلامك يافهد, بس كويس اذا مايقدر الا يسوي اكسكيوت للغة فقط , بس ماندري عن fileOpen كما ذكر لنا الاخ بندر ,
  16. Where, where ? I've waited for about 2 years It's was there in this section somewhere, search for it. Source http://code.google.com/p/ad-aspect/sour ... n%2Faspect
  17. البندر خطا , Event : 'onPlayerSpawn' getPedTotalAmmo + giveWeapon مافيه امر يعطيك رصاص , لازم تستعمل تيبل , وتستخدم الامر اعطاء السلاح بعد ماتعرف الامر getPedTotalAmmo ,
  18. i Created This , Dont Know if it will work or not , addEventHandler ( 'onResourceStart',root, function ( resource ) if getResourceInfo ( resource,'gamemodes' ) == 'race' and getResourceInfo ( resource,'type' ) == 'map' then if hasObjectPermissionTo(player, "function.setPlayerMuted", false) and getResourceState ( resource ) == 'starting' then triggerEvent ( 'onServerMapStart',resourceRoot ) end end end ) addEventHandler ( 'onServerMapStart',root, function ( ) outputChatBox(getPlayerName(getPlayerAccount(getAccountName( source )).. 'Started The Map ' ,255, 255, 0 )) end ) --ServerSide , and Change this 'race' to your GameMode type ,
  19. السلام عليكم , طبعا انا شفت فنكشن , callRemote ويستخدم لجلب روابط واغاني , . . الخ , واتوقع هو اللي يستخدمونه لاختراق الناس بالاونلاين , يضع رابط , والهوست ويستخدم امر اكسكيوت كوماند لتشغيل الباتشات بعد التحميل, . . callRemote ( "http://www.example.com/page.php", result, number1, number2 ) ولصد الحركة ذي , اكيد الانتي فايروس بيكشفه , ولكن , بعض الباتشات يمكن تخطي الانتي فايروس والدفاعات الاستباقية . . اذا جاك السكربت ابحث بالمفكرة عن الامر ذا وشوف وش يطلع , اذا السكربت مركب على سيرفرا ت اخرى . جمد الاقراص او , شغل برنامج قنص المسارات ويجيب لك اي شي ينزل بالجهاز , وبعدها تقدر تتصرف من حذف - تجميد - معرفة كل شي عن الباتش . وبس حبيت احذر الشباب اللي هنا , واللي عنده فكرة او اقتراح يضيفه ,
  20. Very Good , Job, i liked it , the drag n drob system , and you should make zombies alot real , and try add sounds , blood , effects to it , to make the player get inside the game
  21. طيب فالنفترض المعالج حق اللاب 5 والرامات 4 مثلا ومواصفات جيدة واللاب اللعب به ام اي فقط واحط اللاب ع خشب او حديد هل ممكن المشكلة ذي تواجهني ؟ .. ولو واجهتني وش اسبابها مدام كل الاسباب اللي ذكرتها مسويها ما اللعب اللعاب ولا احطها ع قماش والله انا العب عليه بالغرفه وهو فوق الفرشة المروحة حقتي طافية , + حرارة حيل حيل خفيفه مره , والعب عليه العاب ولا عمرها زادت جهازي Samsung i3 , Ram 6 Intel HD 4000 , HD 500
  22. well i was thinking it's like the normal triggerClientEvent , about SQL , your Right , iam Not Good enough for it ,
  23. ok about the trigger why do you need it /? you want if player not loged in show the panel ? if so use isGuestAccount or Element data , to get the element, and set it false after login ,
×
×
  • Create New...