View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-22-2017 , 15:19   Re: Entity Resources Replacement[ V 1.4 ]
Reply With Quote #202

It works with unlimited steam id's. But you configured it wrong.
Quote:
;STEAM_...... v_old_model v_new_model p_new_model w_new_model
After the identifier(team/steamid/etc) you have to ALWAYS put the old v_model, no matter what you will replace and after that keep the sequence: v p w
If you don't want to replace one of them, then use NULL.

The correct line would be:
Code:
STEAM_0:0:54369xx models/v_knife.mdl models/nw/v_knife.mdl models/nw/p_knife.mdl NULL
Also, check your error logs. In most of cases plugin will tell you why a resource was not replaced.
__________________

Last edited by HamletEagle; 01-22-2017 at 15:25.
HamletEagle is offline