#StrOnG_,) Posted July 19, 2015 Posted July 19, 2015 السلام عليكم ورحمه الله وبركاته كيفكم شباب ؟ ان شاء الله بخير المهمم أبي كود لما اللاعب يسجل دخوله تجي لوحة ثانيةة .. وشكرا 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
#DRAGON!FIRE Posted July 19, 2015 Posted July 19, 2015 Event: "onPlayerLogin" triggerClientEvent To Contact Me at Skype : [email protected]
Mr.R Posted July 19, 2015 Posted July 19, 2015 تفضل Server Side addEventHandler ( "onPlayerLogin", root, function ( ) local GetAccount = getPlayerAccount ( source ) if ( GetAccount ) then triggerClientEvent ( source, "OpenWindow", source ) end end ) Client Side addEvent ( "OpenWindow", true ) addEventHandler ( "OpenWindow", root, function ( ) guiSetVisible ( اسم النافذهـ, true ) showCursor ( true ) end ) * There is no God but Allah, Mohammed is the Messenger Of Allah
' A F . Posted July 19, 2015 Posted July 19, 2015 ^ اذا هو مسوي لوحة تسجيل .. يحطها مع الترايقر الي ارسله يوم سجل دخول .. عشان يخفي نافذة التجسيل ويظهر له النافذه الي هو يبيها .. Dis ; AF.#0941
iMr.SFA7 Posted July 19, 2015 Posted July 19, 2015 تفضلServer Side addEventHandler ( "onPlayerLogin", root, function ( ) local GetAccount = getPlayerAccount ( source ) if ( GetAccount ) then triggerClientEvent ( source, "OpenWindow", source ) end end ) Client Side addEvent ( "OpenWindow", true ) addEventHandler ( "OpenWindow", root, function ( ) guiSetVisible ( اسم النافذهـ, true ) showCursor ( true ) end ) ايش الفايدة من أنك تجيب حساب اللاعب ؟ "A Year from Now You May Wish You Had Started Today"
Mr.R Posted July 19, 2015 Posted July 19, 2015 ^ تحقق فقط لا غير واذا شاله اتوقع يشتغل الكود بعد ولا فيه مشكله * There is no God but Allah, Mohammed is the Messenger Of Allah
#StrOnG_,) Posted July 19, 2015 Author Posted July 19, 2015 تمت الإفادة مشكورين :] 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
Mr.R Posted July 19, 2015 Posted July 19, 2015 تمت الإفادةمشكورين :] حياكـ الله * There is no God but Allah, Mohammed is the Messenger Of Allah
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