Jump to content

Naif

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by Naif

  1. Programming 30% و م تعرف لـ القريد ليست ؟ لو ماسويتلك حساب ثاني ي حسن
  2. شوف بشرح لك الـ smoothMoveCamera آول شيء تجيب آحداثيات المآتركس يعني من وين تبدأ الكميرآ يعني آول 6 ارقمنتات احداثيات بداء الكميرأ وبعدين آحدآثيات يعني وين تبي توقف الكميرآ وبعدين آرقمنت السرعه ! ولو تبي هات سكايبك آضيفك
  3. سهل جدأ smoothMoveCamera اذا تبيني آشرحه لك لايردك الى الكيبورد
  4. هو يقول انه خلاص setTimer guiSetText
  5. آطرح ملف السيرفر و اسويه لك
  6. addEventHandler('onClientGUIClick',root, function ( ) if ( source == fk ) then setWorldSpecialPropertyEnabled ( "aircars", true ) elseif ( source == hc ) then setWorldSpecialPropertyEnabled ( "hovercars", true ) elseif ( source == ac ) then setWorldSpecialPropertyEnabled ( "extrabunny", true ) elseif ( source == ej ) then setWorldSpecialPropertyEnabled ( "extrajump", true ) end end ) جرب
  7. !! محتريه آحر من الجمر يرحم آمك تنطيل عجل ! اول مره اشوف سيرفر زي كذا
  8. روح قسم شروحات البرمجه
  9. آهو مسوي لوحة وظايف عليها اكواد لوحة الادمنية حقت الريبروت
  10. يقدر يسويها بـ التايمر لاكن تجيب لاق آتوقع طبعأ صور وتخلي كل ثانيه تتغير الصوره
  11. نآقصك onClientRender + رآح يكون فيه خطأء اتوقع لو لاعبين دخلو مع بعض . edit : انت حاط source بـ الكلنت المفروض localPlayer
  12. سكربت حلو وسهل ب التوفيق لك
  13. ^ قصده مثل الـ report
  14. Naif

    Re-captcha

    nice Console Group ACM Wizard < 3
  15. سطر 14 حط بدال thePlayer player
  16. خلاص سوي تحقق وسوي اذا مو كونسول else -- your code
  17. هاذي الي انا مجربه وظابط كلنت local key = "F5" local screenW, screenH = guiGetScreenSize() GUIEditor = { label = {} } T_WND = guiCreateWindow((screenW - 454) / 2, (screenH - 364) / 2, 454, 364, "~.* Player TAG - Panel *.~", false) guiWindowSetSizable(T_WND, false) guiSetProperty(T_WND, "CaptionColour", "FF29FF00") guiSetVisible(T_WND,false) GUIEditor.label[1] = guiCreateLabel(10, 29, 429, 17, "* Note : You can put Player serial and TAG Text for can show it in CHAT box", false, T_WND) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.label[2] = guiCreateLabel(10, 67, 98, 16, "* Player serial :-", false, T_WND) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 47, 255, 0) T_Serial = guiCreateEdit(110, 67, 329, 18, "", false, T_WND) GUIEditor.label[3] = guiCreateLabel(10, 93, 98, 16, "* Player TAG :-", false, T_WND) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 5, 0, 255) T_TAG = guiCreateEdit(110, 91, 329, 18, "", false, T_WND) T_Enable = guiCreateButton(193, 123, 163, 28, "", false, T_WND) guiSetFont(T_Enable, "default-bold-small") guiSetProperty(T_Enable, "NormalTextColour", "FFF6FF00") T_Close = guiCreateButton(356, 334, 88, 20, "Close", false, T_WND) guiSetFont(T_Close, "default-bold-small") guiSetProperty(T_Close, "NormalTextColour", "FFFF0000") GUIEditor.label[4] = guiCreateLabel(9, 334, 257, 20, "2015", false, T_WND) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 0, 234, 255) GUIEditor.label[5] = guiCreateLabel(434, 151, 15, 177, "||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||", false, T_WND) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 38, 38, 38) GUIEditor.label[6] = guiCreateLabel(10, 147, 15, 177, "||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||", false, T_WND) guiSetFont(GUIEditor.label[6], "default-bold-small") guiLabelSetColor(GUIEditor.label[6], 38, 38, 38) bindKey ( key, "down", function( ) guiSetVisible ( T_WND, not guiGetVisible ( T_WND ) ) showCursor ( guiGetVisible ( T_WND ) ) end ) addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == T_Close ) then guiSetVisible ( T_WND, false ) showCursor ( false ) elseif ( source == T_Enable ) then if ( string.len ( guiGetText ( T_Serial ) ) == 32 and string.len ( guiGetText ( T_TAG ) ) >= 3 ) then local player_ = getPlayerFromSerial ( guiGetText ( T_Serial ) ) if ( player_ ) then if ( guiGetText ( T_Enable ) == "Enable TAG for Player" ) then setElementData ( player_, "TagState", "Enable" ) setElementData ( player_, "playerTag", guiGetText ( T_TAG ) ) else setElementData ( player_, "TagState", "Disable" ) end end end end end ) addEventHandler ( "onClientGUIChanged", T_Serial, function ( ) local player_ = getPlayerFromSerial ( guiGetText ( source ) ) if ( player_ ) then if ( getElementData ( player_, "TagState" ) == "Enable" ) then guiSetText ( T_Enable, "Disable TAG for player" ) else guiSetText ( T_Enable, "Enable TAG for Player" ) end end end ) function getPlayerFromSerial ( serial ) assert ( type ( serial ) == "string" and #serial == 32, "getPlayerFromSerial - invalid serial" ) for index, player in ipairs ( getElementsByType ( "player" ) ) do if ( getPlayerSerial ( player ) == serial ) then return player end end return false end سيرفر addEventHandler ( "onPlayerChat", root, function ( text ) if ( getElementData ( source, "TagState" ) ~= "Enable" ) then return end cancelEvent ( ) outputChatBox (" ( "..getElementData ( source, "playerTag" ).." ) "..getPlayerName ( source )..": #FFFFFF"..text, root, 255, 255, 255, true ) end )
  18. تم جربت كود زاحف 100% ظابط وكل شيء
  19. local TheMarker = createMarker ( 1455.8000488281, 2773.3999023438, 11.800000190735, "arrow", 1.2, 255, 255, 0, 150 ) addEventHandler ( "onMarkerHit", resourceRoot, function ( player ) if ( getElementType ( player ) == "player" ) and ( source == TheMarker ) then if ( isPedInVehicle ( player ) ) then return end setElementDimension ( player, 20 ) setElementInterior ( player, 5, 1263.53699, -785.45905 ,1091.90625 ) outputChatBox ( "* Welcome To Home Console", player, 255, 0, 0, true ) end end ) local newmarker = createMarker ( 1260.6999511719, -785.40002441406, 1092.8270263672, "arrow", 1.2, 254, 120, 0, 150 ) setElementDimension ( newmarker, 20 ) setElementInterior ( newmarker , 5 ) addEventHandler ( "onMarkerHit", resourceRoot, function ( player ) if ( getElementType ( player ) == "player" ) and ( source == newmarker ) then if ( isPedInVehicle ( player ) ) then return end setElementPosition ( player, 1262.08911, -785.57843, 1091.90625 ) setElementInterior ( player , 0 ) setElementDimension ( player, 0 ) outputChatBox ( "*Console Is Out the House !!", player, 255, 0, 0, true ) end end )
×
×
  • Create New...