Hello!
Can someone write a script that will show current date (day of the week, date, month, year), CPU usage and will generate a number from 4 till 9?
I need a script that will show to user on connecting info like that:
? Today is Thursday, 18.11.04
? Your name is: "..user.sName.."
? CPU usage of server is: 20%
? Your helth today is: (generate a number from 4 till 9)!
? Good luck!
I need it very much!
Anybody seen my message? Plz help me :(
How can I write a function that will generate a number from 4 to 9 randomly?
local number = random(4,9)
Oh, thank you!
It works good! %)