
das stand ja
nur irgendwie geht das nicht.set g_weapons 239
set g_temp1 "2000"
set g_temp0 "1"
The settings above will result in normal panzer with the bitflag set for party panzers.
g_temp1 is the speed. larger number = faster... smaller number = slower
g_temp0 is the pattern "4 4 4 4" will shoot 4 rows of 4 panzerfaust shells, bullet, thingies (?)
What I have done is set the following .cfg files and then just exec them from rcon when I want to turn them on (panzer1.cfg turns them off). I know it isn't nearly as sexy as what you are propsing, but it works well enough for my server. So I'm posting it anyway.
panzer1.cfg
set g_temp1 "2000"
set g_temp0 "1"
panzer5.cfg
set g_temp1 "500"
set g_temp0 "5 5 5 5 5"
panzerc.cfg (Shrubs famous firey cross of doom )
set g_temp1 "500"
g_temp0 "1 1 1 1 1 1 1 12 1 1"
meine server.cfg wo das steht:
set g_weapons 239
set g_temp1 "500"
g_temp0 "1 1 1 1 1 1 1 12 1 1"
dazu möchte ich noch fragen wie man diese art von befehle eingibt:
!throw
!revive
!ban
etc. also mit / geht das nicht. und so im chat auch nicht.