S4MuEL Posted May 16, 2013 Share Posted May 16, 2013 آلسسلآمم عليكمم addCommandHandler("Results", function ( ) local Results = getElementData ( localPlayer,"Prestege" ) outputChatBox( tostring ( Results ) ) end ) ححبيت آعرفف ليش حططينآ بـ سطر 4 tostring ومآ حططينآ ششي ثآني , Link to comment
iPrestege Posted May 16, 2013 Share Posted May 16, 2013 addCommandHandler ("Prestege", -- Command function ( ) -- Function local Text = 2000 -- a Text -- هذا اللي بنطلعة بالشات outputChatBox( tostring ( Text ) ,player ) -- هنا سوينا -- tostring -- لانة الكلام ماسوينا لة سترنق " " -- و لو تشوف الويكي يطلب السترنق "" -- تم # end ) Link to comment
S4MuEL Posted May 16, 2013 Author Share Posted May 16, 2013 ليشش سسوينآهآ ؟ بآلكود ؟ , وش ففآيدتهآ ؟ ^ ليش ممثلآ مآ سسوينآ , outputChatBox(""..Text.."" ,player ) Link to comment
iPrestege Posted May 16, 2013 Share Posted May 16, 2013 ليشش سسوينآهآ ؟ بآلكود ؟ , وش ففآيدهآ ؟^ليش ممثلآ مآ سسوينآ , outputChatBox("..Text.." ,player ) لو سويتة كذا بيطلع : "..Text.." المفروض : outputChatBox(""..Text.."",player ) انا اختصرت بـ tostring ( .. ) Link to comment
S4MuEL Posted May 16, 2013 Author Share Posted May 16, 2013 وشش ففآيتدهآ ؟ ^ آلإختصصآر ؟ Link to comment
кιηg-αвα∂у Posted May 16, 2013 Share Posted May 16, 2013 ولو سواها كذا outputChatBox(Text,player ) Link to comment
iPrestege Posted May 16, 2013 Share Posted May 16, 2013 ولو سواها كذا outputChatBox(Text,player ) بـ يشتغل بس الافضل تحقق شرط الوظيفة Link to comment
3NAD Posted May 16, 2013 Share Posted May 16, 2013 آلسسلآمم عليكمم addCommandHandler("Results", function ( ) local Results = getElementData ( localPlayer,"Prestege" ) outputChatBox( tostring ( Results ) ) end ) ححبيت آعرفف ليش حططينآ بـ سطر 4 tostring ومآ حططينآ ششي ثآني , string لو من الأصل انت خزنت بالداتا to string مآنت محتاج تستخدم وظيفة التحويل جرب هذا الكود و عطني نتيجته -- Client Side outputChatBox ( tostring ( localPlayer ) ) Link to comment
Tete omar Posted May 17, 2013 Share Posted May 17, 2013 tostring عادتاً تستخدم لتحويل الرقم الى سترنق مثل في tonumber تستخدم لتحويل الارقام الي داخل السترنق الى ارقام مثل كذا tonumber("1234") = 1234 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