Documentation
Optional Addon

Vcore-pedmanager

VCORE add-on ped streaming resource. Configure permanent add-on peds in `pedsloc.lua`; other client resources can register temporary peds with the exports below. Each ped requires `model` and `coords`. `coords` accepts one `vector4` or an array of `vector4`s. Existing scenarios, animations, clothing, `CustomSkinData`, callbacks and remover protection remain supported. The original `addPed`, `removePed` and `cleanupAll` exports remain unchanged. `getPed`, `enablePed`, `disablePed` and `refreshPed` are additional lifecycle helpers. Temporary registrations are removed automatically when their owning resource stops.

Introduction

VCORE add-on ped streaming resource. Configure permanent add-on peds in `pedsloc.lua`; other client resources can register temporary peds with the exports below. Each ped requires `model` and `coords`. `coords` accepts one `vector4` or an array of `vector4`s. Existing scenarios, animations, clothing, `CustomSkinData`, callbacks and remover protection remain supported. The original `addPed`, `removePed` and `cleanupAll` exports remain unchanged. `getPed`, `enablePed`, `disablePed` and `refreshPed` are additional lifecycle helpers. Temporary registrations are removed automatically when their owning resource stops.

Version: 1.0.0Optional Resource3 Lua files0 SQL files

Dependencies

DependencyStatus
coreIncluded Vcore resource

Installation / Start Order

Install the resource with its required dependencies, then enable it in your resource start order.

server.cfg
ensure pedmanager

Configuration

Config files

None detected in source.

Detected config keys

None detected in source.

Events & Exports

Exports

clientaddPed

Export available from this resource. Check the resource notes and expected parameters before integrating it.

clientcleanupAll

Export available from this resource. Check the resource notes and expected parameters before integrating it.

clientdisablePed

Export available from this resource. Check the resource notes and expected parameters before integrating it.

clientenablePed

Export available from this resource. Check the resource notes and expected parameters before integrating it.

clientgetPed

Export available from this resource. Check the resource notes and expected parameters before integrating it.

clientrefreshPed

Export available from this resource. Check the resource notes and expected parameters before integrating it.

clientremovePed

Export available from this resource. Check the resource notes and expected parameters before integrating it.

Callbacks

No callbacks are documented for this resource.

Registered network events

No events were detected by the documentation.

Commands

No registered commands were detected.

Database / SQL

SQL files

None detected in source.

Detected tables

None detected in source.

Troubleshooting

  • Confirm every manifest dependency above is started first.
  • Import the SQL where the resource includes database files.
  • Use the exact resource folder name shown on this page unless you intentionally change both the folder and configuration.
  • Do not copy internal event names into integrations without checking their implementation.