This commit is contained in:
2019-11-05 19:05:59 +01:00
parent 854c6dba44
commit 9207bb844b
6 changed files with 143 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ export default function drivingSchoolHandle(globalData: GlobalData) {
function timerPlayerInVehicle() {
if (timerSet) {
mp.events.callRemote('timerCheckVehiclex
mp.events.callRemote('timerCheckVehiclex');
}
};