Simply install to your project:
sampctl package install Mergevos/samp-walking-styles
Include in your code and begin using the library:
#include <walking-styles>
If you've had included this into your script/gamemode etc... Start by using a simple function
Player_SetWalkingStyle(const playerid, WALKING_STYLES:style);
This is going to set you some of walking styles below
WALKING_STYLE_DEFAULT = 0,
WALKING_STYLE_NORMAL,
WALKING_STYLE_PED,
WALKING_STYLE_GANGSTA,
WALKING_STYLE_GANGSTA2,
WALKING_STYLE_OLD,
WALKING_STYLE_FAT_OLD,
WALKING_STYLE_FAT,
WALKING_STYLE_WOMANOLD,
WALKING_STYLE_WOMANFATOLD,
WALKING_STYLE_SHUFFLE,
WALKING_STYLE_LADY,
WALKING_STYLE_LADY2,
WALKING_STYLE_WHORE,
WALKING_STYLE_WHORE2,
WALKING_STYLE_DRUNK,
WALKING_STYLE_BLIND
And there is
Player_GetWalkingStyle(const playerid);
This will return you the player's walking style.
To test, firstly configure pawn.json then simply run the package:
sampctl package run