blips auskommentiert

This commit is contained in:
michael.reiswich
2021-03-29 13:07:03 +02:00
parent 47581166b4
commit 468729cafc

View File

@@ -6,7 +6,8 @@
};
export default function playerBlips() {
mp.events.add("entityStreamIn", (entity) => {
/* mp.events.add("entityStreamIn", (entity) => {
if (entity.type === "player") {
var entityMp = <EntityMp>entity;
@@ -37,6 +38,7 @@ export default function playerBlips() {
}
});
*/