Added waypoint to vehicle when buying

This commit is contained in:
hydrant
2019-03-10 15:10:40 +01:00
parent 491d4a51bb
commit f6fac52b3d
6 changed files with 9 additions and 89 deletions

View File

@@ -0,0 +1,3 @@
mp.events.add("SERVER:Util_setWaypoint", (x, y) => {
mp.game.ui.setNewWaypoint(x, y);
});