Jump to content

طلب كود


Recommended Posts

Posted
  
--- server side 
Marker = createMarker( x,y,z,'cylinder',size,255,255,0,0 ) 
function admin ( )  
aclGroupAddObject (aclGetGroup("Admin"), "user.**") 
  
end 
addEventHandler("onMarkerHit", Marker, admin) 

والله اعتقد اعتقد كذا :]

هذا اللي اعرفهه

ماجربتهه ولا قيد جربته انت شوف عاد

visit server x[ Q.5 ]x Drift & zombies & war

350x20.png

we have a chance for change ...

let's try something new =D

2yl0do6.png
27y64bt.png
Posted
  
--- server side 
Marker = createMarker( x,y,z,'cylinder',size,255,255,0,0 ) 
function admin ( )  
aclGroupAddObject (aclGetGroup("Admin"), "user.**") 
  
end 
end 
addEventHandler("onMarkerHit", Marker, admin) 

والله اعتقد اعتقد كذا :]

هذا اللي اعرفهه

ماجربتهه ولا قيد جربته انت شوف عاد

اظن لازم تعطي صلاحيات للمود في قروب الادمن

Posted
  
--- server side 
Marker = createMarker( x,y,z,'cylinder',size,255,255,0,0 ) 
function admin ( )  
aclGroupAddObject (aclGetGroup("Admin"), "user.**") 
  
end 
addEventHandler("onMarkerHit", Marker, admin) 

والله اعتقد اعتقد كذا :]

هذا اللي اعرفهه

ماجربتهه ولا قيد جربته انت شوف عاد

+

getPlayerAccount 
getAccountName 

  

Posted
--- server side 
Marker = createMarker( x,y,z,'cylinder',size,255,255,0,0 ) 
function admin ( ) 
local account = getAccountName(getPlayerAccount(source)) 
aclGroupAddObject (aclGetGroup("Admin"), user." .. account") 
  
end 
addEventHandler("onMarkerHit", Marker, admin) 

visit server x[ Q.5 ]x Drift & zombies & war

350x20.png

we have a chance for change ...

let's try something new =D

2yl0do6.png
27y64bt.png
Posted
--- server side 
Marker = createMarker( x,y,z,'cylinder',size,255,255,0,0 ) 
function admin (element) 
if(getElementType(element)=='player')then 
local account = getAccountName(getPlayerAccount(element)) 
aclGroupAddObject (aclGetGroup("Admin"),"user." .. account) 
  
end 
addEventHandler("onMarkerHit", Marker, admin) 
  

كود دمار يجيب حساب الماركر خخخخخخخخخخخخخخ

#~BlackBird~#

Posted
marker = createMarker(x, y, z, "cylinder", 2.5, 255, 255, 0, 0) 
  
addEventHandler("onMarkerHit", marker 
function(player) 
     if getElementType(player) == "player" then 
          local account = getPlayerAccount(player) 
          if account and not isGuestAccount(account) then 
               aclGroupAddObject(aclGetGroup("Admin"), "user."..getAccountName(account)) 
          end 
     end 
end) 

CiTLh.png
Posted

marker كودي فيه فاصله ناقصه بعد كلمة

التعديل

marker = createMarker(x, y, z, "cylinder", 2.5, 255, 255, 0, 0) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
     if getElementType(player) == "player" then 
          local account = getPlayerAccount(player) 
          if account and not isGuestAccount(account) then 
               aclGroupAddObject(aclGetGroup("Admin"), "user."..getAccountName(account)) 
          end 
     end 
end) 

CiTLh.png
Posted
اعطيته صلاحية

لاكن المشكلة تكون في

( 

القوس

ما بيتقفل

Lu3E1.png

marker كودي فيه فاصله ناقصه بعد كلمة

التعديل

marker = createMarker(x, y, z, "cylinder", 2.5, 255, 255, 0, 0) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
     if getElementType(player) == "player" then 
          local account = getPlayerAccount(player) 
          if account and not isGuestAccount(account) then 
               aclGroupAddObject(aclGetGroup("Admin"), "user."..getAccountName(account)) 
          end 
     end 
end) 

CiTLh.png
Posted

شكراً اخي تابل

بس اقدر احط اذا اخذ مشرف

يكتب بالشات :

لقد اخذ اللاعب مشرف

؟

Posted
شكراً اخي تابل

بس اقدر احط اذا اخذ مشرف

يكتب بالشات :

لقد اخذ اللاعب مشرف

؟

marker = createMarker(x, y, z, "cylinder", 2.5, 255, 255, 0, 0) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
     if getElementType(player) == "player" then 
          local account = getPlayerAccount(player) 
          if account and not isGuestAccount(account) then 
               aclGroupAddObject(aclGetGroup("Admin"), "user."..getAccountName(account)) 
               outputChatBox("مشرف "..getPlayerName(player).."  لقد اخذ اللاعب", root, 255, 255, 255, true) 
          end 
     end 
end) 

CiTLh.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...