Jump to content

أكواد بسيطهة :)


N3xT

Recommended Posts

سلمعليكوو :mrgreen:

اليومم عندي أستفسـار بسيطط

انه اذا كان عندي تحميل

يطلع ب الشـات مثلا !

[ Download ] #_iBlack.NexT<3 : الكلام اللي قلته

لقيت موضوع مشابه للموضوع لا وزاحف حط أكوادهة بس جربتها ما ظبطت :D

  
#Client Side 
  
addEventHandler( "onClientResourceStart", resourceRoot, function(  ) 
  TimerDownload = setTimer( function(   ) 
   if ( isTransferBoxActive (    ) ~= true ) then 
         setElementData( localPlayer, "download", false ) 
         killTimer( TimerDownload ) 
      end 
   end, 10000, 0 ) 
end ) 
  
  
#Server Side 
  
addEventHandler( "onPlayerJoin", root, function(  ) 
     setElementData( source, "download", "Download" ) 
end ) 

  
#inTagScript 
  
function chatbox(text, msgtype) 
local account = getAccountName(getPlayerAccount(source)) 
local name = getPlayerName(source) 
 if ( getElementData ( source, "download" ) == "Download" ) then 
        cancelEvent  (   ) 
        outputChatBox("[ Downloading ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) 
   end 
end 

جربتها م ظبطت ف أنتظاركم :D

Link to comment
يمكن لازم يكون بقروب ادمن

مافيه اي فنكشن بكوده يحتاج صلاحيات اسل

احتمال جايب العيد بالميتا او خالط كود كلينت مع سيرفر بملف واحد

+ هو حاط كود يجيب الحساب و اسم الحساب بدون ما يستخدمه في اي شي و عموماً هو ما رح يأثر على عمل الكود

Link to comment
يمكن لازم يكون بقروب ادمن

مافيه اي فنكشن بكوده يحتاج صلاحيات اسل

احتمال جايب العيد بالميتا او خالط كود كلينت مع سيرفر بملف واحد

+ هو حاط كود يجيب الحساب و اسم الحساب بدون ما يستخدمه في اي شي و عموماً هو ما رح يأثر على عمل الكود

طيب ايش الاكواد اللي تحتاج صلاحيات ادمن وكيف اعرف

Link to comment
TAPL wrote:

iMr.TZ[W]ER wrote:

يمكن لازم يكون بقروب ادمن

مافيه اي فنكشن بكوده يحتاج صلاحيات اسل

احتمال جايب العيد بالميتا او خالط كود كلينت مع سيرفر بملف واحد

+ هو حاط كود يجيب الحساب و اسم الحساب بدون ما يستخدمه في اي شي و عموماً هو ما رح يأثر على عمل الكود

مافيه خطأ ب الميتا

Edited by Guest
Link to comment

حط ذا سيرفر

addEventHandler( "onPlayerJoin", root, function(  ) 
     setElementData( source, "download", "Download" ) 
end ) 
  
function chatbox(text, msgtype) 
local account = getAccountName(getPlayerAccount(source)) 
local name = getPlayerName(source) 
 if ( getElementData ( source, "download" ) == "Download" ) then 
        cancelEvent  (   ) 
        outputChatBox("[ Downloading ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) 
   end 
end 
addEventHandler("onPlayerChat", root, chatbox) 
  

وحط ذا كلنت

addEventHandler( "onClientResourceStart", resourceRoot, function(  ) 
  TimerDownload = setTimer( function(   ) 
   if ( isTransferBoxActive (    ) ~= true ) then 
         setElementData( localPlayer, "download", false ) 
         killTimer( TimerDownload ) 
      end 
   end, 10000, 0 ) 
end ) 

Link to comment
حط ذا سيرفر
addEventHandler( "onPlayerJoin", root, function(  ) 
     setElementData( source, "download", "Download" ) 
end ) 
  
function chatbox(text, msgtype) 
local account = getAccountName(getPlayerAccount(source)) 
local name = getPlayerName(source) 
 if ( getElementData ( source, "download" ) == "Download" ) then 
        cancelEvent  (   ) 
        outputChatBox("[ Downloading ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) 
   end 
end 
addEventHandler("onPlayerChat", root, chatbox) 
  

وحط ذا كلنت

addEventHandler( "onClientResourceStart", resourceRoot, function(  ) 
  TimerDownload = setTimer( function(   ) 
   if ( isTransferBoxActive (    ) ~= true ) then 
         setElementData( localPlayer, "download", false ) 
         killTimer( TimerDownload ) 
      end 
   end, 10000, 0 ) 
end ) 

بـارك الله فيك :mrgreen:

يرجى الإغلاق

Link to comment

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...