Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
19,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. bikeShop - Opens the bikes shop.
  2. giveBike - Gives a bike to a player
  3. bikeList - List all the bike types.
  4. getBike - Get a bike
  5. carShop - Opens the cars shop.
  6. giveCar - Gives a car to a player
  7. carList - List all the car types.
  8. getCar - Get a car
  9. trainShop - Opens the trains shop.
  10. giveTrain- Gives a train to a player
  11. trainList - List all the train types.
  12. getTrain - Get a train
  13. raftShop - Opens the raftshop.
  14. giveRaft- Gives a raft to a player
  15. raftList - List all the raft types.
  16. getRaft - Get a raft
  17. planeShop - Opens the plane shop.
  18. givePlane- Gives a plane to player
  19. planeList - List all the plane types.
  20. getPlane - Get a plane
  21. parachuteShop - Opens the parachute shop.
  22. giveParachute - Gives a parachute to player
  23. parachuteList - List all the parachute types.
  24. getParachute - Get a parachute
  25. tankShop - Opens the tank shop.
  26. giveTank- Gives a tank to player
  27. tankList - List all the tank types.
  28. getTank - Get a tank
  29. helicopterShop - Opens the helicopter shop.
  30. giveHelicopter - Gives a helicopter to player
  31. helicopterList - List all the helicopter types.
  32. getHelicopter- Get a helicopter
  33. submarineShop - Opens the submarine shop.
  34. giveSubmarine - Gives a submarine to player
  35. submarineList - List all the submarine types.
  36. getSubmarine - Get a submarine
  37. broomShop - Opens the broom shop.
  38. giveBroom - Gives a broom to player
  39. broomList - List all the broom types.
  40. getBroom - Get a broom
  41. vehicleClear - Clear nearby vehicles
  42. repairVehicle - Repairs the vehicle you're riding
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement