- Server-Sided Peds
- Ped can move point to point
- Small Debugging Options
- Specific Peds Per Patrol
- Auto Creating Peds
- Download from github
- remove the
-main
at the end of the script - 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)
- Use the
/patrol
command and give it a route to patrol./patrol aj_test_2
- Fin.