DP Resource is a fan site/resource site for Digital Paint: Paintball 2, a digital paintball 3D first-person shooter game modeled after the real Paintball sport.

Screenshot without interface

Bind script type: 
Game features

Save it as "ss.cfg" and bind exec ss.cfg to a screenshot key.

set scr_centertime_old $scr_centertime
set scr_centertime 0
set cl_drawhud 0
set cl_gun_old $cl_gun
set cl_gun 0
set con_notifytime_old $con_notifytime
set con_notifytime 0
set r_speeds_old $r_speeds
set r_speeds 0

wait;wait;wait;wait;wait;wait;wait;wait;wait;wait

screenshot

wait;wait;wait;wait;wait;wait;wait;wait;wait;wait
wait;wait;wait;wait;wait;wait;wait;wait;wait;wait
wait;wait;wait;wait;wait;wait;wait;wait;wait;wait
wait;wait;wait;wait;wait;wait;wait;wait;wait;wait

set scr_centertime $scr_centertime_old
set cl_drawhud 1
set cl_gun $cl_gun_old
set con_notifytime $con_notifytime_old
set r_speeds $r_speeds_old

unset scr_centertime_old
unset cl_gun_old
unset con_notifytime_old
unset r_speeds_old
Credit: 
sk89q