diff --git a/scripts/server/utilities.js b/scripts/server/utilities.js index 9faaef7c..df6f617a 100644 --- a/scripts/server/utilities.js +++ b/scripts/server/utilities.js @@ -441,11 +441,13 @@ function isClientInitialized(client) { // =========================================================================== function getPedForNetworkEvent(ped) { - if (getGame() == AGRP_GAME_GTA_IV) { - return ped; - } else { - return ped.id; - } + //if (getGame() == AGRP_GAME_GTA_IV) { + // return ped; + //} else { + // return ped.id; + //} + + return ped.id; } // ===========================================================================