Look At Your Model
sm_look (консоль)
!look (чат)
/look (чат)
Код
// public Action:OnLookStartPre(client);
// public OnLookStartPost(client);
// public OnLookEnd(client);
//
// For example, if need only OnLookStartPost hook, use HookLookModel(INVALID_FUNCTION, OnLookStartPost, INVALID_FUNCTION);
native HookLookModel(Function:OnLookStartPre = INVALID_FUNCTION, Function:OnLookStartPost = INVALID_FUNCTION, Function:OnLookEnd = INVALID_FUNCTION);
// If true, then the player looks at himself from the third person.
native bool:LookModel(client);