Heres my Join Pack Plugin
It plays a Joinsound if a Server Admin/Admin/VIP/Player joins
Admin sounds plays for every Player
Theres also a Message in the Chat
fixed v1.1•msg was displayed the count of players on the server
Config:Code:
############################
## Copyrigth by Crazyfrog ##
############################
##################
## Start Config ##
##################
# You can add as many Steamids as you want
# Add the Steamids of the Server Admins
server_admins = "STEAM_0:0:00000000" "STEAM_1:1:111111111" "STEAM_2:2:2222222222"
# Add the Steamids of the Admins
admins = "STEAM_0:0:00000000" "STEAM_1:1:111111111" "STEAM_2:2:2222222222"
# Enable Server Admin Joinsound/Message
# 1=on 0=off
serveradmin_joinsound = 1
# Enable Admin Joinsound/Message
# 1=on 0=off
admin_joinsound = 1
# Enable Player Joinsound/Message
# 1=on 0=off
player_joinsound = 1
# Path to the soundfiles starting in the folder sound/
path = "admin_plugin/actions"
# Names of the Joinsounds
server_admin_name = "server_admin_join_sound_by_crazyfrog.mp3" # Server Admin Joinsound
admin_name = "admin_join_sound_by_crazyfrog.mp3" # Admin Joinsound
vip_name = "vip_joinsound_by_SelfQuake.mp3" # VIP Joinsound
player_name = "joinsound_by_crazyfrog.mp3" # Player Joinsound
# For Vip Joinsound the server requires UEDIs Stamm5
# Special Thanks to Stirni for the s_updatedict
# --------------------------------------------------
# Enable Vip Joinsound/Message
# 1=on 0=off
vip_joinsound = 1
# Path to the datables file:
s_database_file = 'addons/eventscripts/stamm_german/stammplayer.db'
# Players must have certain kills/rounds/time
# If your stamm system is aligned for rounds
# then type rounds and so on
# Possible: rounds kills time
s_stamm_type = 'rounds'
# How many rounds/kills/time (in minutes) to get these update features
s_musthave = 4000
You can easily change the sounds
If theres no
UEDIs Stamm5 Plugin only change
Code:
vip_joinsound = 1
to
Code:
vip_joinsound = 0
It is my third script so there can be (there are) misstakes
Please tell me an i will fix it
I hope you like the Plugin
-Crazyfrog