removeGlobalPed
Removes global ped interaction options.
Parameters
options
(string
|string[]
): Option name(s) to remove
Example
-- Using interact namespace
interact.removeGlobalPed("talk_to_ped")
-- Using export
exports.sleepless_interact:removeGlobalPed("talk_to_ped")