Jump to content

تصيحي كود


Recommended Posts

  
setGameType( "GangWars" ) 
setTimer ( 1000, 1," ) 
setGameType( "افضل سيرفر عربي حرب العصابات" ) 
setGameType( "تفضل جميع مودات جديدة" ) 
  
  
  
  
  
 

صح كل 1 دقيقة يقول كلمة صح ؟

  
function type() 
         
setTimer(function() 
setGameType ( " اكتب الي تبيه هنا " ) 
end, 30000, 1, true) 
             
setTimer(function() 
setGameType ( "اكتب الي تبيه هنا  " ) 
end, 60000, 1, true) 
  
setTimer(function() 
setGameType ( "اكتب الي تبيه هنا " ) 
  
setTimer(type, 120000, 1, true) 
end, 120000, 1, true) 
end 
addEventHandler("onResourceStart", getRootElement(), type) 

Link to comment

989898456415665242423425342331652 تايمر

تيبل و تايمر واحد انتهى الموضوع

local Text = { 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا" 
} 
  
setTimer(function() 
    if not i or i == #Text then  
        i = 1  
    else  
        i = i + 1 
    end 
    setGameType(Text[i]) 
end, 60000, 0) 

Link to comment
هههههههههههههههههههههههههههههههههههاي انحذفت عضويتة

تعبت نفسك تآبليشن xD:mrgreen:

عادي يستفيد من الكود غيره

انا الي طالب حذف عضويته اصلاً خخ

Link to comment
989898456415665242423425342331652 تايمر

تيبل و تايمر واحد انتهى الموضوع

local Text = { 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا", 
    "اكتب الي تبيه هنا" 
} 
  
setTimer(function() 
    if not i or i == #Text then  
        i = 1  
    else  
        i = i + 1 
    end 
    setGameType(Text[i]) 
end, 60000, 0) 

اخوي تابليشن ممكن تشرحلي هذا شوي

من وين جبتها

i

ووش تعني بل كود

:)

Link to comment

من وين جبتها

i

ووش تعني بل كود

:)

setTimer(function() 
    if not i or i == #Text then 
     --// قيمه مثل اي قيمه هنا يتأكد اذا ماهي موجوده او اذا كانت القيمه تسآوي عدد القيم الي بالجدول i 
        i = 1 
        --// راح يخليه 1 
    else 
    --// موجوده وماتساوي عدد القيم الي بالجدول i واذا كانت 
        i = i + 1 
       --//راح يزيد 1 على الي بالقيمه بكل مرا تشتغل الوظيفه 
    end 
    setGameType(Text[i]) 
    --//وطبعا القيم الي بالجدول تترقم تلقائي بمفاتيح- االمفتاح للقيمه ألأوله يبدأ بـ 1 
end, 60000, 0) 

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