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.

CowNation

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    CowNation got a reaction from officer ortiz in Make peds say something   
    Also, how do I get them to move their mouth? What animation is that?
  2. Like
    CowNation got a reaction from 7katwoal12 in Display help only once   
    if (Game.LocalPlayer.Character.DistanceTo(suspect) < 25f) { Game.DisplayHelp("Press T to call firetruck"); if (Game.IsKeyDown(Keys.T)) { Game.DisplayHelp(""); } }  
  3. Like
    CowNation got a reaction from techgamer15 in How to put Flags on peds   
    Persona pedPersona = Functions.GetPersonaForPed(Jumper); Persona wantedPedPersona = new Persona(Jumper, pedPersona.Gender, pedPersona.BirthDay, pedPersona.Citations, pedPersona.Forename, pedPersona.Surname, pedPersona.LicenseState, pedPersona.TimesStopped, true, pedPersona.IsAgent, pedPersona.IsCop); Functions.SetPersonaForPed(Jumper, wantedPedPersona); Just replace 'Jumper' with the name of your witness variable.
  4. Like
    CowNation got a reaction from PieRGud in Can we recognise the Division from code ?   
    You can distinguish with 3 ways: 
    1. Having the player select their division using a menu (EUP Compatible)
    2. Automatically detecting their model using lots of if statements (Not EUP Compatible)
    3. You can do both (If player is using EUP they'll have to select their division themselves)
  5. Like
    CowNation got a reaction from AlexanderK. in Can we recognise the Division from code ?   
    You can distinguish with 3 ways: 
    1. Having the player select their division using a menu (EUP Compatible)
    2. Automatically detecting their model using lots of if statements (Not EUP Compatible)
    3. You can do both (If player is using EUP they'll have to select their division themselves)
  6. Like
    CowNation got a reaction from creator2013 in Callout variations   
    *new Random(0, 2)
    Random(0, 1) will only return 0
  7. Like
    Witness.Tasks.PlayAnimation()
    You just gotta find the name of the writing on paper's name and fill out the parameters.
  8. Like
    CowNation reacted to Deactivated Member in Make peds say something   
    Here's a link for animations https://alexguirre.github.io/animations-list/
    Here's a speech list from alexguirre https://gist.github.com/alexguirre/0af600eb3d4c91ad4f900120a63b8992
  9. Like
    CowNation got a reaction from HazyTube in [Callout plugin] Can't arrest suspect, keeps shaking   
    No problem

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.