fix timer

This commit is contained in:
2021-04-28 00:40:28 +02:00
parent 4403f0c238
commit fac04cf8b8

View File

@@ -72,7 +72,7 @@ export default function playerBlips() {
} }
mp.events.callRemote("CLIENT:EscapeWanted"); mp.events.callRemote("CLIENT:EscapeWanted");
}, 5000); //120000 -> 2 min , 300000 -> 5min }, 300000); //120000 -> 2 min , 300000 -> 5min
} }
}, 50); }, 50);