Advertisement
Guest User

PathFinder - Test Code

a guest
Apr 23rd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #include <a_samp>
  2. #include <PathFinder>
  3. #include <MapAndreas>
  4. #include <rnpc-fix>
  5.  
  6. public OnFilterScriptInit()
  7. {
  8. MapAndreas_Init(MAP_ANDREAS_MODE_FULL);
  9. PathFinder_Init(MapAndreas_GetAddress(), 8);
  10. return 1;
  11. }
  12.  
  13. public OnPlayerSpawn(playerid)
  14. {
  15. return 1;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement