{if $conf.modtype} {assign var='file' value="block_team_`$conf.modtype`.html"} {fexists var='found' file=$file} {if $found} {include file=$file thing=$plr} {else} {/if} {/if} {include file = "block_weapons.html" thing = $plr thingid = $id plrid = $id weaponlist = $plr.weapons } {if $conf.modtype} {include file = "block_maps_`$conf.modtype`.html" maplist = $plr.maps thing = $plr thingid = $id } {else} {include file = "block_maps.html" maplist = $plr.maps thing = $plr thingid = $id } {/if} {assign var='file' value="block_role_`$conf.modtype`.html"} {fexists var='found' file=$file} {if $found} {include file=$file thing=$plr thingid=$id} {else} {/if} {include file="player_victims.html"}