try fix error
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
export default function playerBlips() {
|
||||
|
||||
mp.events.add("entityStreamIn", (entity) => {
|
||||
mp.game.wait(500);
|
||||
mp.events.add("entityStreamIn", async (entity) => {
|
||||
await mp.game.waitAsync(500);
|
||||
if (entity.type === "player") {
|
||||
var entityMp = <EntityMp>entity;
|
||||
let color = parseInt(entity.getVariable("blipColor"));
|
||||
|
||||
Reference in New Issue
Block a user