Some cmd's

Seta "B_endround ""
Seta "B_beginround" ""

what do they do?
and what do i need to do with it? =}
Comments
7
buy new comp
i guess

"ask perfo"

is the right thing to do here!
they are used for executing desired commands at the beginning and at the end of a stopwatch round/map. E.g.
seta b_beginround "cg_gun_frame 17"
seta b_endround "cg_gun_frame 0"
One of the most common uses of those commands (although I don't use them anyway). Changes cg_gun_frame to 17 so you can play with this setting but reverts it to 0 while changing maps (so ET doesn't crash). blabla
i heard that doesnt work always
Parent
/clear
/pb_sleep 1337
/pb_ask_perfo 1
When the round ends and begins.
b_startmatch "say gl & hf; autorecord"
b_endmatch "say thanks for games; stoprecord"
Back to top