Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 825 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 825 Bytes

ko-fi

aj-patrols

(Still WIP I dont suggest using this rn)

Progress / Features

  • Server-Sided Peds
  • Ped can move point to point
  • Small Debugging Options
  • Specific Peds Per Patrol
  • Auto Creating Peds

How to use it

  1. Download from github
  2. remove the -main at the end of the script
  3. Edit the config to your liking, you will also have to change the default ped coords till I spawn the peds at the route coords
RegisterCommand('patrol', function(source, args)
    TriggerServerEvent('aj-patrols:server:spawnGuard', 6, `G_M_M_Goons_01`, vector4(1873.597, 2537.6685, 45.6721, 60.0), 'miss_'..args[1])
end)
  1. Use the /patrol command and give it a route to patrol. /patrol aj_test_2
  2. Fin.