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

Zombie Mod VIP Skins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dylanmaster1
Member
Join Date: Jun 2012
Location: Sweden
Old 09-05-2012 , 15:29   Zombie Mod VIP Skins
Reply With Quote #1

Does anyone know how to set up VIP ZOMBIE/HUMAN skins for steamid's without having to give them the Reserved slot flag
__________________

dylanmaster1 is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 09-06-2012 , 05:44   Re: Zombie Mod VIP Skins
Reply With Quote #2

addons/sourcemod/configs/admins_simple.ini:

Code:
//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"		"permissions"		"password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//	You can also specify immunity values.  Two examples:
//	"83:abcdefgh"			//Immunity is 83, flags are abcdefgh
//	"6:@Full Admins"		//Immunity is 6, group is "Full Admins"
//
//	Immunity values can be any number.  An admin cannot target an admin with 
//	a higher access value (see sm_immunity_mode to tweak the rules).  Default 
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"		"bce"				//generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"		"99:z"				//all permissions for this ip, immunity value is 99
//   "BAILOPAN"			"abc"	"Gab3n"		//name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////

"STEAM_0:blah" "0:@VIP"
No flags, no immunity, just group membership to a new group called VIPs.

Then, edit your models.txt and playerclasses.txt to add this groupname to your particular model, and hey presto, VIP skins!

Last edited by Jargon; 09-06-2012 at 05:45.
Jargon is offline
dylanmaster1
Member
Join Date: Jun 2012
Location: Sweden
Old 09-08-2012 , 10:24   Re: Zombie Mod VIP Skins
Reply With Quote #3

If I wanted to give them another skin would do
STEAMID 0:@VIP@VIP2
or make another steam Id thing

SAME STEAMID 0:@VIP
SAME STEAMID 0:@VIP2
__________________

dylanmaster1 is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 09-08-2012 , 21:01   Re: Zombie Mod VIP Skins
Reply With Quote #4

Unless you want to limit access to certain VIP skins to certain players, you could use them all under one group, otherwise I'd say the 2nd option as I don't think the syntax supports multiple groups in one line.

Last edited by Jargon; 09-25-2012 at 17:02. Reason: typo!
Jargon is offline
KratosMafia
Senior Member
Join Date: Jul 2012
Old 09-24-2012 , 20:17   Re: Zombie Mod VIP Skins
Reply With Quote #5

admin.cfg
Code:
"KratosMafia"
    {
        "auth" "steam"
        "identity" "STEAM_1:1:13544022"
        "flags" "z"
        "group" "zr_vip"
    }
That is how i have mine.
__________________

Last edited by KratosMafia; 09-24-2012 at 20:18.
KratosMafia is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 09-24-2012 , 22:12   Re: Zombie Mod VIP Skins
Reply With Quote #6

Yeah that's a great idea, let's give all VIPs root access to the server...
Jargon is offline
Molli
SourceMod Donor
Join Date: Aug 2007
Location: Finland
Old 09-25-2012 , 12:10   Re: Zombie Mod VIP Skins
Reply With Quote #7

Quote:
Originally Posted by Jargon View Post
Yeah that's a great idea, let's give all VIPs root access to the server...
Molli is offline
KratosMafia
Senior Member
Join Date: Jul 2012
Old 09-28-2012 , 16:54   Re: Zombie Mod VIP Skins
Reply With Quote #8

Quote:
Originally Posted by Jargon View Post
Yeah that's a great idea, let's give all VIPs root access to the server...
That is just mine haha

I use sourcebans though. A lot easier to set up people that way ^-^
__________________
KratosMafia 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 00:13.


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