Ac[T]ioN Posted June 3, 2015 Posted June 3, 2015 السلام عليكم ورحمة الله وبركاتة جاي معي فكرة وأبغي أسويها وأبغي الفنكشنات الفكرة: أسوي تاج للتيمات مثلأأ أنا في تيم شرطة يجي قبل إسمي كذا [Police] بس إذا كان معي رتبة مايعطيني الـ التاج المقصود من كلامي هذا يعني التاج للزوار فقط وأبغي كمان إذا كان الاعب عنده تحميل يجي له تاج أبغي الفنكشنات وشكراً لكم - There is no God but [ Allah ] , Mohammad is the messenger of Allah ♥ # action.live2 :لططلباتت البرممجةة بممقاببل مماادي تتواصصل ممعي سسكايب
#StrOnG_,) Posted June 3, 2015 Posted June 3, 2015 (edited) قدرت اجيب لك , لما اللاعب عنده تحميل يجي له تاج xTeamDownload.lua ---- DownloadTeam = createTeam ( "Download", 255, 0, 0 ) EveryoneTeam = createTeam ( "Everyone", 200, 200, 200 ) addEventHandler( "onPlayerJoin", root, function( ) setPlayerTeam(source, DownloadTeam) end ) addEvent ( "Everyone", true ) addEventHandler ( "Everyone", root, function () setPlayerTeam(source, EveryoneTeam) end ) --------------------------------------------------------------------- xTeamEveryone.lua --- addEventHandler( "onClientResourceStart", resourceRoot, function( ) TimerDownload = setTimer( function( ) if ( isTransferBoxActive ( ) ~= true ) then triggerServerEvent ( "Everyone", localPlayer ) killTimer( TimerDownload ) end end, 5000, 0 ) end ) Edited June 3, 2015 by Guest Quote "I ain't saying I'm the best, but I should be in the top ten; give me a list of names, I'ma top them, I'm just playing with ya. I don't care where the top is, Leave me at the bottom, let me work for it." _________________________________________________________________________________________________________________ ACM W_#9661
Ac[T]ioN Posted June 3, 2015 Author Posted June 3, 2015 قدرت اجيب لك , لما اللاعب عنده تحميل يجي له تاج رابط التحميل : - http://up.top4top.net/downloadf-top4top_5f2f4e38bf1-zip.html طلبت فنكشنات مو مودات علي العموم شكراً - There is no God but [ Allah ] , Mohammad is the messenger of Allah ♥ # action.live2 :لططلباتت البرممجةة بممقاببل مماادي تتواصصل ممعي سسكايب
Ac[T]ioN Posted June 3, 2015 Author Posted June 3, 2015 هل يوجد أحد ؟!! - There is no God but [ Allah ] , Mohammad is the messenger of Allah ♥ # action.live2 :لططلباتت البرممجةة بممقاببل مماادي تتواصصل ممعي سسكايب
TreKa Posted June 3, 2015 Posted June 3, 2015 (edited) .... Delete Edited June 3, 2015 by Guest To Contact with me by email : [email protected]
Ac[T]ioN Posted June 3, 2015 Author Posted June 3, 2015 بالنسبة لوضع التاج لتيم معين -- Server Side ! addEventHandler('onPlayerChat',resourceRoot, function(text) local Team = getTeamName(getPlayerTeam(source)) then cancelEvent() outputChatBox(" [ "..Team.." ] "..getPlayerName(source).." "..text.." ",root,0,0,255,true) end ) بالنسبة للتاج اللي عنده تحميل -- Server Side ! Download = createTeam ( "Download", 255, 0, 0 ) addEvent ( "Download", true) addEventHandler ( "Download", resourceRoot, function() setPlayerTeam(source, Download) end ) -- Clinet Side ! addEventHandler( "onClientResourceStart", resourceRoot, function( ) TD = setTimer( function( ) if ( isTransferBoxActive ( ) ~= true ) then triggerServerEvent ( "Download", localPlayer ) killTimer( TD ) end end, 5000, 0 ) end ) بالنسبة للتاج حقكك انت ! -- Server Side ! addEventHandler('onPlayerChat',resourceRoot, function(msg) if ( isObjectInACLGroup('user.'..getAccountName(getPlayerAccount(source)),aclGetGroup('Action Group')) ) then cancelEvent() outputChatBox(' [ Action ] '..getPlayerName(source)..' '..msg..' ',root,0,255,0,true) end end ) أقول مره ثانية بقول أبغي الفنكشنات ترا كذا تعودونا علي الشئ الجاهز علي العموم شكراً بس أنا برده عاوز الفنكشنات - There is no God but [ Allah ] , Mohammad is the messenger of Allah ♥ # action.live2 :لططلباتت البرممجةة بممقاببل مماادي تتواصصل ممعي سسكايب
Simple. Posted June 3, 2015 Posted June 3, 2015 قدرت اجيب لك , لما اللاعب عنده تحميل يجي له تاج رابط التحميل : - http://up.top4top.net/downloadf-top4top_5f2f4e38bf1-zip.html طلبت فنكشنات مو مودات علي العموم شكراً تاج تيم الشرطه onPlayerChat -- Event getAccountName getPlayerAccount isObjectInACLGroup aclGetGroup getPlayerTeam cancelEvent() outputChatBox تآج التحميل -- #Client Side onClientResourceStart -- Event isTransferBoxActive setTimer setElementData -- #Server Side onPlayerChat --Event getElementData cancelEvent outputChatBox h3x#2020
Ac[T]ioN Posted June 3, 2015 Author Posted June 3, 2015 قدرت اجيب لك , لما اللاعب عنده تحميل يجي له تاج رابط التحميل : - http://up.top4top.net/downloadf-top4top_5f2f4e38bf1-zip.html طلبت فنكشنات مو مودات علي العموم شكراً تاج تيم الشرطه onPlayerChat -- Event getAccountName getPlayerAccount isObjectInACLGroup aclGetGroup getPlayerTeam cancelEvent() outputChatBox تآج التحميل -- #Client Side onClientResourceStart -- Event isTransferBoxActive setTimer setElementData -- #Server Side onPlayerChat --Event getElementData cancelEvent outputChatBox شكراً كلاسيك < تم الإفادة - There is no God but [ Allah ] , Mohammad is the messenger of Allah ♥ # action.live2 :لططلباتت البرممجةة بممقاببل مماادي تتواصصل ممعي سسكايب
TreKa Posted June 3, 2015 Posted June 3, 2015 ماتستهل اصلا احد يتعب عشانك و في المقابل رد مثل وجهك ماتستهل اي مساعدة To Contact with me by email : [email protected]
Simple. Posted June 3, 2015 Posted June 3, 2015 ماتستهل اصلا احد يتعب عشانك و في المقابل رد مثل وجهكماتستهل اي مساعدة الرجال ماقال شيء غلط هو قآل ابي فنكشنات ! وانت عطيته اكواد جاهزه ونفس الرد الي قبلك h3x#2020
Mr.R Posted June 3, 2015 Posted June 3, 2015 ماتستهل اصلا احد يتعب عشانك و في المقابل رد مثل وجهكماتستهل اي مساعدة الرجال ماقال شيء غلط هو قآل ابي فنكشنات ! وانت عطيته اكواد جاهزه ونفس الرد الي قبلك ^ +1 * There is no God but Allah, Mohammed is the Messenger Of Allah
Ac[T]ioN Posted June 4, 2015 Author Posted June 4, 2015 ماتستهل اصلا احد يتعب عشانك و في المقابل رد مثل وجهكماتستهل اي مساعدة ماقولت لك شئ غلط أنا "أقول مره ثانية بقول أبغي الفنكشنات ترا كذا تعودونا علي الشئ الجاهز علي العموم شكراً بس أنا برده عاوز الفنكشنات" "شكراً" "شكراً" "شكراً" ركز في الكلام بعدين رد - There is no God but [ Allah ] , Mohammad is the messenger of Allah ♥ # action.live2 :لططلباتت البرممجةة بممقاببل مماادي تتواصصل ممعي سسكايب
TreKa Posted June 4, 2015 Posted June 4, 2015 (edited) ماتستهل اصلا احد يتعب عشانك و في المقابل رد مثل وجهكماتستهل اي مساعدة ماقولت لك شئ غلط أنا "أقول مره ثانية بقول أبغي الفنكشنات ترا كذا تعودونا علي الشئ الجاهز علي العموم شكراً بس أنا برده عاوز الفنكشنات" "شكراً" "شكراً" "شكراً" ركز في الكلام بعدين رد Edited June 4, 2015 by Guest To Contact with me by email : [email protected]
TreKa Posted June 4, 2015 Posted June 4, 2015 ^اصلا كل اكوادك غلط طيب To Contact with me by email : [email protected]
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