View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 09-21-2017 , 11:41   Re: [HELP] cs_set_user_team / jointeam - joinclass
Reply With Quote #9

https://github.com/s1lentq/ReGameDLL...ayer.cpp#L3444

Set m_iJoiningState offset.

Code:
player->m_flRadioTime = gpGlobals->time + 1.5f;
In simple words it sets m_flRadioTime offset on the "player" entity. It's like you would do set_pdata_float(player, m_flRadioTime, ...).
__________________

Last edited by HamletEagle; 09-21-2017 at 11:42.
HamletEagle is offline