undercover account ids updated

This commit is contained in:
Lorenc Pekaj 2018-11-07 19:24:14 +11:00
parent 43e5b8bd7e
commit aafb6f4e33

View File

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