View Single Post
NeFeroN
New Member
Join Date: Jan 2017
Old 01-22-2017 , 13:44   Re: Entity Resources Replacement[ V 1.4 ]
Reply With Quote #201

Quote:
Originally Posted by HamletEagle View Post
Check how the plugin is named inside plugins folder. The name from plugins.ini and the actual file name don't match. If this is not the case, recompile the plugin and check.
entities_resources_replacement.amxx is in Plugin folder and entities_resources_replacement.amxx is written in plugins.ini . Checked everything but still error. Deleted all my previous plugins like GHW_Weapon_Replacement.amxx and player_model.amxx . Still no luck . Last i compiled your plugin and still , no luck. Got new error in logs

Code:
L 01/22/2017 - 21:30:22: Start of error session.
L 01/22/2017 - 21:30:22: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20170122.log")
L 01/22/2017 - 21:30:22: [AMXX] Load error 17 (invalid file format or version) (plugin "entities_resources_replacement.amxx")
UPD. v1 ) Find information that plugin must be compiled with same amx mod x version on my server. Now it's working properly !

UPD. v2 ) Got problem. Here is my lines. Only STEAM_0:0:10046xx got different knife skin , another one and TEAM_TERRORIST has default skin of cs 1.6 . Is it possible to make it work with more than one steamid ?
Code:
;Add your models below:

TEAM_TERRORIST models/v_knife.mdl models/nw/dlknife/v_knife.mdl models/nw/dlknife/p_knife.mdl NULL
STEAM_0:0:10046xx models/v_knife.mdl models/gut/v_knife.mdl models/gut/p_knife.mdl NULL
STEAM_0:0:54369xx models/p_knife.mdl models/nw/p_knife.mdl models/nw/v_knife.mdl NULL

Last edited by NeFeroN; 01-22-2017 at 15:14.
NeFeroN is offline