Jump to content

Home

Huh? How do.....


ZBomber

Recommended Posts

type "\bind x say" and then what you want to say and then when you press x or whatever button you want then it will display it at the top of the screen. If you type in ^and then a number I think 1-8 it will color the text you write different colors like the names.

Link to comment
Share on other sites

or you can bind many messages to one key ;)

 

// Message Taunt

set text-1 "say here; bind z vstr text-2"

set text-2 "say here; bind z vstr text-3"

set text-3 "say here; bind z vstr text-4"

set text-4 "say here; bind z vstr text-5"

set text-5 "say here; bind z vstr text-7"

set text-6 "say here; bind z vstr text-8"

set text-7 "say here; bind z vstr text-8"

set text-8 "say here; bind z vstr text-1"

bind z "vstr text-1"

 

this has to be in autoexec.cfg, looks through SCRIPTS here! thread, the last few pages to find out how to make one..or I'll tell you later...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...