-
Posts
2,935 -
Joined
-
Last visited
-
Days Won
44
Everything posted by ^iiEcoo'x_)
-
كفوك + غير صورتك فضلا وليس امرا
-
لا تعليق
-
اذا ما تعرف للدي اكس , تقدر تسوي صورة , وتقلل من الاخفاء , وتبين زي دي اكس , والازار بنفس الصورة !
-
addEventHandler ( 'onClientMouseEnter' , root , function ( ) if ( source == button ) then end end ( كمل الباقي
-
x[ استفسار ]x ما نوع الأستضافة التي يجب شراؤها
^iiEcoo'x_) replied to Ahmed_Negm's topic in الاستضافات
اشتري من هذي احسن وافضل -
'onClientMouseEnter' guiSetProperty
-
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
-
سوي جدول بهذا الاسم aPlayer سوي جدول بهذا الاسم aPlayers
-
اعطيني السطر اللي بيه الخطأ
-
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 جربه
-
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)
-
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 ) تفضل جربه
-
ادري بس سمآجة
-
ليش تسأل عن جدي ؟
-
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)
-
ما تقدر , لازم تعدل من لوحة الادمن
-
وضح اكثر
-
595 - 486 = 101 سهلة @coNolel ذذ
-
تفضل مكتبة الدي اكس الفنكشنات getAccount addAccount login
-
No , The idea is to put data on the row using a key He brings him on the key
