Woops existance is in netFlags
This commit is contained in:
@@ -848,7 +848,7 @@ function createPlayerBlip(client) {
|
|||||||
setElementStreamInDistance(blip, getGlobalConfig().playerBlipStreamInDistance);
|
setElementStreamInDistance(blip, getGlobalConfig().playerBlipStreamInDistance);
|
||||||
setElementStreamOutDistance(blip, getGlobalConfig().playerBlipStreamOutDistance);
|
setElementStreamOutDistance(blip, getGlobalConfig().playerBlipStreamOutDistance);
|
||||||
}
|
}
|
||||||
blip.defaultExistance = true;
|
blip.netFlags.defaultExistance = true;
|
||||||
blip.setExistsFor(client, false);
|
blip.setExistsFor(client, false);
|
||||||
getPlayerData(client).playerBlip = blip;
|
getPlayerData(client).playerBlip = blip;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user