cfg prob
•
17 Nov 2006, 19:14
•
Journals
i need a script that when i press the key PAUSE/BREAK that it says [paused] to my team, and when i hit the button again it says [upaused] in teamchat
thx in advance
thx in advance
set pse2 "unpause; say_teamNL [unpaused]; set pse vstr pse1"
set pse "vstr pse1"
bind PAUSE "vstr pse"
easy
set pausetogg "vstr pausegame"
set pausegame "pause; set pausetogg vstr unpausegame;echo ^0#^3M^7atch ^3P^7aused;play sound\menu\select.wav"
set unpausegame "unpause; set pausetogg vstr pausegame;echo ^0#^3M^7atch ^3U^7npaused;play sound\menu\select.wav"
my script ;)