-
Posts
91 -
Joined
-
Last visited
Everything posted by twitter
-
السلام عليكم ورحمة الله وبركاته باختصار في مود عاجل حبيت اعدل عليه المشكلة الوحيدة ضفت عليه playSoundFrontEnd ( 49 ) وصار يكرر الاكواد ----- -------طبعآ هذا كلنت لأن سيرفر م عدلت فيه شيء local x,y = guiGetScreenSize(); addEvent ( "3MEED", true ) addEventHandler ( "3MEED", getRootElement(),function(message) txt = message; end) addEventHandler("onClientRender", getRootElement( ),function( ) if ( txt ) then playSoundFrontEnd ( 49 ) dxDrawText ( "#ffFFFF[ #FF0000Admin#FFFFFF ] :", x*(13.0/800), y*(167.0/600), x*(55.0/800), y*(182.0/600), tocolor ( 255, 255, 0, 255 ), 1.0, "default-bold", "left", "top", false, false, false ,true) dxDrawText (txt, x*(60.0/800), y*(168.0/600), x*(799.0/800), y*(224.0/600), tocolor ( 255, 255, 255, 255 ), 1.0, "default-bold", "left", "top", false, false, false ,true) end if ( getElementData(resourceRoot,"PlrAdmin") ) then dxDrawText("#ffffff "..getElementData(resourceRoot,"PlrAdmin"),x*(13.0/800),y*(184.0/600),x*(799.0/800),y*(224.0/600),tocolor(255,255,255,255),0.99,"default-bold","left","top",false,false,false,true) end end) bindKey ( "i", "down", "chatbox", "Admin" ) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) triggerServerEvent ( "SetMessage", localPlayer ) end ) يليت تساعدوني بأسرع وقت فمان الله
-
موود مررره رااائع استمر بطرح الشروحات ولله افدتني مرره تحياتي
- 11 replies
-
مع أن المود معروف وموجود لكن أقدر اقلك ان حقك رائععء ومن شكله واضح انك انت مسويه استمر ( سوي مود وبشجعك ) ولا يوقفك شيء تحياتي
-
الزوبد لا يجي يقول من صنعي دام ان المود معروف والي قال ان هذي مرحة كلنا مرينا فيها هو يقول انه صار مبرمج ( اذا م قلنا محترف قلنا متوسط ) ف يورينا وش يقدر عليه
- 18 replies
-
- الشات الخاص
- تفضلو
-
(and 1 more)
Tagged with:
-
طيب اطرح اكوادك علشن نقدر نساعدك وترا لا تخاف محد بيسرق شيء
-
هههههههههههههههههههههه انا م ازعلك ولا اعصبك لكن هذا يسموه انتقاد بناء , ان عجبك شكراً وان م عجبك براحتك ويليت تتكلم باحترام انا م صنعته لكن يعترف انه عدله ترضى انت تسوي مود وتنشره واروح أقول ذا حقي ؟
- 18 replies
-
- الشات الخاص
- تفضلو
-
(and 1 more)
Tagged with:
-
يخي أعترف ولو لمرة ترا هذا المود منشور بس الي عدلته اللوحة حقت الشات وهذي تعديلها من الكلنت واي واحد يقدر يسويها
- 18 replies
-
- الشات الخاص
- تفضلو
-
(and 1 more)
Tagged with:
-
طيب انا ابغى اسويها زي عناد صاحب طارهـ الميوت له سبب والكيك والباند
-
السلام عليكم ورحمة الله و بركاته كيف حالكم انشاء الله بخير طبعآ انا حملت المود حق نصور الي يوم انصك يطلع تحت الصك reason : السبب واسم الحساب وكذا المهم هو في الباند بس جيت اعدل المود وهذا بعد التعديل --- قبل التعديل function outputBan(ban) local reason = getBanReason(ban) if (reason) then outputChatBox("Reason : "..reason.."",getRootElement(),255,0,0) end end addEventHandler("onBan",getRootElement(),outputBan) --بعد التعديل function outputBan(ban) local reason = getBanReason(ban) if (reason) then outputChatBox("Reason : "..reason.."",getRootElement(),255,0,0) end end addEventHandler("onBan",getRootElement(),outputBan) function outputMute(mute) local reason = getMuteReason(mute) if (reason) then outputChatBox("Reason : "..reason.."",getRootElement(),255,0,0) end end addEventHandler("onMute",getRootElement(),outputMute) function outputKick(kick) local reason = getKcikReason(kick) if (reason) then outputChatBox("Reason : "..reason.."",getRootElement(),255,0,0) end end addEventHandler("onKick",getRootElement(),outputKick) المهم انه م زبط ف ابغى مساعده وابغى اخله عالكيك , ميوت , باند فمان الله
-
خلاص حصلت الحل شكراً للي حاول يساعدني
-
لا موب ذا ولا يشببهه اقصد انا سويت لوحه وابغى كود اذا ضغطت "تشغيل الجرافيكس" يشغل الملفات الي انا محددها واذا ضغطت "إطفاء الجرافيكس" يطفهم بانتظار الرد
-
السلام عليكم ورحمة الله وبركاته طبعآ انا سويت لوحة تشغيل جرافيكس واطفاءه وبرمجت اللغات والاغلاق والزر وكلش لكن أساس المود هو تشغيل الجرافيكس واطفاءه ابغى الاكواد يعني اذا ضغطت تشغيل جرافيكس يشغل كل الي حطيته
-
function chatbox( text, type) local acc = getPlayerAccount(source) if isGuestAccount ( acc ) then return end local customTag = getAccountData ( acc, "customTag" ) if customTag then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(customTag.." " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: "..customTag.." " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Console")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#ff0000* [ Console ] " .. getPlayerName ( source ) .. ":#FFcc00 " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Console ] " .. getPlayerName ( source ) .. ": " .. text)
-
طيب انا ابغى الاكواد ض1 ملاحظة المودات حقت مستر جراند والكود حق تاجات ارتب function chatbox( text, type) local acc = getPlayerAccount(source) if isGuestAccount ( acc ) then return end local customTag = getAccountData ( acc, "customTag" ) if customTag then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(customTag.." " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: "..customTag.." " .. getPlayerName ( source ) .. ": " .. text) elseif isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Console")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#ff0000* [ Console ] " .. getPlayerName ( source ) .. ":#FFcc00 " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Console ] " .. getPlayerName ( source ) .. ": " .. text)
-
[%34 OFF]ABCompiler 2.2 خصم 34% - أداة تشفير السيارات
twitter replied to ALw7sH's topic in Arabic / العربية
لا اقصد يخفف حجم الملفات txd dff col لأن بعضها يجي حجمه عالي وهذي مرره تنفع لسيرفرات الهجولة الي عندهم مواتر كثيرة -
[%34 OFF]ABCompiler 2.2 خصم 34% - أداة تشفير السيارات
twitter replied to ALw7sH's topic in Arabic / العربية
برنامج راائع جداً واقترح لو أنك تضيف برنامج او تحديث يخفف حجم الاوبجكت -
السلام عليكم الي قصده اخونا ان يبغى خيار زي مثلا ( color chat ) وظيفها هذا الخيار ان يطلع له لوحة يختار لون وهذا اللون يوم يتكلم الشخص يطلع اللون حق الكلام نفس م حطه ذا يعني بمثال ابسط تظغط color chat وتختار لون احمر وبعدين اكتب هلا يطلع لونه احمر
- 20 replies
-
- ابي طلب
- ابي مساعده
-
(and 1 more)
Tagged with:
