N3xT Posted March 26, 2015 Share Posted March 26, 2015 سلمعليكوو اليومم عندي أستفسـار بسيطط انه اذا كان عندي تحميل يطلع ب الشـات مثلا ! [ Download ] #_iBlack.NexT<3 : الكلام اللي قلته لقيت موضوع مشابه للموضوع لا وزاحف حط أكوادهة بس جربتها ما ظبطت #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 جربتها م ظبطت ف أنتظاركم Link to comment
N3xT Posted March 26, 2015 Author Share Posted March 26, 2015 onPlayerChat مو حاط الأفنت addEventHandler("onPlayerChat", root, chatbox) الأفنت موجود بس نسيت أنسخه Link to comment
iMr.TZ[W]ER Posted March 26, 2015 Share Posted March 26, 2015 يمكن لازم يكون بقروب ادمن Link to comment
TAPL Posted March 26, 2015 Share Posted March 26, 2015 يمكن لازم يكون بقروب ادمن مافيه اي فنكشن بكوده يحتاج صلاحيات اسل احتمال جايب العيد بالميتا او خالط كود كلينت مع سيرفر بملف واحد + هو حاط كود يجيب الحساب و اسم الحساب بدون ما يستخدمه في اي شي و عموماً هو ما رح يأثر على عمل الكود Link to comment
iMr.TZ[W]ER Posted March 26, 2015 Share Posted March 26, 2015 يمكن لازم يكون بقروب ادمن مافيه اي فنكشن بكوده يحتاج صلاحيات اسل احتمال جايب العيد بالميتا او خالط كود كلينت مع سيرفر بملف واحد + هو حاط كود يجيب الحساب و اسم الحساب بدون ما يستخدمه في اي شي و عموماً هو ما رح يأثر على عمل الكود طيب ايش الاكواد اللي تحتاج صلاحيات ادمن وكيف اعرف Link to comment
N3xT Posted March 26, 2015 Author Share Posted March 26, 2015 /debugscript 3 م يجيب لي خطا Link to comment
N3xT Posted March 26, 2015 Author Share Posted March 26, 2015 (edited) TAPL wrote:iMr.TZ[W]ER wrote: يمكن لازم يكون بقروب ادمن مافيه اي فنكشن بكوده يحتاج صلاحيات اسل احتمال جايب العيد بالميتا او خالط كود كلينت مع سيرفر بملف واحد + هو حاط كود يجيب الحساب و اسم الحساب بدون ما يستخدمه في اي شي و عموماً هو ما رح يأثر على عمل الكود مافيه خطأ ب الميتا Edited March 26, 2015 by Guest Link to comment
N3xT Posted March 26, 2015 Author Share Posted March 26, 2015 يمكن لازم يكون بقروب ادمن حاط resource.* Link to comment
Mr.T9 Posted March 26, 2015 Share Posted March 26, 2015 حط ذا سيرفر 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
N3xT Posted March 26, 2015 Author Share Posted March 26, 2015 حط ذا سيرفر 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now