Game ReferenceGame Global FunctionsPedFleeOn this pagePedFlee Description Causes the specified ped to flee. function PedFlee(ped) --[[ ... ]] end Parameters ped: integer - The ped that should flee. Return Values None. Example None.