VIP MOD 1.0
InfoThis is a basic vip plugin that stores vip members in a database.The features are further down in the description.Commands- sm_givevip
<1|0> - 1 = vip on - 0 = vip off (for client's). - sm_vip - open the vip menu.
- Sourcemod
- metamod
- css server
- mysql / database
- Bullet tracer. (shaky works sometimes for ct and not - need feedback)
- Chat tag.
- Move to spec.
- More health.
- More armor.
- More cash.
- move to spec.
- VIP menu with toggle of tracers and move to spectator.
// This file was auto-generated by SourceMod (v1.5.0-dev+3655)// ConVars for plugin "newproject.smx"// amount of armor on spawn// -// Default: "120"sm_vip_armor "121"// the chat tag where it says 'yourtag'// -// Default: "yourtag"sm_vip_chat "VIP"// the time you want your 'vip's' to be vip// -// Default: "31"sm_vip_duration "31"// Amount of hp on spawn// -// Default: "120"sm_vip_health "121"// amount of money on spawn// -// Default: "1200"sm_vip_money "1201"// VIP Verion// -// Default: "1.0"sm_vip_version "1.0"
Example database.cfg PHP Code:"vip" { "driver" "mysql" "host" "localhost" "database" "yourdatabasename" "user" "username" "pass" "password" //"timeout" "0" "port" "3306" }
If there are any problems, issues please post comments, or pm me. I need feedbacks too. Hope you enjoy the plugin! Pricelessrukia Attached Files
Wyświetl pełny artykuł