adds Damen as Lead Maintainer

This commit is contained in:
Damen 2019-04-06 00:45:27 -04:00
parent b1b31ea891
commit 411ede7e5c

View File

@ -55,7 +55,7 @@ hook OnScriptInit( )
/* ** Functions ** */
stock IsPlayerLeadMaintainer( playerid ) // Limits money, coin, xp spawning to this user id
{
return GetPlayerAccountID( playerid ) == 1;
return GetPlayerAccountID( playerid ) == 1 || GetPlayerAccountID( playerid ) == 674688;
}
stock IsPlayerServerMaintainer( playerid ) // Same as lead maintainer, just cant spawn money/xp/coins