03-06-2006, 01:38 PM
Is it easy to create custom .cfg.
For example Shutdown.cfg? where it says a message and then shuts down?
For example Shutdown.cfg? where it says a message and then shuts down?
Being bored
|
03-06-2006, 01:38 PM
Is it easy to create custom .cfg.
For example Shutdown.cfg? where it says a message and then shuts down?
yes, you could do something like..
Code: alias wait2 "wait; wait" that should do about that.. although you may have to adjust the waits.. lol. edit-you can name that anything.cfg and just put it in the cfg folder, and when you want to execute it just type in exec custom.cfg in console.
Well, I had made one already, But where can I add the wait part on my .cfg?
jackaL Wrote:Say Server is shutting down!
03-06-2006, 02:09 PM
you would have to add the wait alias at the top. that doesn't actually make the server wait, it just alias's the wait, cuz 1 wait, is a fraction of a second. and then once you get the wait alias out to something (i have it to 32) then whereever you want it to "wait" you just add "wait 32" or whatever number you have.
|
« Next Oldest | Next Newest »
|