AMX Mod X API Documentation

Signature
enum CsPlayerAnim { CS_PLAYER_IDLE = 0, CS_PLAYER_WALK = 1, CS_PLAYER_JUMP = 2, CS_PLAYER_SUPERJUMP = 3, CS_PLAYER_DIE = 4, CS_PLAYER_ATTACK1 = 5, CS_PLAYER_ATTACK2 = 6, CS_PLAYER_FLINCH = 7, CS_PLAYER_LARGE_FLINCH = 8, CS_PLAYER_RELOAD = 9, CS_PLAYER_HOLDBOMB = 10 };
Description

Player's gait animation constants.

Назад
Верх