-
Posts
2,490 -
Joined
-
Days Won
18
Everything posted by N3xT
-
وش اللي يجيك بعد Failed ولا بس ذي اللي تجيك
-
اوميقاد كيلر ههههههههههههههههههههههههههههه
-
كيف ما جاوبناك وأوسكار عطاك الفنكشنات ! . ولا قصدك تبي كود جاهز ؟
-
x[ إستفسار ]x كيف تجعل اللوحة تتدرج من الفا 0 الي الفا 100
N3xT replied to Ahmed_Negm's topic in البرمجة
سولفوا بالقسم العام > -
ممكن تقولي كيف تبي تظغط ع الزر وهو مقفل ؟ عموماً إستخدم طريقة أوسكار .
-
تحقق انه الكيلر المنت isElement (killer) نفس المشكلة ، والحين صار ما يطلع شيء بالديبق والشات كمان ما يجي فيه شيء
-
addCommandHandler getRealTime
-
الحين صار يطلع بالديبق خطأ بأرقمنت واحد بـ قيت ألمنت تايب
-
نفس المشكلة ما يطلع شيء بالشات والديبق مافيه أخطاء ملاحظة : أنا قاعد اجربه ع مابات الريس ، مثل التصادم
-
كودك ماظبط ي ديفولت ، ويقولي فيه خطأ بأرقمنت 1 فـ قيت ألمنت تايب addEventHandler("onPlayerWasted",root, function ( _ , killer ) if ( killer ~= source and getElementType ( killer ) == "player" ) then outputChatBox(getPlayerName(killer).." Has Killed "..getPlayerName(source),root,255,0,0,true) end end )
-
سويت مود الي تكتب باف ثمانه كلمه تصفر سكورك بس فيه غلط!
N3xT replied to iQsaMi~Mg.HaMoTa_oK!'s topic in البرمجة
جرب كذا function resetPlayerScore () setElementData(source,"score",0) setElementData(source,"kills",0) setElementData(source,"deaths",0) setElementData(source,"dmg",0) setElementData(source,"Damage",0) setElementData(source,"level",0) setElementData(source,"exp",0) outputChatBox("#6C7B8B* [server]#3399FF "..getPlayerName(source) .." #FF9933has resetted his *#808080score#FF9933*.", getRootElement(), 255, 255, 255, true ) end addCommandHandler("rs", resetPlayerScore) -
أدري ، لكنها نفس المشكلة ما يجيب أسم القاتل
-
سويت مود الي تكتب باف ثمانه كلمه تصفر سكورك بس فيه غلط!
N3xT replied to iQsaMi~Mg.HaMoTa_oK!'s topic in البرمجة
أنت تبيها يصفر لكل اللاعبين ولا بس للي كتب الأمر ؟ -
. السلام عليكم ورحمة الله وبركاته حبيت أستفسركم عن خطأ جاب لي المرض , وهو إنه ماهو راضي يجيب القاتل إذا مات اللاعب ، وذي محاولتي addEventHandler ( "onPlayerWasted", root, function (_,killer) if ( killer ) then outputChatBox(getPlayerName ( killer ).." killed "..getPlayerName ( source ),root,255,0,0,true) end end)
-
مشكور ، يغلق للإفادة
-
جرب كذا addEvent("onPlayeropenChat",true) addEventHandler("onPlayeropenChat",root,function () removeElementData(resourceRoot,"chat") end) addEvent("onPlayerCloseChat",true) addEventHandler("onPlayerCloseChat",root,function () setElementData (resourceRoot, "chat",true) end) ------ addEventHandler("onPlayerChat",root, function( text, type) if type == 1 or type == 2 then return end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) return outputChatBox("#FF0000* [ Console ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) else end if getElementData ( resourceRoot, "chat" ) == true then cancelEvent() return outputChatBox ("[C.Console]: Chat has been locked by Console ",source,255,0,0,true) end if getElementData(source,"Data_Tag") == true or getElementData(source,"tag") == true then cancelEvent() return end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 1")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#0099DC* [ Lv.1 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#2554C7* [ Lv.2 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 3")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#00cc11* [ Lv.3 ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 4")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007700* [ Lv.4 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 5")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#cc0000* [ Lv.5 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 6")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#FF0000* [ Lv.6 ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Head.Admin")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#C11B17* [ Head.Admin ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("V.I.P")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#DCD800* [ VIP ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("SaedAmer")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#cd0000* [ VIP ]#ffff00 سعيد : #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("mosp")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#02AB2F* [ AL-MLOok Event's] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Manager")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#347235* [ T-Developer ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin - Ex")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#777777* [ Admin - EX ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Police")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007F7F* [ Soldier ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Everyone")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#5494A7* [ AL-MLOoK ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) end end )
-
ما عندنا أكواد جاهزة ، بعدين انت بالموضوع كاتب دي اكس ^ شكراً للتنبيه أوسكار
-
أنا اقول , لو تبدأ بمودات سهلة وتتعلم عليها أفضل لك لأنك م راح تعرف تسوي المود ذا