Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Stolen Vehicle Callout but with more peds in it.

Featured Replies

20 hours ago, WildJam said:

Do u know any way to create more peds in the car? Im new to the plugins developement.

 

Informations:

If u want to sent me a Albo's API guide, dont sent me it, i tried this 3 times and this doesn't working.

if u dont know how, u can tell me something about plugins developement, any thing what can help me.

 

just create new peds and put them into the car.

to put the ped into the car you can use:

Ped ped = new Ped();
ped.IsPersistent = true;
ped.BlockPermanentEvents = true;
ped.Tasks.EnterVehicle(vehicle, 0, EnterVehicleFlags.WarpIn);

the 2nd parameter is the seat pos (-1=driver, 0= front passenger, 1 or 2=rear passengers)

Edited by Pazzi

  • Author
15 hours ago, Pazzi said:

 

just create new peds and put them into the car.

to put the ped into the car you can use:


Ped ped = new Ped();
ped.IsPersistent = true;
ped.BlockPermanentEvents = true;
ped.Tasks.EnterVehicle(vehicle, 0, EnterVehicleFlags.WarpIn);

the 2nd parameter is the seat pos (-1=driver, 0= front passenger, 1 or 2=rear passengers)

Okay thanks, but i got problems with errors

  • Author
On 2/10/2019 at 7:12 PM, Pazzi said:

 

just create new peds and put them into the car.

to put the ped into the car you can use:


Ped ped = new Ped();
ped.IsPersistent = true;
ped.BlockPermanentEvents = true;
ped.Tasks.EnterVehicle(vehicle, 0, EnterVehicleFlags.WarpIn);

the 2nd parameter is the seat pos (-1=driver, 0= front passenger, 1 or 2=rear passengers)

I have a other script, do i have to use your script of Just copy mine? 

On 2/10/2019 at 7:12 PM, Pazzi said:

 

just create new peds and put them into the car.

to put the ped into the car you can use:


Ped ped = new Ped();
ped.IsPersistent = true;
ped.BlockPermanentEvents = true;
ped.Tasks.EnterVehicle(vehicle, 0, EnterVehicleFlags.WarpIn);

the 2nd parameter is the seat pos (-1=driver, 0= front passenger, 1 or 2=rear passengers)

Just use ped.WarpIntoVehicle instead.

  • Author
1 hour ago, NoNameSet said:

Just use ped.WarpIntoVehicle instead.

I know, i used it 3/2 days ago. But u still can help me, i really want to know how to make callout starts when only near the spawnpoint

  • 2 weeks later...
On 2/15/2019 at 10:56 PM, WildJam said:

I know, i used it 3/2 days ago. But u still can help me, i really want to know how to make callout starts when only near the spawnpoint

wdym by "make callout starts when only near the spawnpoint"?

as in the notification showing up or telling you to do something when near the vector?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.