RemovePed

local Bridge = exports.community_bridge:Bridge()

-- entity - the entity handle

local success = Bridge.Utility.RemovePed(entity)

-- success rreturns bool on if the removal was sucessful or not

Last updated