Problems with my excessive config
I've created a game config. I would like that when a player uses the Quad Damage, he gets his shotgun for this time.
I have this command written in my conf / RAIL.cfg. But it does not work.
if ( $ex_quadstart || $ex_quadstart == PW_QUAD ) {
Start Weapons = WP_SHOTGUN | WP_SHOTGUN;
}
Can anyone help me please
thanks
I've checked the documentation (in the left side menu) and i didn't found any variable $ (like $ex_quadstart - i couldn't find anything about this one), to tell when a player uses Quad Damage or any kind of powerup. Therefor i doubt that this can be done right now. Somebody correct me if i'm wrong.
_____________
epsislow
I've checked the documentation (in the left side menu) and i didn't found any variable $ (like $ex_quadstart - i couldn't find anything about this one), to tell when a player uses Quad Damage or any kind of powerup.
he prolly has aliases to functions
I've created a game config. I would like that when a player uses the Quad Damage, he gets his shotgun for this time.I have this command written in my conf / RAIL.cfg. But it does not work.
if ( $ex_quadstart || $ex_quadstart == PW_QUAD ) {
Start Weapons = WP_SHOTGUN | WP_SHOTGUN;
}Can anyone help me please
thanks
we could discuss this all day mate but unless we see the config I dont think we can help here