From 411ede7e5ccc1f91920c4d1fb00accef7ee15ff6 Mon Sep 17 00:00:00 2001 From: Damen Date: Sat, 6 Apr 2019 00:45:27 -0400 Subject: [PATCH] adds Damen as Lead Maintainer --- gamemodes/irresistible/config/server.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/config/server.pwn b/gamemodes/irresistible/config/server.pwn index 9cbeb7d..95b3913 100644 --- a/gamemodes/irresistible/config/server.pwn +++ b/gamemodes/irresistible/config/server.pwn @@ -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