To create a clan configuration file that is a file executed at start of the clan match is very simple and straightforward, you just have to use the wait command that is like a null command that delays the execution by a specific amount of time, also you need to create an alias for the wait command to avoid repeating it.
Assigning alias: alias means assigning a new name to a command we use alias to make less repetitions while writing the clan configuration.
Sample Script :
//here we have used wait command 10 times and assigned an alias w10
alias w10 "wait;wait;wait;wait;wait;wait;wait;wait;wait;wait"
//now you can use w10 several times and write your own text
w10
w10
w10
w10
say -----
w10
w10
w10
w10
say -------------
w10
w10
w10
w10
say -----
w10
w10
w10
w10
say --------Welcome To This server-----------
w10
w10
w10
w10
say ----------Live after 3 restarts------------
w10
w10
w10
w10
sv_restartround 1
w10
w10
w10
w10
sv_restartround 1
w10
w10
w10
w10
sv_restartround 1
w10
w10
w10
w10
say >>>>>>>>>live>>>>>>>>>
w10
w10
w10
w10
say >>>>>>>>>live>>>>>>>>>>
w10
w10
w10
w10
say >>>>>>>>>live>>>>>>>>>>
w10
w10
w10
w10
say enjoy :-)
This entry was posted
on Tuesday, April 14, 2009
at Tuesday, April 14, 2009
and is filed under
Counter Strike 1.6
. You can follow any responses to this entry through the
comments feed
.
