Jump to content

AnimPlayer 1.0.0

   (6 reviews)

1 Screenshot

About This File

Hi. To begin with, excuse me for my English.

I share my resource for playing the animation.

You can find animation on request.

I wrote it primarily for myself, do not blame me for nothing. Сan anyone need.

My resource is like Animation Viewer by Hazes but use another base and written in pure js.

How to install:

  • UnZip the file in  server-files.

How to use:

  • Use ~ or /animplayer to browse gui.
  • /animplayer [request] for find animations coinciding with request.
  • /animplayer  [dist / dist+name] for find animation with id = dist and type = name.
  • /animflag [up/down/number] increase, decrease, or set the flag for animation
  • Use LEFT/RIGHT arrow keys to cycle through (dist) animations.
  • Use CTRL + LEFT/RIGHT arrow keys to cycle through (dist) 100 animations at once.
  • Use SHIFT + LEFT/RIGHT arrow keys to cycle through (dist) 10 animations at once.
  • Use UP/DOWN arrow keys to cycle (name) animations.
  • Use CTRL + UP/DOWN for  increase or decrease flag.
  • Use BACKSPACE to reset the search list.
  • Use SPACE to play animation if you change parameter AnimPlayer.autoPlay in resource

GitHubhttps://github.com/TurEduard/rage.mp-animplayer

  • Like 10
  • Confused 1

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

MrPancakers

   5 of 5 members found this review helpful 5 / 5 members

Very useful and easy to use resource. Helped me quickly preview animations and find the ones I was looking for.

Link to review
Gonzi

   8 of 9 members found this review helpful 8 / 9 members

....

hyuXuKe.jpg

  • Like 2
Link to review
n0minal

   1 of 3 members found this review helpful 1 / 3 members

Awesome, way better than the other one.

Link to review
HankSteiner

   0 of 1 member found this review helpful 0 / 1 member

BEAST JS res!
Example: 😏

require('AnimPlayer/index.js');
 
var animloadedStripper = new Promise((resolve, reject) => {
const timer = setInterval(() => {
if(mp.game.streaming.hasAnimDictLoaded("mini@strip_club@lap_dance@")) {
clearInterval(timer);
resolve();
}
}, 100);
});
 
let pedstriper2 = mp.peds.new(
mp.game.joaat('csb_stripper_02'),
new mp.Vector3( 853.775634765625, -3204.40576171875, 5.994997501373291), 193.08009338378906, 0);
 
let pedstriper1 = mp.peds.new(
mp.game.joaat('csb_stripper_01'),
new mp.Vector3( 854.9553833007812, -3204.400390625, 5.994999408721924), 193.06187438964844, 0);
 
var animloadedStripper = new Promise((resolve, reject) => {
const timer = setInterval(() => {
if(mp.game.streaming.hasAnimDictLoaded("mini@strip_club@lap_dance@ld_girl_a_song_a_p1")) {
clearInterval(timer);
resolve();
}
}, 100);
});
 
animloadedStripper.then(function() {
//mp.gui.chat.push('anim is loaded')
pedstriper1.taskPlayAnim("mini@strip_club@lap_dance@ld_girl_a_song_a_p1", "ld_girl_a_song_a_p1_f",8.0,1, -1, 1, 1, true, true, true)
pedstriper2.taskPlayAnim("mini@strip_club@lap_dance@ld_girl_a_song_a_p1", "ld_girl_a_song_a_p1_f",8.0,1, -1, 1, 1, true, true, true)
})
Link to review
mastersplinter

· Edited by mastersplinter

  

great but idt it has dlc animations in it

Link to review
×
×
  • Create New...