View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-04-2014 , 06:37   Re: set_user_frags/fm_set_user_frags/set_pev(..pev_frags..) Doesn't Work Properly in
Reply With Quote #6

m_iClientFrags is a copy of pev->frags

At UpdateClientDatas, if m_iClientFrags is different from pev->frags, m_iClientFrags is set to pev->frags value and ScoreInfo message is sent, i think it is how it is working for that game

But in that case your previous tests should have been working, so i don't really understand.

Anyway, change pdata won't have any effect, the only thing you should do is change pev->frags using set_user_frags or pev_frags or whatever.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline