Jump to content

طلب ؟


z24d

Recommended Posts

السلام عليكم

xMonsterNames = { 
"awdawad", 
"awdaasdwd", 
"awdaasdwd" 
} 
setTimer(guiSetText,3000,0,G,xMonsterNames[ math.random ( #xMonsterNames ) ]) 

بغيت يخلي كل ثلاث ثواني كلام عشوائي لكن ماضبط

اذكر انه فيه

table.random بس ماني متأكد منه

الي معه

Link to comment
xMonsterNames = { 
    "awdawad", 
    "awdaasdwd", 
    "awdaasdwd" 
} 
  
setTimer(function() 
    guiSetText(G, xMonsterNames[math.random(#xMonsterNames)]) 
end, 3000, 0) 

تستاهل اني اخلي مشاركة 500 عليك : )

,,

تعرف وش

math.randomseed 

?

ووش فآيدتها

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