03.06.2014, 16:38
pawn Код:
native GetPlayerRun(playerid);
// Values:
#define PLAYER_RUN_NONE -1
#define PLAYER_RUN_WALK 0
#define PLAYER_RUN_CROUCH 1 // Speed player: 11~14.
#define PLAYER_RUN_TROT 2
#define PLAYER_RUN_SPRINT 3
// Callbacks.
forward OnPlayerStartRun(playerid, runtype);
forward OnPlayerFinishRun(playerid);
Out of it, well done puto de la bob : )