// Show And Hide Admin Status To Other Players
/hideme
.hideme
// Enable And Disable Showing Own Score
/myscore
.myscore
/ms
.ms
plugin// Plugin Status
//
// 0 = Plugin Disabled
// 1 = Plugin Enabled
//
// Defualt: 1
sai_enabled 1
// Show Admins Online
//
// 0 = Hide Admins
// 1 = Show Admins
//
// Default: 1
sai_show_admin 1
// Show Player Own Score On Join ???
//
// 0 = Hide Score When Player Join Game - Player Must Type /myscore In Chat To See The Own Hud Score
// 1 = Show Score When Player Join Game
//
// Default: 1
sai_on_join 1
// Set The Color Of HudMsg When Player Has More Kills as Death
//
// Green Color
// Default: "0 160 0"
sai_positive_color "0 160 0"
// Set The Color Of HudMsg When Players Kills And Death Has The Same Amount
//
// Yellow Color
// Default: "255 255 0"
sai_standard_color "255 255 0"
// Set The Color Of HudMsg When Player Death Value Is Bigger As His Kills
//
// Red Color
// Default: "255 0 0"
sai_negative_color "255 0 0"