Remove old workaround for IV
This commit is contained in:
@@ -441,11 +441,13 @@ function isClientInitialized(client) {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function getPedForNetworkEvent(ped) {
|
function getPedForNetworkEvent(ped) {
|
||||||
if (getGame() == AGRP_GAME_GTA_IV) {
|
//if (getGame() == AGRP_GAME_GTA_IV) {
|
||||||
return ped;
|
// return ped;
|
||||||
} else {
|
//} else {
|
||||||
|
// return ped.id;
|
||||||
|
//}
|
||||||
|
|
||||||
return ped.id;
|
return ped.id;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user