Posts: 178
Threads: 16
Joined: Oct 2010
just small script what i did:)
Download menus.cfg
copy this code in autoexec.cfg
bind c [showmenu "Fast chat"]
Posts: 1,436
Threads: 7
Joined: Jun 2010
Pretty nice, but why do you copy the entire menus.cfg?
Posts: 2,387
Threads: 56
Joined: Aug 2010
Posts: 178
Threads: 16
Joined: Oct 2010
08 Jul 11, 10:00PM
(This post was last modified: 08 Jul 11, 10:03PM by snake_eye.)
(08 Jul 11, 03:25PM)tempest Wrote: Pretty nice, but why do you copy the entire menus.cfg?
so i should put that whole script in autoexec.cfg?
( sorry im beginner at cube script:D )
Posts: 1,436
Threads: 7
Joined: Jun 2010
Either that, or you put it in a separate file (e.g. fastchat.cfg), put that file e.g. in the config/ directory and then just add
exec "config/fastchat.cfg"
to your autoexec.cfg. That's the cleanest approach, and it's easy to handle for anyone using your script.
Posts: 3,462
Threads: 72
Joined: Jun 2010
If you need any cubescript help, feel free to go visit us on
#cubescript @ Gamesurge.
Posts: 178
Threads: 16
Joined: Oct 2010