cfg pause problem

hello all, when i do /pause i'll get something like tis..
image: lolyy2. and it doesn't pause
wath could i do ... for checking my config , he is up2date at my crossfire profile

tnx.
Comments
27
Name the variable string (vstr) pause1 or something. It can't have the same name as the ET command (so pause in this case).
and how i do that? O;O i'm nuub at this stuff
U have to check ur conifg for pause files --> delete it and you can just do /pause ;)
got same prob

due somebody's naabcfg

ooo it's yours :d^^
Parent
I think this would fix your problems:

1. Remove from your config
Quote"seta powz "vstr unpause"
seta unpause "unpause; say_team ^2UNPAUSED; seta powz vstr unpause"
seta pause "pause; say_team ^1PAUSED; seta powz vstr pause"

2. Start up ET.
3. Type in console & in your config: set pause "pause"
4. Then try again with this:

Quotebind p "vstr pauser"
set pauser "vstr pause1"
set pause1 "pause; say pause; set pauser vstr pause0"
set pause0 "unpause; say unpause; set pauser vstr pause1"


If not try to reinstall ET and it should be sorted.
Parent
only for some pause bind lol just typ /pause np
Parent
As you can see the command pause is changed to "pause;say_team blabla". This means pause can't be used as an time-out, but will be used as something that ET doesn't know as pause. Because you've changed the meaning of pause into "pause;say_team blabla".
Parent
kevins cfg doesent work... SUPRISE
Parent
LIKE OMG I HATE YOU ;<
Parent
it's a good cfg, adjusted it to my pc settings, got a other view etc but good cfg. just the pause thing doesnt work
Parent
bind p "pause;say_team ^1*^7Pause^1*"
Nee helpt ni , er blijft zelfde in console op komen + geen pause
Parent
Fucked exoz with hes NUUB CFG :///@%*!
omg :d niet mijn schuld :d blame kv :d ^^
Parent
bind p "vstr pauser"
set pauser "vstr pause1"
set pause1 "pause; say urtexthere; set pauser vstr pause0"
set pause0 "unpause; say urtexthereagainunexpectedlolz; set pauser vstr pause1"
set pause0 "pause;echo pause; set pause vstr pause1"
set pause1 "unpause; echo unpause; set pause vstr pause0"
set pause "vstr pause0"
bind x "vstr pause"

np
liek stfu noob
Parent
It won't work, read my first post pls.
Parent
thats because i cant look into my cfg whats the right script for it :(
Parent
set pauser0 "pause; echo ^2Pause; set pauser vstr pauser1"
set pauser1 "unpause; echo ^1Unpause; set pauser vstr pauser0"
set pauser "vstr pauser0"
bind P "vstr pauser"
This shit wörks
nice copying skills ^^
Parent
Open console and type /pause or /unpause nob
//Pause-Toggle

set pause1 "pause; say ^0[^7Paused^0]; set pausetoggle vstr pause2"
set pause2 "unpause; say ^0[^7Unpaused^0]; set pausetoggle vstr pause1"
set pausetoggle "vstr pause1"


bind p "vstr pausetoggle"
Back to top