Quote:
Originally Posted by YamiKaitou
change fm_set_user_model to cs_set_user_model
|
Quote:
Originally Posted by YamiKaitou
fm_* functions are inefficient, don't use them.
There are only 2 parameters for cs_set_user_model, not sure where you got the third from
|
So i should remove the code on the end of the plugin?
This:
PHP Code:
stock fm_reset_user_model( player )
{
dllfunc( DLLFunc_ClientUserInfoChanged, player, engfunc( EngFunc_GetInfoKeyBuffer, player ) )
}