Jump to content

tostring


Recommended Posts

آلسسلآمم عليكمم

    addCommandHandler("Results",    
        function ( ) 
            local Results = getElementData ( localPlayer,"Prestege" ) 
            outputChatBox( tostring ( Results ) ) 
        end 
    ) 

ححبيت آعرفف

ليش حططينآ بـ سطر 4

tostring

ومآ حططينآ ششي ثآني ,

Link to comment

addCommandHandler ("Prestege", -- Command 
    function ( ) -- Function 
    local Text = 2000 -- a Text -- هذا اللي بنطلعة بالشات 
            outputChatBox( tostring ( Text ) ,player )  
            -- هنا سوينا  
            -- tostring 
            -- لانة الكلام ماسوينا لة سترنق " "  
            -- و لو تشوف الويكي يطلب السترنق "" 
            -- تم # 
    end 
) 
Link to comment
ليشش سسوينآهآ ؟ بآلكود ؟ , وش ففآيدهآ ؟^

ليش ممثلآ مآ سسوينآ ,

outputChatBox("..Text.." ,player ) 

لو سويتة كذا بيطلع :

"..Text.."

المفروض :

outputChatBox(""..Text.."",player ) 

انا اختصرت بـ

tostring ( .. )

Link to comment
آلسسلآمم عليكمم

    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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...