Jump to content

مطلوب كود


Recommended Posts

----- كود تحريك الكلام في label 
----- طبعا الكود من الاخ  حسن كي اس اي 
local againStartMove = 100 -- المكان اللي يبدا الكلام يمشي فيه 
local endMove = 400 -- المكان اللي ينتهي الكلام فيه  ويرجع من البدايه 
addEventHandler("onClientRender",root,function() 
    if ( guiGetVisible(YouWindowName) == true ) then --- YouWindowName هنا تحط اسسم النافذه 
        local x,y = guiGetPosition(YouLabelName,false) --- YouLabelName هنا اسم اليبل 
        guiSetPosition(YouLabelName,x + 3,y,false) --- YouLabelName هنا اسم اليبل  ---- رقم x + 3 سرعة الكلام وكذا تبيه تخليه سريع خليه زي ما هو تبيه بطيئ حط رقم واحد او اثنين 
        if ( x >= endMove ) then 
            guiSetPosition(YouLabelName,againStartMove,y,false) --- YouLabelName هنا اسم اليبل 
        end 
    end 
end) 

مشكور

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...