Raised This Month: $ Target: $400
 0% 

[ReQ] Block Model


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 05-03-2015 , 18:08   [ReQ] Block Model
Reply With Quote #1

i put in my server
model/player/xx

and i see model of xx and other original model gign ...
i need a plugin to block the original models [GiGn - Arctic - Urban..]
and tnx
__________________
Moroccan and proud
Linkin Hisoka is offline
Mr.Pro
Member
Join Date: Jul 2014
Old 05-03-2015 , 18:44   Re: [ReQ] Block Model
Reply With Quote #2

you can change it for my zp
i go to config/zombieplague.ini
and remove unwanted models like gigin & urban
because if they are there models are chosen randomly
Mr.Pro is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 05-04-2015 , 07:07   Re: [ReQ] Block Model
Reply With Quote #3

no i search a plugin to block model not a zp and .. -_-
__________________
Moroccan and proud
Linkin Hisoka is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 05-04-2015 , 13:36   Re: [ReQ] Block Model
Reply With Quote #4

nobody ?
__________________
Moroccan and proud
Linkin Hisoka is offline
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 05-04-2015 , 13:48   Re: [ReQ] Block Model
Reply With Quote #5

14 days before you bump...
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
Mr.Pro
Member
Join Date: Jul 2014
Old 05-04-2015 , 17:26   Re: [ReQ] Block Model
Reply With Quote #6

buddy i gave you an example -_-
look in config you will find an ini there according to ur plugin where you can edit and change models for players
Mr.Pro is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 05-04-2015 , 18:18   Re: [ReQ] Block Model
Reply With Quote #7

Quote:
14 days before you bump...
o.O what?
__________________
Moroccan and proud
Linkin Hisoka is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 05-04-2015 , 18:24   Re: [ReQ] Block Model
Reply With Quote #8

i put this plugin in server and i see model in the plugin and normal original models GiGn - Urban - ...


Code :
PHP Code:
#include <amxmodx>
#include <cstrike>

public plugin_init() {
    
register_plugin("Players Models""1.0""Medox*")
    
register_event("ResetHUD""Reset_Model""b")
    
}

public 
plugin_precache(){
    
    
precache_model "models/player/ng_furien/ng_furien.mdl";
    
precache_model "models/player/ng_antifurien/ng_antifurien.mdl";
    
precache_model "models/player/ng_antifurien_admin/ng_antifurien_admin.mdl";      
}

public 
Reset_Model(id)
{
    if (
cs_get_user_team(id) == CS_TEAM_T){
        
cs_set_user_model(id"ng_furien");
    }
    else     
        if(
cs_get_user_team(id) == CS_TEAM_CT){
        
cs_set_user_model(id"ng_antifurien");
    }
    
    if(
get_user_flags(id) & ADMIN_KICK){
        if (
cs_get_user_team(id) == CS_TEAM_CT){
            
cs_set_user_model(id"ng_antifurien_admin");
        }
    }

__________________
Moroccan and proud
Linkin Hisoka is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 05-04-2015 , 18:29   Re: [ReQ] Block Model
Reply With Quote #9

you know now on what i was talking?
__________________
Moroccan and proud
Linkin Hisoka is offline
Mr.Pro
Member
Join Date: Jul 2014
Old 05-05-2015 , 05:29   Re: [ReQ] Block Model
Reply With Quote #10

look buddy in fuien mod this is mine

amxmodm/players_models.ini
Quote:
;T
"arctic" "FurienModel"
"guerilla" "FurienModel"
"leet" "FurienModel"
"terror" "FurienModel"


;CT
"sas" "AntiFurienModel"
"gign" "AntiFurienModel"
"gsg9" "AntiFurienModel"
"urban" "AntiFurienModel"
so any of the old models will change to what you select
and sorry i don't know any thing in scripting
Mr.Pro is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode