init
All checks were successful
test / Test on Linux (push) Successful in 6s

This commit is contained in:
2024-01-27 12:33:30 +01:00
commit e67607bac0
4 changed files with 67 additions and 0 deletions

10
raw/scripts/sp/_cp.gsc Normal file
View File

@ -0,0 +1,10 @@
main()
{
if ( getdvar( "scr_damagefeedback" ) == "" )
setdvar( "scr_damagefeedback", "0" );
if ( !getdvarint( "scr_damagefeedback", 0 ) )
return;
maps\_utility::_id_17E5();
}