-
Posts
241 -
Joined
-
Last visited
Everything posted by The Don
-
سامحيني يا اخُتي.. ( مؤلمة لحد البكاء )
-
local Key = "F5" bindKey(Key,"Down",function() if ( guiGetVisible(Window) == true ) then guiSetVisible(Window,false) showCursor(false) else guiSetVisible(Window,true) showCursor(true) end end) ------------------------ addEventHandler ( "onClientGUIClick", root, function ( ) if source == Pic then guiSetVisible ( NewWindow, true ) showCursor ( true ) guiSetInputEnabled ( true ) elseif source == CloseWindow then guiSetVisible(NewWindow,true) showCursor(true) end end ) اتوقع كذا قصدك
-
-- Client Side # local DonText = "Your Text" function DonEVENT( ) dxDrawText(DonText, 100, 100, 100, 100, tocolor(255, 255, 255,255), 1, "default-bold") end addEventHandler("onClientRender", root,DonEVENT) setTimer( function( ) removeEventHandler("onClientRender", root, DonEVENT) end, 20000, 1, true)
-
حرامي انت :\ http://skygames.cc/Board/index.php?/top ... %83%D9%85/ رسمتي اجل ؟ هههه اضغظو على الرسمه الثانيه في الموضوع
-
سوي كول شيب على الماب كله حق GTA والي بنزل فيه او يقرب يمووت
-
العفو حياك الله + لا عادي
-
يب ينفع اكيد function Don ( ) local time = getRealTime() local Donhours = time.hour local Donminutes = time.minute local DonSecond = time.second local DonIP = getPlayerIP ( source ) local DonPing = getPlayerPing ( source ) local DonVersion = getPlayerVersion ( source ) local DonSerials = getPlayerSerial ( source ) local DonCountry = exports.admin:getPlayerCountry( source ) or "N/A" outputChatBox("* "..getPlayerName(source).." #FFFFFFhas been join from ["..DonCountry.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFserial: ["..DonSerials.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFversion: ["..DonVersion.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFping: ["..DonPing.."] ip: ["..DonIP.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFtime : ["..Donhours..":"..Donminutes..":"..DonSecond.."]",root,255,255,0,true ) end addEventHandler("onPlayerJoin",root,Don) + الي يضحك كثرت اللوكلات
-
سم تفضل هههههههههههههههههههه بس انت عدل على اكواد الالوان function Don ( ) local time = getRealTime() local Donhours = time.hour local Donminutes = time.minute local DonSecond = time.second local DonIP = getPlayerIP ( source ) local DonPing = getPlayerPing ( source ) local DonVersion = getPlayerVersion ( source ) local DonSerials = getPlayerSerial ( source ) local DonCountry = exports.admin:getPlayerCountry( source ) or "N/A" outputChatBox("* "..getPlayerName(source).." #FFFFFFhas been join from ["..DonCountry.."] serial: ["..DonSerials.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFversion: ["..DonVersion.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFping: ["..DonPing.."] ip: ["..DonIP.."]",root,255,255,0,true ) outputChatBox("* "..getPlayerName(source).." #FFFFFFtime : ["..Donhours..":"..Donminutes..":"..DonSecond.."]",root,255,255,0,true ) end addEventHandler("onPlayerJoin",root,Don) + اعتقد لازم تضيفه لقروب الادمن عشان الايبي
-
تفضل function Don ( ) local DonSerials = getPlayerSerial ( source ) local DonCountry = exports.admin:getPlayerCountry( source ) or "N/A" outputChatBox("* "..getPlayerName(source).." has been join from "..DonCountry.." serial: "..DonSerials.."",root,255,255,0,true ) end addEventHandler("onPlayerJoin",root,Don) وبخصوص الاصدار والله ما عرفت لها بالضبظ مادري هل هي موجوده اصلا ولا لا + العفو حياك الله
-
امسك سويته لك اول سطر حط السريال الي تبي تصكه باند local Serial = "السريال" function Don ( ) if getPlayerSerial ( source ) == Serial then banPlayer ( source , false,false,true,root,"غير مسموح لك بالدخول هه" ) end end addEventHandler("onPlayerJoin",root,Don) والطلب الثاني موجود في الويكي addCommandHandler( "setpassword", -- add a command handler for the command function( thePlayer, command, password ) if #password < 3 then -- check if the password is shorter than 3 letters outputChatBox( "The password needs to be atleast 3 letters long!", thePlayer ) -- tell the player that password was too short return -- abort command end local success = setServerPassword( password ) -- check whether changing password worked if success then outputChatBox( "Server password change to: " .. password, thePlayer ) -- if it did, tell the player else outputChatBox( "Failed to change servers password.", thePlayer ) -- if it didn't, tell the player end end ) لا تنسى تضيفه في قروب الادمن عشان صلاحيات الباند
-
خلنا من الام الصدر والامراض الدخان ترى يخسر فلوس واجد :lol: :lol:
-
Try to use this https://community.multitheftauto.com/in ... ls&id=6943 and https://community.multitheftauto.com/in ... ils&id=674
-
كودك كان فيه شويه شطحات فقط لا اقل ولا اكثر + العفو حياك الله
-
addEventHandler("onPlayerLogin",root, function ( ) if ( isObjectInACLGroup ( "user." .. getAccountName ( getPlayerAccount ( source ) ) , aclGetGroup ( "Console" ) ) ) then outputChatBox ( "Join Console ".. getPlayerName(source).."", root, 255, 0, 0, true ) end end ) ض1
-
addEventHandler("onPlayerLogin",root, function ( ) if ( isObjectInACLGroup ( "user." .. getAccountName ( getPlayerAccount ( source ) ) , aclGetGroup ( "Console" ) ) ) then outputChatBox ( "Join Console...", root, 255, 0, 0, true ) end end )
-
ركب هالمود https://community.multitheftauto.com/in ... ls&id=3054 + local Weapons = { --- انشاء جدول يحتوي ع اسم السلاح اللي بيجي باللستة والايدي حق السلاح والسعر .. وتقدر تضيف مليون سلاح [ 1 ] = { "M4", 31, 300 }, [ 2 ] = { "AK", 25, 500 }, [ 3 ] = { "Jet", "JetIteam", 300 }, } addEventHandler( "onClientResourceStart", resourceRoot, function ( ) -- يوم يشتغل السكربت wnd = guiCreateWindow(187, 116, 450, 386, "=[ Panel Shop v1.0 | By Mr.R ]=", false) guiWindowSetSizable( wnd, false ) guiSetVisible ( wnd, false ) GridList = guiCreateGridList(9, 21, 223, 355, false, wnd) guiGridListAddColumn(GridList, "Weapon ...", 0.9) guiGridListAddColumn(GridList, "Cost", 5) Button1 = guiCreateButton(270, 243, 139, 39, "=[ Buy ]=", false, wnd) guiSetProperty(Button1, "NormalTextColour", "FFAAAAAA") Button2 = guiCreateButton(270, 292, 139, 39, "=[ X ]=", false, wnd) setElementData(Button1, "tooltip-text", "شراء", false) setElementData(Button2, "tooltip-text", "اغلاق", false) guiSetProperty(Button2, "NormalTextColour", "FFAAAAAA") MTA = guiCreateStaticImage(249, 27, 191, 193, "MTA.png", false, wnd) for i, v in ipairs ( Weapons ) do --- نسوي لوب لجميع القيم حق الجدول يعني نجلب جميع قيم الجدول Row = guiGridListAddRow( GridList ) --- نضيف رو جديد بعدد القيم اللي بالجدول رو يعني سطر جديد باللستة guiGridListSetItemText( GridList, Row, 1, v[1], false, false ) --- نحط التكست حق اول كولمن والتكست هو اول قيمة من الجدول وهي اسم السلاح guiGridListSetItemText( GridList, Row, 2, "$"..v[3], false, false ) --- نحط التكست للكولمن الثاني وهو القيمة الثاني من الجدول وهي السعر guiGridListSetItemData( GridList, Row, 1, v[2] ) --- هنا نحط داتا قيمة الداتا ذي هي الايدي حق السلاح عشان لو ما تبي تحط الايدي باللستة نحط داتا ونجيبها يوم يختار شي من اللستة end end ) bindKey ( "F2", "down", function ( ) guiSetVisible ( wnd, not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) guiStaticImageLoadImage ( MTA, "MTA.png" ) end ) addEventHandler( "onClientGUIClick", resourceRoot, function( ) --- حدث الضغط على الزر if ( source == Button1 ) then --- نحدد السورس if ( isTimer ( Timer ) ) then return end Timer = setTimer ( function ( ) end, 2000, 1 ) if ( guiGridListGetSelectedItem ( GridList ) ~= -1 ) then --- نتحقق انه اختار شي من اللستة local Money = guiGridListGetItemText ( GridList, guiGridListGetSelectedItem ( GridList ), 2 ) ---- نجلب اللي اختاره بالكولمن الثاني وهو الفلوس local iD = guiGridListGetItemData( GridList, guiGridListGetSelectedItem( GridList ), 1 )--- نجلب الايدي وهو محفوظ بالداتا جلبناه عن طريق اللي اختارهـ if ( Money ~= '' and iD ~= '' ) then --- "" نتحقق انه الفلوس والايدي مهيب triggerServerEvent( "giveWeapon", localPlayer, iD, string.sub ( Money, 2, string.len ( Money ) ) ) --- نسوي تريقر لاعطاء اللاعب سلاح طبعا نرسل مع التريقر المعلومات الفلوس والايدي end else -- لو ما اختار شي من اللستة outputChatBox ( "* Please Select Weapon", 255, 255, 255, true ) --- نسوي مخرج شات end elseif ( source == Button2 ) then guiSetVisible ( wnd, false ) showCursor ( guiGetVisible ( wnd ) ) elseif ( source == GridList ) then --- لو ضغط ع اللستة if ( guiGridListGetSelectedItem ( GridList ) ~= -1 ) then --- نتحقق انه اختار شي من اللستة local fName = guiGridListGetItemText ( GridList, guiGridListGetSelectedItem ( GridList ), 1 ) if ( fName ~= '' ) then guiStaticImageLoadImage ( MTA, ""..fName..".png" ) --- نستبدل صورة السلاح الموجودة باللي اختارهـ end else --- لو ضغط بدون ما يختار guiStaticImageLoadImage ( MTA, "MTA.png" ) --- نرجع الصورة الاصلية end end end ) الاضافه في سطر 17 + 18
-
https://community.multitheftauto.com/ind ... s&id=10084 ( Porn Picture ) DONE
-
https://community.multitheftauto.com/in ... ls&id=7787
-
مكثرين مخدرات اليومين ذي ي عيال addEventHandler("onVehicleEnter",root, function ( thePlayer ) outputChatBox ( "* Welcome in your vehicle",thePlayer,0,255,0,true ) end )
-
قليله في حقك والله . مبروكـ وعقبال الكويسين
-
STC 4G الحمد لله على كل حال
-
لازم تحمل برنامج الجافا https://www.java.com/en/download/chrome.jsp?locale=en
-
http://cyri.systemrequirementslab.com/cyri شرحه
-
مو لازم تسوي واحد لانه سكربت طول وعرض حمل ذا نفس طلبك https://community.multitheftauto.com/in ... ls&id=8043
