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.

Getting animations

Featured Replies

How would I go about playing animations, for example a search animation and or a cuff animation for detaining suspects for callouts? I don't want to actually cuff them through STP or lspdfr otherwise the callout will end but just to show immersion for the players. 

On 4/11/2023 at 2:25 AM, Eli180sx said:

How would I go about playing animations

Complicated, because there is no(?) easy readable source. The files has cryptic names and are hard to find.
as an example we have

 

amb@code_human_cower_stand@female@react_cowering

    base_back_left
    base_back_left_exit
    base_back_right
    base_back_right_exit
    base_front
    base_front_exit
    base_left
    base_left_exit
    base_right
    base_right_exit
    flinch

amb@code_human_cower_stand@female@react_cowering
-is the folder/ animationDictionary
-Each of the below listed are animations in that Dictionary.


Then you need the RAGE.method PlayAnimation:
public AnimationTask PlayAnimation(
    AnimationDictionary animationDictionary,
    string animationName,
    int timeout,
    float blendInSpeed,
    float blendOutSpeed,
    float startPosition,
    AnimationFlags flags

The collection of animation has been made by alexG.
There are more than 150000.....!
Non has usage friendly names.....
You find it here:
https://alexguirre.github.io/animations-list/

  •  

Edited by GTAbear
posted to early

See my plugin here:
https://www.youtube.com/watch?v=peqSXuTfIyY

Let me know if you find it interesting.
Best Regards.

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.