SaRy Posted July 18, 2013 Share Posted July 18, 2013 السلام عليكم ورحمه الله وبركاته ابي اذا لاعب عنده تحميل يجي له مرحبآ بك في السيرفر الرجاء انتظار تحميل المودات ^ Link to comment
فاّرس Posted July 18, 2013 Share Posted July 18, 2013 (edited) Event's : - onPlayerJoin - onClientResourceStart textCreateDisplay textDisplayAddObserver textDisplayRemoveObserver -- ترايقر من الكلنت ذذ textDisplayIsObserver -- ترايقر من الكلنت ذذ textDisplayAddText textCreateTextItem triggerServerEvent Edited July 18, 2013 by Guest Link to comment
SaRy Posted July 18, 2013 Author Share Posted July 18, 2013 اح :! >< كيف اسويه هذا >< Link to comment
فاّرس Posted July 18, 2013 Share Posted July 18, 2013 اظن في واحد طلب قبلك وبرستيج عطآه ذذ, -- # Client Side ~ addEventHandler('onClientResourceStart',getResourceRootElement( getThisResource ( ) ), function ( ) aTimer = setTimer ( function ( ) if not isTransferBoxActive ( ) then triggerServerEvent ( 'aDestroyDisplay',localPlayer ) if isTimer ( aTimer ) then killTimer ( aTimer ) aTimer = nil end end end,100,0 ) end ) -- # Server Side ~ addEventHandler('onPlayerJoin',getRootElement(), function ( ) aDisplay = textCreateDisplay ( ) textDisplayAddObserver ( aDisplay, source ) local aText = textCreateTextItem ( 'Welcome',0.5,0.5,'high',255,0,0,255,4,'center','center',255 ) textDisplayAddText ( aDisplay, aText ) end ) addEvent('aDestroyDisplay',true) addEventHandler('aDestroyDisplay',getRootElement(), function ( ) if textDisplayIsObserver( aDisplay, source ) then textDisplayRemoveObserver( aDisplay, source ) end end ) لم يتم التجربة .. Link to comment
SaRy Posted July 18, 2013 Author Share Posted July 18, 2013 ذذ هذا كلمة واحده >< ابيه كلمتين Link to comment
فاّرس Posted July 18, 2013 Share Posted July 18, 2013 ذذ هذا كلمة واحده >< ابيه كلمتين وتبي كل شيء جاهز ؟؟ سويه بنفسك عطيناك حق وحده سوي الباقي موب صعب ._. 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