Raised This Month: $32 Target: $400
 8% 

[CSS] VIP


Post New Thread Reply   
 
Thread Tools Display Modes
Author
tooti
Member
Join Date: Apr 2012
Location: Germany
Plugin ID:
4128
Plugin Version:
2.1-Beta
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
A VIP Plugin for CSS
Unapprover:
Reason for Unapproving:
Not supported, unapproval requested by author
Old 03-08-2014 , 17:10   [CSS] VIP
Reply With Quote #1

VIP

Originally, this Plugin was a Private request but with the second version of this I decided to make it public because it was never used by me and the Community who gives me the request doesn't care about here servers...anymore...
So here is the plugin and even more features will come!

Feature list:
  • 100% Armor each Round
  • Colored Skin (with Disco-Mode)
  • Join-Message
  • Player-Trail
  • More Money
  • Reserve Slot
  • Grenade-Trail
  • More Ammo
  • Colored Smoke
  • No FallDamage
  • Model
  • Chat-Tag
  • Player Trails

CVAR list:
Code:
sm_vip_version 1 - the Version 
sm_vip_enabled 1 - Can this Plugin do his work?
sm_gueldenskin_enabled 1 - User have a  golden skin?  
sm_vip_trail 1 - Can user have a Player Trail? 
sm_vip_chat 1 - Can user have a Chat-Tag? 
sm_vip_join 1 - JoinMessage enabled? 
sm_vip_skin 1 - Vip-Skin enabled? 
sm_vip_falldamage 1 - NoFallDamage enabled? 
sm_vip_weaponcolor 1 - WeaponColor enabled? 
sm_vip_tag [VIP] - The Chat tag when he writes a vip message? 
sm_vip_tagfarbe FFFF00 - The Tag-Color in Hexdezimal (without #)
sm_vip_trail_lifetime 2.0 - Lifetime of each trail element
sm_vip_trail_material sprites/laserbeam.vmt - Material to use start after materials/ 
sm_vip_let_free 1 - Let a Slot always free and kick a random Player 
sm_vip_slots 5 - How many Reserve Slots should there be ?
vip_money_amount 12000 - Cash what a VIP gets when he spawns
vip_ammo_amount 20 - Ammo increase in percent each block!
vip_armor 1 - 100% Armor each Spawn? 
vip_ctskin models/player/slow/masterchief_pack/slow_masterchief_blue.mdl - CT-Model Path
vip_tskin models/player/slow/masterchief_pack/slow_masterchief_red.mdl - T-Model Path
Dependencies:
Custom Chat Colors

Commands:
Code:
You can change them!

Vipmenu - !vip /vip !premium /premium
VipInfo   -	!ivip /ivip
Trail Color menu - !trails /trails
Print Vips - !vips /vips
You will need an MySql Database!
MySql database:
Code:
	
"vip"
{
	"driver"			"mysql"
	"host"				"localhost"
	"database"			"<database>"
	"user"				"<user>"
	"pass"			"<password>"
}
Adding an VIP:
Code:
Go into your Database to the donations table, and insert in a new row the Steamid and the Expire(must be an Unix-Timestamp,  use converters like this one http://www.unixtimestamp.com/)
You can leave the Name and the id field blank
0 means the VIP never Expire
Example:
Upcoming Features:
Code:
Admin-Webinterface

Admin Menu
finish Weapon-Color	
Play as Chicken,Zombie, whatever you want
No damage by own HE grenades
Custom Nicknames
custom chat tags
Extra HP for VIP's
Teamchange if teamchange is disable
Chat color  for VIP's
HP for each kill
Bugs:
Code:
- As far as I know there are no bugs
Changelog:
Code:
2.1-Beta - Public Release
Attached Files
File Type: zip Models.zip (4.17 MB, 4181 views)
File Type: zip Vip.zip (40.1 KB, 22412 views)
File Type: sp Get Plugin or Get Source (vip.sp - 2187 views - 49.6 KB)
__________________

Last edited by tooti; 12-09-2014 at 14:24. Reason: forhet the Dependencies
tooti is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 03-08-2014 , 18:08   Re: [CSS] VIP
Reply With Quote #2

Seems like quite big vip plugin
Too bad i don't have CS:S server anymore
__________________
...
Oshizu is offline
crayz
AlliedModders Donor
Join Date: Jul 2007
Old 03-08-2014 , 18:56   Re: [CSS] VIP
Reply With Quote #3

Looks like a clean plugin. There's another VIP plugin out there that's feature-rich but honestly I don't like it because there's just too much stuff to configure and deal with before getting it set up how I like.

A cool function would be allowing VIP users to make custom chat tags for themselves, with the option of various colors of course. For example they simply use a command in the console, sm_customtag "{34}Custom{1}Tag"

{34} being red, and {1} being black
Or with hexadecimal color values, sm_customtag "{}FF0000Custom{}000000Tag"
__________________

Last edited by crayz; 03-08-2014 at 18:58.
crayz is offline
tooti
Member
Join Date: Apr 2012
Location: Germany
Old 03-08-2014 , 19:28   Re: [CSS] VIP
Reply With Quote #4

@crayz
Added it to the ToDo-List

-Test server added
__________________
tooti is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 03-08-2014 , 19:32   Re: [CSS] VIP
Reply With Quote #5

Nice Copy&Paste from stamm... credits? ;)

"Your" Code:
Code:
c_let_free = CreateConVar("sm_vip_let_free", "1", "1 = Let a Slot always free and kick a random Player ");
c_vip_slots = CreateConVar("sm_vip_slots", "5", "How many Reserve Slots should there be ?");
c_cash = CreateConVar("vip_money_amount", "12000", "x = Cash, what a VIP gets, when he spawns", 0, true, 0.0, true, 16000.0);
c_ammo = CreateConVar("vip_ammo_amount", "20", "Ammo increase in percent each block!", 0, true, 0.0, true, 100.0);
c_lifeTime = CreateConVar("sm_vip_trail_lifetime", "2.0", "Lifetime of each trail element");
Stamm:
Code:
c_let_free = CreateConVar("slot_let_free", "0", "1 = Let a Slot always free and kick a random Player  0 = Off");
c_vip_slots = CreateConVar("slot_vip_slots", "0", "How many Reserve Slots should there be ?");
c_cash = CreateConVar("money_amount", "2000", "x = Cash, what a VIP gets, when he spawns");
c_ammo = CreateConVar("ammo_amount", "20", "Ammo increase in percent each level!");
c_lifeTime = CreateConVar("ptrail_lifetime", "4.0", "Lifetime of each trail element");
and so on...
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.

Last edited by Bara; 03-08-2014 at 19:38.
Bara is offline
Triniayo
Senior Member
Join Date: Apr 2011
Location: #include <germany>
Old 03-09-2014 , 05:42   Re: [CSS] VIP
Reply With Quote #6

Buggy. Everyone who joines has VIP??
__________________
If you need any help, feel free to add me on Steam.


Triniayo is offline
Send a message via Skype™ to Triniayo
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 03-09-2014 , 06:29   Re: [CSS] VIP
Reply With Quote #7

Quote:
Originally Posted by FreakyLike View Post
Buggy. Everyone who joines has VIP??
Free vips for everyone
__________________
...
Oshizu is offline
Dowz
New Member
Join Date: Mar 2014
Old 03-09-2014 , 12:55   Re: [CSS] VIP
Reply With Quote #8

Plugin failed to compile fix him pls
Dowz is offline
tooti
Member
Join Date: Apr 2012
Location: Germany
Old 03-09-2014 , 12:59   Re: [CSS] VIP
Reply With Quote #9

You can't compile it on the Forum, download the Vip.zip on the attachment
__________________
tooti is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 03-09-2014 , 14:46   Re: [CSS] VIP
Reply With Quote #10

in Vip.zip, source code not found
eric0279 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 20:08.


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