SAM!! Posted June 22, 2018 Share Posted June 22, 2018 لما اخرج وادخل من السيرفر يختفي الاكونت من الليبل لازم اسوي للمود ريستارت ليظهر الاكونت في الليبل من ثاني --Client guiSetText( label.playeraccount, "Account Name : "..getElementData(localPlayer,"AccountName").."" ) --------- --server addEventHandler("onPlayerJoin",root, function () setElementData(source,"Name",getPlayerName(source)) end ) addEventHandler("onResourceStart",resourceRoot, function () for _,v in ipairs ( getElementsByType ( "player" ) ) do setElementData(v,"Name",getPlayerName(v)) end end ) Link to comment
+Source|> Posted June 22, 2018 Share Posted June 22, 2018 1 hour ago, SAM!! said: اي مساعدة addEventHandler("onPlayerLogin",root, function () setElementData(source,"Name",getPlayerName(source)) end ) Link to comment
#BrosS Posted June 22, 2018 Share Posted June 22, 2018 (edited) addEventHandler("onPlayerLogin", root, function(_, account) setElementData(source, "AccountName", getAccountName(account)) end ); Edited June 22, 2018 by #BrosS Link to comment
^iiEcoo'x_) Posted June 22, 2018 Share Posted June 22, 2018 شوف سطر ٣ فيه تخبيص شوي . Link to comment
N3xT Posted June 22, 2018 Share Posted June 22, 2018 15 minutes ago, #_iMr,[E]coo said: شوف سطر ٣ فيه تخبيص شوي . event = onPlayerLogin Link to comment
^iiEcoo'x_) Posted June 23, 2018 Share Posted June 23, 2018 14 hours ago, N3xT said: event = لخمتني الأقواس , فكرت حاط بدل إسم الداتا الي يجيب إسم الحساب . 1 Link to comment
Ram, Posted June 23, 2018 Share Posted June 23, 2018 8 hours ago, #_iMr,[E]coo said: لخمتني الأقواس , فكرت حاط بدل إسم الداتا الي يجيب إسم الحساب . تفكرش, مرة واحد فكر مات ه ه ه ه Link to comment
^iiEcoo'x_) Posted June 24, 2018 Share Posted June 24, 2018 9 hours ago, AbU - W6N said: تفكرش, مرة واحد فكر مات ه ه ه ه ه ه ه ه 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