Caracteristici principale
Acest plugin permite afisarea de reclame in diferite locatii pe server (center, chat, hint, menu si top).
Tipuri de mesaj
**Plugin-ul citeste by default mesajele din /addons/sourcemod/configs/advertisements.txt ce se prezinta sub forma:
Asigurati-va ca salvati fisierul ca UTF-8 (fara BOM), altfel caracterele speciale din mesaje nu vor fi afisate.
Culori disponibile
Cvars
Cerinte de compatibilitate
Instructiuni de instalare
Acest plugin permite afisarea de reclame in diferite locatii pe server (center, chat, hint, menu si top).
Tipuri de mesaj
- center — center message like sm_csay;
- chat — chat message like sm_say;
- hint — hint message like sm_hsay;
- menu — menu message like sm_msay, but without the title or the exit-option; pressing 0 will still hide the message, but it will block the keys 1-9 from switching weapons while it's running;
- top — top-left message like sm_tsay; it supports any of the colors listed here, or custom colors with {#abcdef}.
**Plugin-ul citeste by default mesajele din /addons/sourcemod/configs/advertisements.txt ce se prezinta sub forma:
Code:
"Advertisements"
{
"1"
{
"chat" "{green}[email protected]"
}
"2"
{
"top" "www.laleagane.ro"
"flags" "a"
}
}
Culori disponibile
Reveal:
Cvars
- sm_advertisements_enabled <1> — enable/disable displaying advertisements;
- sm_advertisements_file "advertisements.txt" — file to read the advertisements from; useful if you're running multiple servers from one installation, and want to use different advertisements per server;
- sm_advertisements_interval <30> — number of seconds between advertisements;
- sm_advertisements_random <0> — enable/disable random advertisements; when enabled, advertisements are randomized on every map change and reload;
- sm_advertisements_reload — server command to reload the advertisements.
Cerinte de compatibilitate
- Counter-Strike: Global Offensive
- SourceMod
Instructiuni de instalare
- Extrageti fisierul .zip si plasati continutul in
/configs
,/plugins
si/scripting