Merge pull request #2 from basicDamen/master

Lead Maintainer Addition
This commit is contained in:
Lorenc Pekaj 2019-04-06 15:54:33 +11:00 committed by GitHub
commit 7212ccdac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ hook OnScriptInit( )
/* ** Functions ** */ /* ** Functions ** */
stock IsPlayerLeadMaintainer( playerid ) // Limits money, coin, xp spawning to this user id 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 stock IsPlayerServerMaintainer( playerid ) // Same as lead maintainer, just cant spawn money/xp/coins