Jump to content

N3xT

Retired Staff
  • Posts

    2,490
  • Joined

  • Days Won

    18

Everything posted by N3xT

  1. أطرح الكود كامل عشان أعرف المشكلة وين
  2. Client : function shootProjectile() triggerServerEvent("check", localPlayer, localPlayer) end bindKey("vehicle_fire", "down", shootProjectile) bindKey("lctrl", "down", shootProjectile) bindKey("rctrl", "down", shootProjectile) addEvent('shoot', true) addEventHandler('shoot', root, function () local vehicle = getPedOccupiedVehicle(localPlayer) local rX,rY,rZ = getElementRotation(vehicle) local x, y, z = getElementPosition(vehicle) local x = x+4*math.cos(math.rad(rZ+90)) local y = y+4*math.sin(math.rad(rZ+90)) if ( vehicle ) then createProjectile(vehicle, 19, x, y, z, 1.0, nil) end end) Server : addEvent('check', true) addEventHandler('check', root, function ( plr ) if (getPlayerAccount(plr)) and not (isGuestAccount(getPlayerAccount(plr))) then if isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(plr)), aclGetGroup ( "Console" ) ) then triggerClientEvent ("shoot", source) end end end)
  3. elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then
  4. يب يب حتى أنا جربته ممتاز جداً
  5. BLOCK = { "ورع", "ورعين" } Words = { 'وناسة', 'وناسة تايم' } addEventHandler("onPlayerChat",root, function( text, type) if ( type == 0 ) then for i, v in ipairs ( BLOCK ) do if ( string.find(text,v) ) then cancelEvent ( ) outputChatBox ( "#FF0000x[ نظام المخالفات ]x @ ".. getPlayerName ( source ) .." #FF0000, لقد اهان احد من اعضاء السيرفر ", root, 255, 0, 0, true ) outputChatBox ( "#FF0000x[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب أهانت احد من اعضاء السيرفر ", source, 255, 0, 0, true ) return end end for i, v in ipairs ( Words ) do if ( string.find(text,v) ) then cancelEvent ( ) outputChatBox("#FF0000x[ نظام المخالفات ]x @ "..getPlayerName(source).." #FF0000, لقد حاول نشر سيرفر اخر ",root,255,0,0,true) outputChatBox("#FF0000x[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب محاولة نشرك لسيرفر اخر غير سيرفر الملووك ",source,255,0,0,true) break end end end end) if getElementData(source,"tag") then return cancelEvent() end 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 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("kil")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#DCD800* [ Developer ]x#CCCCCC кιℓℓєя : #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 )
  6. طيب تأكد من الميتا
  7. كلام المشرف ماله داعي نغلق لك المواضيع خل غيرك يستفيد لو تبي تساعد حياك الله ماتبي روح شوف لك موضوع تاني تزود به مشاركاتك المهم انا استفيد ما يهمني يستفيد اخرين حب لأخيك المسلم ما تحب لنفسك مثل ما أنت تبي تستفيد ، غيرك أيضاً يبي يستفيد مثلك
  8. لازم كل مرة نقولك وش يجيك بالديبق
  9. مود متميز . . الله يوفقك بالقادم بإنتظار جديدك وحصرياتك بالتوفيق لك / أخوك نكست
  10. عدلوا أسم الموضوع خلوه لـ الأكواد التخريبية =)
  11. جربت كودي ؟ إذا جربته صور الديبق + تأكد من الميتا
  12. BLOCK = { [ "ورع" ] = true, [ "ورعان" ] = true, [ "كس امك" ] = true, [ "امك" ] = true, [ "يابن" ] = true, [ "يا ابن" ] = true, [ "كس اختك" ] = true, [ "حمار" ] = true, [ "كلب" ] = true, [ "العن" ] = true, [ "زب" ] = true, [ "طيز" ] = true, [ "fack" ] = true, [ "ass" ] = true, [ "mother" ] = true, [ "انيك" ] = true, [ "خنيث" ] = true, [ "_!_" ] = true, [ "زق" ] = true, [ "كل خرا" ] = true, [ "خرا" ] = true, [ "كل زق" ] = true, [ "ورعين" ] = true } Words = { [ "حياكم الله في سيرفر" ] = true, [ "اكتب بالبحث" ] = true, [ "بالبحث" ] = true, [ "بسيرفر" ] = true, [ "go to my" ] = true, [ "my server" ] = true, [ "سيرفر" ] = true, [ "طاره" ] = true, [ "6ArH" ] = true, [ "server" ] = true, [ "زب" ] = true, [ "طيز" ] = true, [ "fack" ] = true, [ "ass" ] = true, [ "mother" ] = true, [ "في سيرفر" ] = true, [ "طارة" ] = true, [ "الوزاره" ] = true, [ "الوزارة" ] = true, [ "وناسة تايم" ] = true, [ "وناسة" ] = true, [ "جراند العرب" ] = true, [ "جراند" ] = true } addEventHandler ( "onPlayerChat", root, function ( message, messageType ) for i, v in ipairs ( BLOCK ) do if ( messageType == 0 and string.find ( message, v ) ) then cancelEvent ( ) end end outputChatBox ( "#FF0000x[ نظام المخالفات ]x @ ".. getPlayerName ( source ) .." #FF0000, لقد اهان احد من اعضاء السيرفر ", root, 255, 0, 0, true ) outputChatBox ( "#FF0000x[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب أهانت احد من اعضاء السيرفر ", source, 255, 0, 0, true ) end ) addEventHandler ( "onPlayerChat", root, function ( message, messageType ) for i, v in ipairs ( Words ) do if ( messageType == 0 and string.find ( message, v ) ) then cancelEvent ( ) end end outputChatBox("#FF0000x[ نظام المخالفات ]x @ "..getPlayerName(source).." #FF0000, لقد حاول نشر سيرفر اخر ",root,255,0,0,true) outputChatBox("#FF0000x[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب محاولة نشرك لسيرفر اخر غير سيرفر الملووك ",source,255,0,0,true) end )
  13. إذا تبي تسوي ريكونكت لـ نفس السيرفر ، م يحتاج تحط الآي بي والبورت : redirectPlayer(thePlayer,"",0)
  14. addEventHandler ('onResourceStart',root, function () triggerClientEvent (root,'Count',root) end)
  15. مافيه روت بكلنت سايد
  16. addEvent ('aaa',true) addEventHandler ('aaa',root, function () outputChatBox ('root',root,255,0,0,true) end)
  17. BLOCK = { [ "ورع" ] = true, [ "ورعان" ] = true, [ "كلب" ] = true }
  18. 'onPlayerChat' setElementFrozen setTimer giveWeapon givePlayerMoney killPed
  19. أطرح الكود كامل
  20. مود الكل مسج طافي ، شغله
×
×
  • Create New...