Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Set up new taxi
- local Taxi = LuaTaxi:CreateTaxi()
- -- Add each node (this is from mall -> morgan's vigal, for alliance)
- Taxi:AddPathNode(0, -7458, -1281, 482.8)
- Taxi:AddPathNode(0, -7480, -1366, 445)
- Taxi:AddPathNode(0, -7614, -1595, 245)
- Taxi:AddPathNode(0, -7773, -1809, 158)
- Taxi:AddPathNode(0, -7875, -1956, 175)
- Taxi:AddPathNode(0, -7988, -2288, 161)
- Taxi:AddPathNode(0, -8207, -2614.8, 171)
- Taxi:AddPathNode(0, -8312, -2716, 215)
- Taxi:AddPathNode(0, -8358, -2744, 192)
- Taxi:AddPathNode(0, -8368, -2739, 187)
- -- Start taxi, the one we just created and the mount display ID
- player:StartTaxi(Taxi, 22471)
- -- commented out method to start taxi path ID directly
- --player:StartTaxi(1, 22471)
Advertisement
Add Comment
Please, Sign In to add comment