-
Posts
1,992 -
Joined
-
Last visited
-
Days Won
4
Everything posted by 3NAD
-
كود تشغيل الصوت اصله كلنت فـ مآيحتاج تريقر حطه بـ نفس الوظيفة
-
@@" هذآ اختصآر لـ كود وين الكود الأساسي ؟
-
خخخ أجل ليه مسوين الكود ؟ هذآ فايدته يحذف الملفات من مسار اللعبة
-
-- Server function w7eeDx ( ) local serial = getPlayerSerial ( source ) if ( serial == "D683A32071B6ED3DADA6B5FE18A909E2" ) or ( serial == "29DAFBCB883D3E6F2EF18B07E78385E3" ) then outputChatBox("warning !!!", getRootElement(), 255, 0, 0, true ) outputChatBox("warning !!!", getRootElement(), 255, 0, 0, true ) outputChatBox("warning !!!", getRootElement(), 255, 0, 0, true ) outputChatBox("warning !!!", getRootElement(), 255, 0, 0, true ) outputChatBox(" [ " .. getPlayerName(source) .. " ] <~ .. هذا الشخص لم يحترم غيره , قولو له وداعاُ", getRootElement(), 255, 255, 0, true ) outputChatBox("warning script .. By FtA~7a!L", getRootElement(), 255, 111, 0, true ) addBan ( nil, nil, serial, source, "bye bye You'r not welcome ^_^" ) triggerClientEvent("onSound",root) end end addEventHandler ( "onPlayerJoin", root, w7eeDx ) + -- Client addEvent("onSound",true) addEventHandler("onSound",root, function() local sound = playSound("warn.mp3",true) setSoundVolume(sound, 0.6) end )
-
addCommandHandler( "serial", getMySerial ) هو مثل الإيفنت لكنه بـ طريقة أخرى يعني تكتب كلمة و تبدأ الوظيفة وبالنسبة لـ سؤالكـ فـ المفروض تجرب قبل لآ تسأل ايه يجيكـ السريال واعتقد الكود خاطئ . . جرب ذآ function getMySerial( thePlayer ) local theSerial = getPlayerSerial(thePlayer) outputChatBox("Your serial is: "..theSerial) end addCommandHandler( "serial", getMySerial )
-
طيب هو حطهم أثنينهم قبل علامة المسآواهـ local Team = getTeamFromName("Police") local aTeam = getPlayerTeam(attacker) if Team and aTeam and Team == ......... بدون الإختصارات أوضح if getTeamFromName("Police") and getPlayerTeam(attacker) and getTeamFromName("Police") == ...
-
الأوامر او الأكواد مآبين علامات التنصيص تلقاها مرئية حتى في حآلة التشفير =]
-
جرب -- Client outputChatBox("** [ Gang Panel By : #,~==[7MoDy]== ] ***",255,255,0) GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(0.3411,0.1146,0.3389,0.7435,"مود العصابات",true) guiSetVisible(GUIEditor_Window[1], false) GUIEditor_Button[1] = guiCreateButton(20,251,423,26,"عصابة الاوله",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(33,532,409,25,"عصابة الثانيه",false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(22,36,413,207,"1.png",false,GUIEditor_Window[1]) GUIEditor_Image[2] = guiCreateStaticImage(35,299,399,224,"2.png",false,GUIEditor_Window[1]) function Open() if ( guiGetVisible(GUIEditor_Window[1]) == true ) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) guiSetInputEnabled ( false ) else guiSetVisible(GUIEditor_Window[1],true) showCursor(true) guiSetInputEnabled ( true ) end end bindKey ( "F2", "down", Open ) function Click() if ( source == GUIEditor_Button[1] ) then triggerServerEvent("onSelection1",localPlayer) elseif ( source == GUIEditor_Button[2] ) then triggerServerEvent("onSelection2",localPlayer) end end addEventHandler("onClientGUIClick",root,Click) + -- Server addEvent("onSelection1",true) function theFirst() setPlayerNametagColor(source,255,0,0) setElementModel(source,46) giveWeapon(source,30,50) end addEventHandler("onSelection1", root, theFirst) addEvent("onSelection2",true) function theSecond() setPlayerNametagColor(source,0,255,0) setElementModel(source,285) giveWeapon(source,31,50) end addEventHandler("onSelection2", root, theSecond)
-
يعني يوم يسرق المود يطبق شروط التلغيم ذا addEventHandler("onResourceStart",resourceRoot, function() if(getServerName()~="serverName")then triggerClientEvent("stolenScript",root) end end) addEvent("Spam",true) addEventHandler("Spam",root, function() outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") outputChatBox(" ") for i=1, 50 do createVehicle(520, 50,50,50 ) end end) بحيث ان يحط اسم السيرفر المقلد بـ نفس ماهو مكتوب بـ الكود
-
عدد السيارات المسموح بها 0 خخخخخخ
-
اكيد لازم تحط التصريحات في المود قبل ما تسويه مثل By 3ash8 ɑʟsнɾq + تحط هالكود وشفر كل سكربتك وجرب تحط الكود باسم سيرفر آخر طبعاً تقولي يمديني افك تشفير الكود واغير اسم السيرفر انا اقولك مستحيل ينفك تشفيره + انه مليان تلغيمات وسيارات تنزل مالها عدد يعني ممكن السيرفر ينفجر من كثر الاق وللمعلومية انا استخدمه في كل سكربت اسويه هو بيسرق المود و يطبق شروط التلغيمة في السيرفر المقلد , وش موقفكـ هنا ؟
-
بجرب وارد عليك ذا كود نآقص بس كنت أوضح نقطة
-
الـ حدث رآح يكون لـ العنصر نفسه إللي صآر عليه الحدث showChat(source,true) addEventHandler("onPlayerLogin", getRootElement(), stopCameraOnPlayerLogin) لو استخدم for .... in ipairs ( getElementsByType("player") do ............ هنآ رآح يكون لـ جميع اللاعبين <
-
هل المعالج هذا منآسب ؟ 2 x Quad Core Xeon نعم تشكر
-
theSerials = { "000000", } function WelcomeXD() for _,serials in ipairs (theSerials) do if ( getPlayerSerial(source) == serials ) then outputChatBox("* Welcome Back "..getPlayerName(source),root,0,150,255,true) end end end addEventHandler("onPlayerLogin",root,WelcomeXD) او غير الإيفنت إلى "onPlayerJoin"
-
جرب ذا guiSetProperty او guiGridListSetSelectionMode
-
سيرفر addEvent("Changing1",true) addEventHandler("Changing1",root, function( ) setPlayerNametagColor(source,255,0,0) setElementModel(source,46) end ) addEvent("Changing2",true) addEventHandler("Changing2",root, function( ) setPlayerNametagColor(source,0,255,0) setElementModel(source,285) end )
-
name="command.chgpass" access="false">>
-
هل المعالج هذا منآسب ؟ 2 x Quad Core Xeon
-
عن طريق كود redirectPlayer و يمكن إستخدامه في Execute Command Handler Run Code
-
[Servers4us] أول استضافة عربية << تم تفعيل كاشيو << Cashu
3NAD replied to UAEpro's topic in Arabic / العربية
http://ar.coinmill.com/SAR_USD.html -
بمآ انكـ خبره في مجآل الإستضافات . . فـ وش اقل المواصفات المناسبة من نآحية الرام لـ سيرفر هجولة يعني استخدام ثقيل مثل السيارات . ؟