Raised This Month: $51 Target: $400
 12% 

Can Someone Tell Me how to do this?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FN_Productions
Member
Join Date: Mar 2014
Old 04-02-2014 , 15:45   I need some Help please.
Reply With Quote #1

Hello everyone I'm not new to this site but this is my
First request. Basically I just need some one with some time that would be willing to help me
If they don't mind.
I have a zombie plague server and People pay for full admin
Or SMS admin I call it half admin on my server and what I need help is
I have no clue how to set this but I need help with something

People who purchase SMS admin I want them to be set with a different
Model then the full admins and the people who buy full admin will have the full admin player skin
And the people who purchase SMS will have a different player skin
So basically there are 2 admin skins I hope someone can do that for me
FN_Productions is offline
Send a message via Skype™ to FN_Productions
Baws
Veteran Member
Join Date: Oct 2012
Old 04-02-2014 , 18:54   Re: I need some Help please.
Reply With Quote #2

Use this: https://forums.alliedmods.net/showthread.php?t=106094

When you use it, add the models you like with their steam id's.
__________________
Like my clean plugins and work?
Baws is offline
FN_Productions
Member
Join Date: Mar 2014
Old 04-02-2014 , 21:20   Re: I need some Help please.
Reply With Quote #3

this is not what im really looking for i just want a simple plugin if someone buy full admin then they will get a player sking for full admin

if they buy sms admin they will get a different skin from full admin

is it possible to set ADMIN_LEVEL_n for full admin and then ADMIN_LEVEL_o for sms or anything that could be related any way we could do it like that or similar ?
FN_Productions is offline
Send a message via Skype™ to FN_Productions
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 04-03-2014 , 02:36   Re: I need some Help please.
Reply With Quote #4

Untested..
Change Modelname to the model
so usually skinname as folder name
same for modelname2

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

#pragma semicolon 1;

#define SMSADMIN ADMIN_LEVEL_B
#define FULLADMIN ADMIN_LEVEL_C

public plugin_init() 

    
register_plugin("Admin Skins""1.0""got.Juked?");
    
register_event("ResetHUD""AdminModels""b");
}

public 
plugin_precache()

    
precache_model("models/player/MODELNAME/MODELNAME.mdl");
    
precache_model("models/player/MODELNAME2/MODELNAME2.mdl");
    return 
PLUGIN_CONTINUE;
}

public 
AdminModels(idlevelcid)

    if(!
is_user_connected(id))
    return 
PLUGIN_HANDLED;
    
    if (
get_user_flags(id) & SMSADMIN){
        
cs_set_user_model(id"MODELNAME");
    } else if (
get_user_flags(id) & FULLADMIN){
        
cs_set_user_model(id"MODELNAME2");
    }
    return 
PLUGIN_CONTINUE;

__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
FN_Productions
Member
Join Date: Mar 2014
Old 04-03-2014 , 08:11   Re: I need some Help please.
Reply With Quote #5

Well i have a zombie server and when i use this plugin its like confusing the game becuase zombie_plague.ini only has 1 admin skin set i tried changing it around but it wasint working that good do you know anything else we can try?

Last edited by FN_Productions; 04-03-2014 at 08:49.
FN_Productions is offline
Send a message via Skype™ to FN_Productions
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 04-03-2014 , 16:01   Re: I need some Help please.
Reply With Quote #6

Quote:
Originally Posted by baws View Post
https://forums.alliedmods.net/showpo...&postcount=531
Quote:
Originally Posted by FN_Productions View Post
.. because zombie_plague.ini only has 1 admin skin..
idk if it's possible to make a small plugin to set specific classes to some steamIDs, just some private classes using different models.
__________________

Last edited by ANTICHRISTUS; 04-03-2014 at 16:03.
ANTICHRISTUS is offline
FN_Productions
Member
Join Date: Mar 2014
Old 04-11-2014 , 17:16   Can Someone Tell Me how to do this?
Reply With Quote #7

I have a zombie plague server and someone told me that zombie plague uses it's own model system

can some one please tell me how to do this then or have any idea or can help me in any sort of way?

basically i have 2 types of admins on my server.

1.FULL ADMIN
2.Half Admin basically just like SMS

1.The people who pay for full admin they recieve the skin perfectly but we have a bug with the Half Admin or maybe its not a bug i just dont know how to do this.

what happens is when i people pay for half admin they dont get any sort of admin skin they just use the normal player skins what i want to do is somehow give them a skin according to the flag i give them lets say is it possible to give them a different skin if we use a CUSTOM FLAG?
full admins there default flag for skin is flag D now is it possible for the people who purchase half admin can we give them a custom skin as well if we give them a CUSTOM FLAG becuase full admins use flag D how would we give the Half Admins a different skin?
FN_Productions is offline
Send a message via Skype™ to FN_Productions
joshknifer
Veteran Member
Join Date: Jun 2011
Location: Denver, CO
Old 04-11-2014 , 17:29   Re: Can Someone Tell Me how to do this?
Reply With Quote #8

http://www.amxmodx.org/compiler.php?...hor=&go=search
__________________
joshknifer is offline
Send a message via Skype™ to joshknifer
FN_Productions
Member
Join Date: Mar 2014
Old 04-11-2014 , 18:04   Re: Can Someone Tell Me how to do this?
Reply With Quote #9

that is not what im looking for please re read what i posted
FN_Productions is offline
Send a message via Skype™ to FN_Productions
Old 04-11-2014, 18:19
wickedd
This message has been deleted by YamiKaitou. Reason: threads merged, so cleanup. plus, there is never a need to duplicate your thread
Old 04-11-2014, 18:24
FN_Productions
This message has been deleted by YamiKaitou. Reason: threads merged, so cleanup. plus, there is never a need to duplicate your thread
Old 04-11-2014, 18:28
wickedd
This message has been deleted by YamiKaitou. Reason: threads merged, so cleanup. plus, there is never a need to duplicate your thread
Old 04-11-2014, 18:40
FN_Productions
This message has been deleted by YamiKaitou. Reason: threads merged, so cleanup. plus, there is never a need to duplicate your thread
FN_Productions
Member
Join Date: Mar 2014
Old 04-11-2014 , 20:36   Re: Can Someone Tell Me how to do this?
Reply With Quote #10

Then close the thread
FN_Productions is offline
Send a message via Skype™ to FN_Productions
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 11:30.


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