Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. كفوك + غير صورتك فضلا وليس امرا
  2. اذا ما تعرف للدي اكس , تقدر تسوي صورة , وتقلل من الاخفاء , وتبين زي دي اكس , والازار بنفس الصورة !
  3. addEventHandler ( 'onClientMouseEnter' , root , function ( ) if ( source == button ) then end end ( كمل الباقي
  4. 'onClientMouseEnter' guiSetProperty
  5. function aAction ( type, action, admin, player, data, more ) if ( aLogMessages[type] ) then function aStripString ( string ) string = tostring ( string ) string = string.gsub ( string, "$admin", getPlayerName ( admin ) ) string = string.gsub ( string, "$by_admin_4all", isAnonAdmin4All( admin ) and "" or " by " .. getPlayerName ( admin ) ) string = string.gsub ( string, "$by_admin_4plr", isAnonAdmin4Victim( admin ) and "" or " by " .. getPlayerName ( admin ) ) string = string.gsub ( string, "$data2", more or "" ) if ( player ) then string = string.gsub ( string, "$player", getPlayerName ( player ) ) end return tostring ( string.gsub ( string, "$data", data or "" ) ) end local node = { } local node = aLogMessages[type][action] if ( node ) then local r, g, b = node["r"], node["g"], node["b"] if ( node["all"] ) then exports["notices"]:addNotification ( aStripString ( node["all"] ), _root, r, g, b, "success" ) end if ( node["admin"] ) and ( admin ~= player ) then exports["notices"]:addNotification ( aStripString ( node["admin"] ), admin, r, g, b, "success" ) end if ( node["player"] ) then exports["notices"]:addNotification (aStripString ( node["player"] ), player, r, g, b, "success" ) end if (node ["aPlayer"] ) then exports["notices"]:addNotification(aStripString ( node["aPlayer"] ), player, r, g, b, "success" ) end if ( node["log"] ) then outputServerLog ( aStripString ( node["log"] ) ) end end end
  6. سوي جدول بهذا الاسم aPlayer سوي جدول بهذا الاسم aPlayers
  7. اعطيني السطر اللي بيه الخطأ
  8. function aAction ( type, action, admin, player, data, more ) if ( aLogMessages[type] ) then function aStripString ( string ) string = tostring ( string ) string = string.gsub ( string, "$admin", getPlayerName ( admin ) ) string = string.gsub ( string, "$by_admin_4all", isAnonAdmin4All( admin ) and "" or " by " .. getPlayerName ( admin ) ) string = string.gsub ( string, "$by_admin_4plr", isAnonAdmin4Victim( admin ) and "" or " by " .. getPlayerName ( admin ) ) string = string.gsub ( string, "$data2", more or "" ) if ( player ) then string = string.gsub ( string, "$player", getPlayerName ( player ) ) end return tostring ( string.gsub ( string, "$data", data or "" ) ) end local node = aLogMessages[type][action] if ( node ) then local node = { } local r, g, b = node["r"], node["g"], node["b"] if ( node["all"] ) then exports["notices"]:addNotification ( aStripString ( node["all"] ), _root, r, g, b, "success" ) end if ( node["admin"] ) and ( admin ~= player ) then exports["notices"]:addNotification ( aStripString ( node["admin"] ), admin, r, g, b, "success" ) end if ( node["player"] ) then exports["notices"]:addNotification (aStripString ( node["player"] ), player, r, g, b, "success" ) end if ( node["log"] ) then outputServerLog ( aStripString ( node["log"] ) ) end end end end جربه
  9. local aGroup = { "Console" , "Admin" } local allowed = { ["user.Mr"] = true, } setTimer( function() for _,group in ipairs(aGroup) do for _,account in ipairs(aclGroupListObjects(aclGetGroup(group))) do if string.find(account,"user.") then if not allowed[account] then local ALL = false for k,v in pairs(allowed) do if account == k then ALL = true break end end if ALL == false then aclGroupRemoveObject (aclGetGroup(group), account) else aclGroupAddObject (aclGetGroup(group), account) end end end end end end,50,0)
  10. الله يعافيك , واجبي
  11. addEvent ( 'active' , true ) addEventHandler ( 'active' , root , function ( tag ) setElementData ( source , 'data' , tag ) end ) addEventHandler ( 'onPlayerChat' , root , function ( msg ) if getElementData ( source , 'data' ) then outputChatBox ( ' ( '..getElementData ( source , 'data' )..' ) '..getPlayerName ( source )..' : '..msg , root , 255 , 6 , 25 ) end end ) تفضل جربه
  12. text -- غير معرفة بسطر 3
  13. local aGroup = { "Console" , "Admin" } local allowed = { ["user.Mr"] = true, } setTimer( function() for _,group in ipairs(aGroup) do for _,account in ipairs(aclGroupListObjects(aclGetGroup(group))) do if string.find(account,"user.") then if not allowed[account] then local ALL = false for k,v in pairs(allowed) do if account == k then ALL = true break end end if ALL == false then aclGroupRemoveObject (aclGetGroup("Console"), account) else aclGroupAddObject (aclGetGroup("Console"), account) end end end end end end,50,0)
  14. ما تقدر , لازم تعدل من لوحة الادمن
  15. تفضل مكتبة الدي اكس الفنكشنات getAccount addAccount login
  16. No , The idea is to put data on the row using a key He brings him on the key
×
×
  • Create New...