prevent players drop from gang facility

add object to prevent players drop from gang facility
This commit is contained in:
Pichai Lertwachirakul 2020-07-14 02:38:35 +07:00 committed by GitHub
parent 0dc4f5dbc1
commit 5280148ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -967,6 +967,8 @@ static stock initializeFacilityObjects( )
CreateDynamicObject( 1885, 256.321441, 1858.931884, 1857.696533, 0.000000, 0.000000, 0.000000, -1, -1, -1 );
SetDynamicObjectMaterialText( CreateDynamicObject( 2662, 238.587280, 1849.567504, 1860.304809, 0.000000, 0.000000, 90.000000, -1, -1, -1 ), 0, "Gang Vehicles", 120, "Impact", 84, 0, -13421773, 0, 1 );
SetDynamicObjectMaterialText( CreateDynamicObject( 2662, 263.417633, 1869.281738, 1860.304809, 0.000000, 0.000000, -90.000000, -1, -1, -1 ), 0, "Fast Travel", 120, "Impact", 84, 0, -13421773, 0, 1 );
//wall prevent players drop from gang facility
SetObjectInvisible( CreateDynamicObject( 19869, 238.416, 1872.37, 1862.39, 0.000000, 0.000000, 91, -1, -1, -1 ) );
}
/* ** SCHEMA ** */