Jump to content

CRoW,,#

Members
  • Posts

    646
  • Joined

  • Last visited

Everything posted by CRoW,,#

  1. ( ..تم الافادة شكرا لك يالغالي
  2. طيب لو استعمل امر setpassword من اف 8 او الادمنية يجيه باند ؟ اتوقع قليل الي يكتبونها من الكونسل
  3. لا لا يخوي هو مضبوط بس اقصد ملف البلي نفسه صح يوم يموت يرجعهه للبداية ابيه ما يرجع
  4. طيب انا عندي فكرة لاني مسوي قيم مود لازم اطفي البلي عشان لمن يموت يرجع لنفس مكان التيم حقهه طيب لو حذفت من ملف البلي addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) يضبط بحيث انه ما يرجع للبداية
  5. طيب مافيه احداثيات بداية ؟
  6. السلام عليكم انا عندي مشكلة اذا طفيت مود البلي تجي شاشة سودة للـــ عنده تحميل ابيها توخر ذي الشاشة #
  7. if ( getPlayerSerial(source) == "***************************************") then banPlayer(source, false, false, true, root, "xDDDDDD") اذا بغيتهه باند كذا يصير ولا كيف
  8. يعني احطها resourceRoot resourceRoot = فقط للايفنت "onResourceStart" "onClientResourceStart" ^ اها شكرا ع المعلومه
  9. من هنا اعدل ولا من وين elseif ( action == "setwelcome" ) then if ( ( not data ) or ( data == "" ) ) then action = "resetwelcome" aRemoveSetting ( "welcome" ) else aSetSetting ( "welcome", tostring ( data ) ) mdata = data end elseif ( action == "settime" ) then if ( not setTime ( tonumber ( data ), tonumber ( data2 ) ) ) then action = nil outputChatBox ( "Error setting time.", source, 255, 0, 0 ) end mdata = data..":"..data2 elseif ( action == "shutdown" ) then setTimer(shutdown, 2000, 1, data) elseif ( action == "setpassword" ) then if ( not data or data == "" ) then setServerPassword ( nil ) action = "resetpassword" elseif ( string.len ( data ) > 32 ) then outputChatBox ( "Set password: 32 characters max", source, 255, 0, 0 ) elseif ( not setServerPassword ( data ) ) then action = nil outputChatBox ( "Error setting password", source, 255, 0, 0 ) end triggerEvent ( "aSync", source, "server" ) elseif ( action == "setweather" ) then if ( not setWeather ( tonumber ( data ) ) ) then
  10. السلام عليكم حبيت اعرف وش استخدم اذا بغيت محد يقفل السيرفر الا انا والي يقفله غيري يجيه كيك والسيرفر ما يتقفل
  11. CRoW,,#

    accName

    اذا واحد شغل مود وهو في قروب الكونسل يطلع بالشات تم تشغيل المود من الخ
  12. خلصت من زمان بس مالي خلق اغير التوقيع هههههههه
  13. يعطيك الف عافية يالغالي ما تقصر ابد بسس عندي سوال ذي من وين جت guiLabelSetColor(v,255,255,255)
  14. اممم يتوقف الفلاش حق الازار لكن الالوان تبقا موجود +تلوين الليبل ما اتشغل
  15. اسفين ع الازعاج ي طويل العمر لكن ابيهه اذا ضغط مرة يلغي العملية سويتهه بنفس الطريقة ذيك لكنه ما ضبط طال عمرك addEventHandler("onClientGUIClick",GUIEditor.button[5], function ( ) Color ( ) end,false ) function Color ( ) if isTimer ( Timer ) then killTimer ( Timer ) Clickedbutton = not Clickedbutton theTimer = nil end if not Clickedbutton then Timer = setTimer( function( ) for _, random in ipairs(getElementsByType('gui-button',root)) do guiSetProperty(random, 'NormalTextColour', string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) end end,250,0 Clickedbutton = not Clickedbutton ) end addEventHandler("onClientGUIClick",GUIEditor.button[9], function ( ) M ( ) end,false ) function M ( ) if isTimer ( TM ) then killTimer ( TM ) Clickedbutton = not Clickedbutton TM = nil end if not Clickedbutton then TM = setTimer( function( ) for _,k in ipairs ( getElementsByType("gui-label",root)) do guiLabelSetColor ( k, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end end,250,0 Clickedbutton = not Clickedbutton ) end
  16. طيب اذا ابيه ليبلات يالغالي يصير كذا addEventHandler("onClientGUIClick",GUIEditor.button[5], function ( ) M ( ) end,false ) function M ( ) if isTimer ( TM ) then killTimer ( TM ) theTimer = nil end TM = setTimer( function( ) for _,k in ipairs ( getElementsByType("gui-label",root)) do guiLabelSetColor ( k, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end end,250,1) ) end ؟
  17. ضبط خلاص مشكور كانت مشكلة بالنافذة
×
×
  • Create New...