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.

Callout variations

Featured Replies

I'm working on a code 2 callout where a Repo Driver needs assistance as a suspect is hostile. This was suggested by [GTALawEnforcer] on my RoadIncident callout pack, so what I want is 2 variations for it, 1 being the suspect gives in and the repo driver is successful. And the second being the suspect pulls a weapon or something like that.

 

Thanks in advance!

Edited by SRS Bladez

7 hours ago, SRS Bladez said:

I'm working on a code 2 callout where a Repo Driver needs assistance as a suspect is hostile. This was suggested by [GTALawEnforcer] on my RoadIncident callout pack, so what I want is 2 variations for it, 1 being the suspect gives in and the repo driver is successful. And the second being the suspect pulls a weapon or something like that.

 

Thanks in advance!

 


You can create 2 Callouts that are identically the same, but on the 2nd to change the plot.   As you said:  

Quote

And the second being the suspect pulls a weapon or something like that.



Other than that, you can do it on 1 file, (callout) but you may mess up with the code in C#.   You can see:

 

 

 

Edited by AlexanderK.

HELLO!!     I'm a Greek guy and YouTuber.   I really like Modding and playing LSPDFR!  I'm  very familiar with Programming (Coding) and PC Hardware / Software. I'm also a Cuber ( I Solve Rubicks Cubes and other kinds).   

My YouTube Channel:  https://www.youtube.com/c/ATGGGR/

 

 

 

Just now, SRS Bladez said:

Thanks for that, I'll do the first one

It think it will be much easier and better!  Nice to let me know I helped you!

HELLO!!     I'm a Greek guy and YouTuber.   I really like Modding and playing LSPDFR!  I'm  very familiar with Programming (Coding) and PC Hardware / Software. I'm also a Cuber ( I Solve Rubicks Cubes and other kinds).   

My YouTube Channel:  https://www.youtube.com/c/ATGGGR/

 

 

 

Random Rand = new Random();
int randomint = Rand.Next(0, 1);

if(randomint == 0){
	//Do something
}else{
	//Do the other thing
}

Like @AlexanderK. said, you can do this in one callout with the help of random integers. If you just want the endings to be different you can use the code above

7 hours ago, creator2013 said:

Random Rand = new Random();
int randomint = Rand.Next(0, 1);

if(randomint == 0){
	//Do something
}else{
	//Do the other thing
}

Like @AlexanderK. said, you can do this in one callout with the help of random integers. If you just want the endings to be different you can use the code above

 

*new Random(0, 2)

Random(0, 1) will only return 0

C++, C#, and Python dev with a dream.. and depression

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...

Similar Content

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.