Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 903 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 903 Bytes

🌍📍 WazeGPS for SERVER SAMP

This is a system inspired by GTA V where it will create a route to the selected destination on your SAMP server.

Dependencies

  • @GPS Plugin Download Version 1.4.0 of the Plugin, as 1.4.1 has a loading Error!

How to install?

sampctl

Simply run sampctl install devbluen/wazegps-samp. Done.

Legacy method

  • Add the WazeGPS include to the "Pawno > Includes" folder
  • Write #include <GPS> in your gamemode
  • Write #include <WazeGPS> in your gamemode
  • Remember to install the GPS Plugin first and add the #include <GPS> before Waze so that everything works correctly

Functions

SetPlayerWaze(playerid, Float:x, Float:y, Float:z, color = 0x8A44E4FF);
StopWazeGPS(playerid);
IsValidWazeGPS(playerid);

Print

Logo do Projeto