Some binds
4 posts
• Page 1 of 1
Some binds
first i have a question : what's the syntax to say something in vocal with a different text ?? i'd try with ";" but this make two lines and i don't find info with google
then, two binds for those which would have utility of them !^^
-Sprint toggle : press one time to sprint, press again to run
-Demo toggle : replace the standart F12 to stop recording when pressing for the second time
here it's the code when editing config files, for console binds remove the ""
then, two binds for those which would have utility of them !^^
-Sprint toggle : press one time to sprint, press again to run
- Code: Select all
set beginsprinting "echo ^1Sprinting ON; +sprint; set sprinttoggle vstr endsprinting"
set endsprinting "echo ^fSprinting OFF; -sprint; set sprinttoggle vstr beginsprinting"
set sprinttoggle "vstr beginsprinting"
bind SHIFT "vstr sprinttoggle"
-Demo toggle : replace the standart F12 to stop recording when pressing for the second time
- Code: Select all
bind F12 "vstr demotoggle"
set demostop "set demotoggle vstr demostart; stoprecord"
set demostart "set demotoggle vstr demostop; autorecord"
set demotoggle "vstr demostart"
here it's the code when editing config files, for console binds remove the ""
first i have a question : what's the syntax to say something in vocal with a different text ?? i'd try with ";" but this make two lines and i don't find info with google Confused
To add diferent you do something like this:
/vsay hi Memnoch says Hello
just space between the name of vocal comand and the text you wish
4 posts
• Page 1 of 1
Return to PS Forum Archives - 2006
Who is online
Users browsing this forum: No registered users and 11 guests