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.

[Discussion] Best ways to create a dialog

Featured Replies

I've been using this crappy thing for making a dialog and was wondering what everybody else has came up with, don't bother if you just do GameFiber.Sleep continuously without even using a new GameFiber 🤦‍♀️

 

private readonly List<string> dialogWithPed = new List<string>()
{
    "Officer: BLA BLA BLA",
    "Ped: BLA BLA BLA"
};
private int dialogWithPedIndex;
if (!Game.IsKeyDown(Keys.Y)) return;

if (dialogWithPedIndex < dialogWithPed.Count)
{
    Game.DisplaySubtitle(dialogWithPed[dialogWithPedIndex]);
    dialogWithPedIndex++;
}

if (dialogWithPedIndex == 2)
{
    //
}

This could be a simple yet cool addition to LSPDFR, create a minimal two or three conversation for random peds, generate or create hundreds/thousands of conversations with simple responses. For example a ped could ask you for directions, or maybe flag you down to investigate an area?. Or hell, maybe even have a hostile conversation with you have gang peds engage in mean/negative cop hating conversations/responses. 

derp.png

                                                                                                                                         4-DAVID-20 

Officer: "Hello sir, we got a call about someone here playing music too loud, you know anything about that?" 

 

Ped: 'you should stop sticking your nose in other peoples business." 

"I'm a marked man, so I'm getting out of here"

 

Ray Machowski

30 minutes ago, GTALawEnforcer said:

This could be a simple yet cool addition to LSPDFR, create a minimal two or three conversation for random peds, generate or create hundreds/thousands of conversations with simple responses. For example a ped could ask you for directions, or maybe flag you down to investigate an area?. Or hell, maybe even have a hostile conversation with you have gang peds engage in mean/negative cop hating conversations/responses. 

 

23 minutes ago, TheSandwichStealer said:

Officer: "Hello sir, we got a call about someone here playing music too loud, you know anything about that?" 

 

Ped: 'you should stop sticking your nose in other peoples business." 

@GTALawEnforcer & @TheSandwichStealer not asking for a LSPDFR feature nor am I asking what to write in a dialog..maybe read what I actually want next time? Thanks.

Edited by NoNameSet

5 hours ago, NoNameSet said:

 

 @TheSandwichStealer not asking for a LSPDFR feature nor am I asking what to write in a dialog..maybe read what I actually want next time? Thanks.

 

 

Oh I see what you mean now, my bad dude. Do you like the program you're using? 

"I'm a marked man, so I'm getting out of here"

 

Ray Machowski

2 hours ago, TheSandwichStealer said:

Do you like the program you're using? 

Yes

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.