[STANDALONE] Virtual Ped

:question: What is this?

This system allows you to create a virtual ped on your screen and to be able to decide its position and size through the various exports.


:money_with_wings: Purchase

Escrow: 2.50€ + Tebex Fee


:camera_flash: Showcase

If the video doesn’t start, click here


:computer: Usage

local virtualPedId = exports.grm_virtualped:spawn_ped(pos_y, pos_z, size) -- Spawn Virtual Ped
print("Virtual ped spawned", virtualPedId)

exports.grm_virtualped:delete_ped() -- Delete Virtual ped
exports.grm_virtualped:set_properties(pos_y, pos_z, size) -- Set Ped Properties

Code is accessible No
Subscription-based No
Lines (approximately) ~100
Requirements No
Support Yes
3 Likes

What’s the difference?

it’s very simple, the script you send create a virtual ped like ours, but applies rotation, coords and heading based on the position of the screen (with a loop). These are the differences:

  • Our script does not use any type of loop (0.0 idling);
  • Allows you to change coordinates and size in real time;
  • Unlike what you send, our script does not “break” when the idle camera is enabled.;

nice work <3

1 Like