Quote:
Originally Posted by ConnorMcLeod
Should set pdata m_iFOV instead of sending the message
Code:
#define XO_PLAYER 5 #define m_iFOV &nb sp; 363 SetUserFov(id, iFOV) { set_pdata_int(id, m_iFOV, iFOV, XO_PLAYER) set_pev(id, pev_fov, iFOV) }
|
Connor, how to use that, I am trieing it like that, but it doesn't work:
PHP Code:
SetUserFov(victim, get_pcvar_num(cvar))