HeadShot Event!
Posted: Sun Jan 26, 2020 11:54 am
Description:
This plugin is saving player headshots in database. You can use it for making some events on your community.Plugin is in the new syntax and with translations. I can add some other cvars if you need.
Required:
-MySQL connection
Commands:
sm_myhs - it shows your count of headshots
Cvars:
Put the files on the server and add to /addons/sourcemod/configs/databases.cfg new config:
Source
Zip Archive
[urlhttps://forums.alliedmods.net/attachment.php?attachmentid=158954&d=1480360698]SMX File[/url]
This plugin is saving player headshots in database. You can use it for making some events on your community.Plugin is in the new syntax and with translations. I can add some other cvars if you need.
Required:
-MySQL connection
Commands:
sm_myhs - it shows your count of headshots
Cvars:
Installing:sm_hsevent_on 1 - on/off the plugin
sm_hsevent_info_after_kill 1 - display info to client about new headshot after kill
sm_hsevent_savetime 300.0 - as much time save headshots in database
sm_hsevent_minplayers 2 - Amount of players who must be in the server to count headshots
sm_hsevent_advert 1 - on/off advert about event
sm_hsevent_time_advert 360.0 -time in float between adverts
Put the files on the server and add to /addons/sourcemod/configs/databases.cfg new config:
Download"hsevent"
{
"driver" "mysql"
"host" "address"
"database" "name of database"
"user" "login"
"pass" "password"
}
Source
Zip Archive
[urlhttps://forums.alliedmods.net/attachment.php?attachmentid=158954&d=1480360698]SMX File[/url]