VIP Announcer

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

VIP Announcer

Post by greenie »

VIP Announcer
0.1

Description:
* Inspired from AdminMod
- Some information at vip events such as:
spawned as vip
killed as vip
kill the vip
escaped as vip
- these are saved or not using nvault
- $ bonus at events
- the vip can have a tag in the name

Modules: Cstrike & nVault

Cvars:
vipannouncer 1/0 -- enable/disable plugin (default 1)
vipannouncer_escapebonus -- money gived to player who escaped as vip (default 800)
vipannouncer_killbonus -- money gived to player who killed the vip (default 300)
vipannouncer_spawnbonus -- money gived to player who spawned as vip (default 600)
Changes:
#define x_pos 0.05
#define y_pos 0.35 // position for hudmessage
new const g_Colors[ Colors ] = { 45, 215, 255 }; // color for hudmessage
new const tag[] = "[VIP]"; // tag added to player's name

new const g_IsVip[] = "%s is the VIP";
new const g_YouAreTheVip[] = "You are the VIP!";
new const g_HasKillTheVip[] = "%s has killed the VIP:^n%s";
new const g_YouHaveBeenKilled[] = "You have been killed by %s. HP: %i. Armor: %i"; // some messages in chat

/* ----------------------------- */

// comment this if you don't want to save vip stats -- nVault module
#define SAVE
// comment this if you want to disable $ bonus -- Cstrike module
#define BONUS

// comment this if you don't what status icon
#define ICON
plugin
source
Post Reply

Return to “Event Related”