Hiya
I’m looking for dog animations (K-9) for someone who is rp’ing as a dog using the dog (husky) ped.
I’ve seen on another server witch has the possibility for players in the police department to go on duty and rp as a dog using the husky ped in game.
I’m currenlty on a new server that’s setting up and because of my speech impediment (stuttering) i’m allowed to use the husky ped and rp as a dog, but we’re looking for some dog animations to put into the server.
Animations like sit, lay down, etc if there’s an menu out there with animations like that
I’m looking for an meny with animations (like the animations you have for human players)
but animations for players that choose to play the game as a dog.
Like at the PD in the locker room when i choose my character my character is an actual dog so i need an menu that i can use so that i can sit, lay down etc when i’m a doggo
When time allows I’ll code you a menu. It will be server side, so you’ll need to have the server owners put it on their server. Do they have NativeUI or Warmenu installed?
@Silliih Consider it done. Animations can be changed/added on the first lines of client.lua. The menu can only be opened for players with the following ped models: "a_c_shepherd", "a_c_rottweiler", "a_c_husky", "a_c_poodle", "a_c_pug", "a_c_westy", "a_c_retriever" . Lastly, “m” opens the menu by default. This can be changed on line 69 of client.lua .
Like I said above, M is the hotkey. Does Warmenu really not work for you? That’s why I asked what was available on your server. NativeUI would require pretty much a complete recode.
Ah okies
No it should be using Warmenu. Then he must have put it in incorrectly.
But would have been nice to have the other as well (NativeUI) if not too much work though
Well, it’s actually keycode 244, which is 244 - INPUT_INTERACTION_MENU, and is by default M. If you’ve remapped that key to a different one, it won’t be M anymore.
If time allows, I’ll switch it to NativeUI. The Warmenu one works fine for now, though.
Hey, I told me friend to install this on his server and he did last night, now i’m trying to open it and it won’t let me i tried everything even M like you said. Any Help?