View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 06-28-2015 , 13:38   Re: Entity Resources Replacement[ V 1.3 - Must See ]
Reply With Quote #128

BIG UPDATE to version 1.3. Now this is the ultimate plugin for resorces replacement, you can make any combination you want.


DELETE YOUR CONFIGURATION FILES AND USE NEW ONES FROM ARCHIVE. THE NEW ONES CONTAIN INSTRUCTIONS ABOUT THE LATESTS UPDATE(ADDTIVE FLAGS + REPLACEMENT BY ADMIN FLAG)
Code:
Added version checker
Better filtering for wrong configurations, missing models/sounds | Added changelog display for suggested version
Filtering mp3 files to prevent user input errors
Added a new identifier for replacement - admin flags
Flags are now additive for player & weapon models
Code cleaned
Fixed some tipos
1.Version checker was added, this mean that my plugin will connect to http://hamletplugins.comyr.com/test.html to get the lastest version and inform you if you are running the latest one or you should update.

2.It also gets the changelog for the next version. If you are running an older one the plugin will automatically print the changelog for latest version so you know what changes were done.

3.For both weapons & player models you have now a new type of replacement, by admin flags. You must write Flag_letter. If you want to give a model to all admins that have ban acces you must do Flag_d and the rest is the same, write the model as for any other replacement type(team/steam etc)

Examples:
Code:
Flag_d models/v_ak47.mdl models/v_m4a1.mdl models/p_m4a1.mdl models/w_m4a1.mdl
Flag_abcdefghijklmnopqrstu models/v_m4a1.mdl models/v_ak47.mdl models/p_ak47.mdl models/w_ak47.mdl
4.The biggest and most interesting part, flags are now additive, this mean you can combine them with "+".
Code:
Flag_someflags+TEAM_CT some_model
Flag_someflags+TEAM_TERRORIST some_other_model

Flag_abcd+TEAM_CT+STEAM_ some_model
Another example:
Code:
STEAM+TEAM_CT some_model
STEAM+TEAM_TERRORIST some_other_model
You are not limited at only two flags, you can combine as many as you want, but without ALL flag. Also, the same thing can be done for weapon models.

So, now you can have a model for a specific steamid when he is TERO and another model when he is CT.

*Text copied from a pm to Jockey, credits to him for this awesome ideeas and for testing.
__________________

Last edited by HamletEagle; 06-28-2015 at 14:02.
HamletEagle is offline