Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
case 12:
{
EquipSuit();
if ( !GlobalEntity_IsInTable( "super_phys_gun" ) )
{
GlobalEntity_Add( MAKE_STRING("super_phys_gun"), gpGlobals->mapname, GLOBAL_ON);
}
else
{
GlobalEntity_SetState( MAKE_STRING("super_phys_gun"), GLOBAL_ON);
}
GiveNamedItem("weapon_physcannon");
break;
}