UC acc addition

This commit is contained in:
Damen 2019-01-17 02:09:50 -05:00
parent bf74d61c67
commit 2bc361b896

View File

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