Jump to content

G.KinG

Members
  • Posts

    297
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

G.KinG's Achievements

Pee-Wee

Pee-Wee (21/54)

0

Reputation

  1. لو تدور في النت بتحصل لكن انا دورت لك وحصلته ضض2 http://www.6arh.net/vb/showthread.php?2 ... 9%86%D8%AF
  2. dxDrawText( "[ Admin ] : ".. message , 1, 180, 286, 539, tocolor(255, 255, 0, 0), 1, )
  3. ضيف المود لـ قروب الادمنيه وتاكد ان قروب الادمنيه خاصيه addAccount على true واذا ما فهمت قصدي تروح الـ acl وتدور على قروب الادمنيه وتلصق ذا السطرين "Admin"> "function.addAccount" access="true"> "command.addaccount" access="true">
  4. ما يحتاج , فيه اكثر من طريقه فيه بالاكوانت داتا وفيه بالـ SQL لكن الاسهل الاكوانت داتا
  5. G.KinG

    Help!!!

    I think he mean this https://community.multitheftauto.com/in ... ls&id=2136
  6. G.KinG

    سؤال

    افتح ملف الكلنت وحول guiCreateWindow الى guiCreateStaticImage + لا تنسى صيغه الصورهـ
  7. Try this local YourSerial = "6CB120CA2C6ADA029E97FC67787B3F44" function chatbox( text, type) ------------------------------------------------------------ -- Big.Admin إذا كان الحساب في قروب if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Big.Admin")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) if ( getPlayerSerial (source) == YourSerial ) then outputChatBox("#FF0000* [ aLMzH ] #999999فـروتـي :#ffFFff " .. text, getRootElement(), 255, 255, 255, true) else outputChatBox("#C11B17* [ Server Owner ] #999999 : #ffFFff"..text , getRootElement(), 255, 255, 255, true ) outputServerLog("CHAT: [bigAdmin] " .. getPlayerName ( source ) .. ": " .. text) end --------------------------------------------------------------------------- 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 ) outputServerLog("CHAT: [bigAdmin] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Admin2 إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#dd0000* [ Scripter ] " .. getPlayerName ( source ) ..":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [script] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Photo إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Photo")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#A23bbb* [ Photoshoper ] " .. getPlayerName ( source ) ..":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [script] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Admin إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin1")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#ff0000* [ Admin ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [Admin] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- SM إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("SuperModerator")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#00cc11* [ SuperMod 1 ] " .. getPlayerName ( source ) ..":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [sM] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Moderator إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Moderator")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#0099DC* [ Moderator 1 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [M] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- V.I.P إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("V.I.P")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#999999* [ V I P ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [VIP] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Vote إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Vote")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox("#7F5A58* [ Voted To Mod ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [VOTE] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- KingDrift إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("KingDrift")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#FDD017* [ King Of Drift ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [KING] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Moderator2 إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Moderator2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#2554C7* [ Moderator 2 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [Admins] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- SuperModerator2 إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("SuperModerator2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#259117* [ SuperMod 2 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [Admins] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- time إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("time")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#FFA500* [ King Of Time ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [No] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- NoAdmin إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("NoAdmin")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#999999* [ Admin - ex ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [No] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- workshop إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("WorkShop")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#A23BEC* [ WorkShop ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [work] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Police إذا كان الحساب في قروب elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Police")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox("#0099cc* [ Police ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [police] " .. getPlayerName ( source ) .. ": " .. text) ------------------------------------------------------------ -- Everyone اذا كان الحساب في قروب -- الزوار elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Everyone")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) -- المخرج النص outputChatBox(" " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [Player] " .. getPlayerName ( source ) .. ": " .. text) -- لـ جعل نكات الزوار بـ ألوان elseif type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) -- مخرج النص outputChatBox ( " " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog( "CHAT: " .. getPlayerName ( source ) .. ": " .. text ) ------------------------------------------------------------ -- نهاية أكواد مخارج النص end ------------------------------------------------------------ -- نهاية الوظيفة end -- متى تحدث وظيفة الشات addEventHandler("onPlayerChat", getRootElement(), chatbox) -- onPlayerChat = عند تحدث اللاعب في الشات
  8. viewtopic.php?f=119&t=77298 ? ليه ما تخلي اخوياك الي برمجو المودات والخرافات ذيك " الي تقولو حقكم ومسوينها " يساعدوك ؟
  9. بندر معك 105 الف ؟ خخخخخخخخخخخخخخخخ
  10. اول شي يعطيك العافيةة , + ثانيا جاري الدعم هههههههههههههههههههه # Edit تم الدعم بـ نجاح , وان شاء الله نشوف شروحات زي كذا مختصره لكن عندي استفسار .. وش معنى getRootElement()
  11. استمر , شرحك رائع ومفهوم ومبسط يعطيك العافيةة
×
×
  • Create New...