undercover acc and object update

This commit is contained in:
Lorenc Pekaj 2018-11-23 01:57:25 +11:00
parent 158890715f
commit fc5d8d086e
2 changed files with 2 additions and 2 deletions

View File

@ -14487,7 +14487,7 @@ hook OnScriptInit( )
CreateDynamicObject( 1225, -1661.128051, 1086.464965, 9.031999, 0.000000, 0.000000, 0.000000, -1, -1, -1 );
// [VT] Facility
SetDynamicObjectMaterialText( CreateDynamicObject( 3074, -1702.530761, 883.490783, 26.812227, 0.000000, 0.000000, 180.000000, -1, -1, -1 ), 0, "Virtual Titans", 130, "Impact", 64, 0, -16711681, 0, 1 );
SetDynamicObjectMaterialText( CreateDynamicObject( 3074, -1702.530761, 883.490783, 26.812227, 0.000000, 0.000000, 180.000000, -1, -1, -1 ), 0, "Nibble Enterprises", 130, "Impact", 64, 0, 0xff69239e, 0, 1 );
CreateDynamicObject( 1557, -1697.100952, 882.125549, 23.880605, 0.000000, 0.000000, 90.000000, -1, -1, -1 );
CreateDynamicObject( 1557, -1697.100952, 885.155639, 23.880605, 0.000000, 0.000000, -90.000000, -1, -1, -1 );
CreateDynamicObject( 3525, -1697.265014, 885.652465, 24.960626, 0.000000, 0.000000, -90.000000, -1, -1, -1 );

View File

@ -54,5 +54,5 @@ stock IsPlayerUnderCover( playerid ) // StefiTV852, Shepard23, JamesComey
new
account_id = GetPlayerAccountID( playerid );
return ( account_id == 917827 || account_id == 917829 ) && IsPlayerLoggedIn( playerid );
return ( account_id == 917827 || account_id == 917829 || account_id == 921105 ) && IsPlayerLoggedIn( playerid );
}