[Standalone] Constant Walking Styles (2.0)

CONSTANT WALKING STYLES

Beginning

Today I want to present to you updated version of my “walking styles” script. But first of all, why is it so special, and why it costs so much for just a walking styles script? Everything is explained below!

How it works?

As the script name says, it’s just script, with menu to chose walking style of your choice for your character, but with a few improvements. So, what are these improvements? First of all, they are permanent, since the moment you chose one it will stay with you, no matter if you leave your favourite server, or you just got killed, just after you get back to game, it will be there, setted for your character! I have never seen sutch solution available to a wider audience, only one or two scripts with that functionality written individually for other servers, not available for wide fivem community.

Features

  • No database usage, saves data to json array
  • Customizable command
  • Easy to configure (clean config.lua)
  • Fully customizable menu
  • Fully standalone - doesnt need any frameworks etc.
  • Walking style saves when you leave, and reload after you rejoin server
  • (Optional function) Players below setted hp will have injured walking style
  • 0.00ms on server and client side

Config Sample

Config = {}

Config['Command'] = "ws"

Config["MenuStyle"] = {
    title = "Walking Styles",
    subTitle = "Choose your favourite!",
    titleColor = { 255, 255, 255, 255 },
    subTitleColor = { 250, 250, 250, 255 },
    titleBackgroundColor = { 47, 154, 253, 240 },
    menuBackgroundColor = { 0, 0, 0, 200 },
    menuTextColor = { 136, 197, 253, 255 },
    menuSubTextColor = { 189, 189, 189, 255 },
    menuFocusColor = { 0, 0, 0, 235 },
    menuFocusTextColor = { 47, 154, 253, 255 },
}

--@ If enabled, players with health below maxHp value will have injured walking style
Config["Injured"] = {
  enable = true,
  maxHp = 20,
}

Config["walkingStyles"] = {
  {
    'Default',
    'default'
  },
  {
    'Arrogant',
    'move_f@arrogant@a'
  },
  {
    'Casual',
    'move_m@casual@a'
  },
  ...
}

Disclaimer

If you want found any bugs, or just ask a question go ahead and do it. You can find info ho to do it on package’s tebex page!

Custom edit

if you want me, to add some custom functionality or for example add functions of my script to your animations script, just write to me!

Interested?

  • If you are, you can buy it for just 7 euro (+VAT) on my Tebex store
  • You can also check my other scripts by checking up my Youtube channel
Code is accessible No (Config only)
Subscription-based No
Lines (approximately) 150
Requirements None
Support Yes
1 Like

I love you

1 Like