Tutor Messages Shower 2.0 New!

Pluginuri facute de utilizatorii forumului eXtream.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

PoSiTiOn Of PoWeR
Utilizator banat
Utilizator banat
Posts: 2467
Joined: 28 Oct 2007, 12:18
Detinator Steam: Nu
Reputatie: Fost super moderator (suspendare 2 luni)
Fost scripter eXtreamCS
Nick anterior : AlinHD
1.6 / 3
Has thanked: 4 times
Been thanked: 116 times

16 Oct 2009, 15:18

» Descriere :[/b] http://www.extreamcs.com/forum/viewtopi ... 32&t=54615

» Download :[/b] Link ! || Mirror !

» Nume : Tutor Messages Shower
» Autor : PoSiTiOn Of PoWeR
» Versiune : 2.0

» Instalare :[/b]
1. Fisierul tutor_msg_shower.sma il puneti in addons/amxmodx/scripting
new! 2. Fisierul tutor_messages.ini il puneti in addons/amxmodx/configs
3. Fisierul tutor_msg_shower.amxx il puneti in addons/amxmodx/plugins
4. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:

Code: Select all

tutor_msg_shower.amxx
* Aveti nevoie si de aceste fisire -> click
sau click ca pluginul sa functioneze corect! (ele vor fi descarcate de fiecare jucator care intra la voi pe server in caz de nu le are)

» Cvar-uri : se adauga in fisierul amxx.cfg din addons/amxmodx/configs
amx_tutor_on 1 // 0 = pluginul oprit ; 1= pornit
new! amx_tutor_msg_delay 30.0 // timpul de afisarea a unui mesaj (in zecimale)
new! amx_tutor_msg_color 0 // 0 = culori la intramplare (rosu,albastru,galben,verde) ; 1 = rosu ; 2 = albastru ; 3 = galben ; 4 = verde
amx_tutor_msg_hold_time 3 // cat timp sa afiseze un mesaj pe ecran (in secunde)
new! Unde adaug mesajele ? :[/b] se deschide fisierul tutor_messages.ini si se scriu mesajele unul sub altul apoi se salveaza fisierul.

Optional: se deschide fisierul tutor_msg_shower.sma si se modifica
#define MAX_MESSAGES 50 // cate mesaje pot fi scrie in tutor_messages.ini
#define MAX_MESSAGES_LEN 191 // lungimea unui text
new file_name[ ] = { "tutor_messages.ini" } // numele si formatul fisierului din care se citesc mesajele

dupa modificare se salveaza apoi se compileaza si se copiaza peste cel existent din amxmodx/plugins


Nota: Acum nu mai aveti batai de cap, ca la versiunea precedenta, unde/cum se scriu mesajele. Sper sa ajute :)

Probleme la precache ? jucatorul cand intra pe server nu descarca fisierele necesitate de plugin ?
Ai mai jos cateva solutii de a rezolva aceasta neplacere:

1. Folosesti acest plugin separat:
| Afiseaza codul
[code]#include <amxmodx>

public plugin_init()
{
   register_plugin("[TM] Old Precache", "0.1", "P.Of.Pw")
}

public plugin_precache()
{
   precache_generic("gfx/career/icon_!.tga")
   precache_generic("gfx/career/icon_!-bigger.tga")
   precache_generic("gfx/career/icon_i.tga")
   precache_generic("gfx/career/icon_i-bigger.tga")
   precache_generic("gfx/career/icon_skulls.tga")
   
   precache_generic("gfx/career/round_corner_ne.tga")
   precache_generic("gfx/career/round_corner_nw.tga")
   precache_generic("gfx/career/round_corner_se.tga")
   precache_generic("gfx/career/round_corner_sw.tga")
   
   precache_generic("resource/TutorScheme.res")
   precache_generic("resource/UI/TutorTextWindow.res")
}[/code]
2. Folosesti acest plugin http://forums.alliedmods.net/showthread.php?p=173722
si adaugi in global.cfg
| Afiseaza codul
[code]gfx/career/icon_!.tga
gfx/career/icon_!-bigger.tga
gfx/career/icon_i.tga
gfx/career/icon_i-bigger.tga
gfx/career/icon_skulls.tga
gfx/career/round_corner_ne.tga
gfx/career/round_corner_nw.tga
gfx/career/round_corner_se.tga
gfx/career/round_corner_sw.tga
resource/TutorScheme.res
resource/UI/TutorTextWindow.res[/code]
GL & HF !


Versiunea 0.1 (veche) | Afiseaza codul
» Descriere :[/b] http://www.extreamcs.com/forum/viewtopi ... 32&t=54615

» Download :[/b] Link ! || Mirror !

» Nume :  Tutor Messages Shower
» Autor :  PoSiTiOn Of PoWeR
» Versiune :  0.1

» Instalare :[/b]
1. Fisierul tutor_msg_shower.sma il puneti in addons/amxmodx/scripting
2. Fisierul tutor-customization.cfg il puneti in addons/amxmodx/scripting
3. Fisierul tutor_msg_shower.amxx il puneti in addons/amxmodx/plugins
4. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:
[code]tutor_msg_shower.amxx[/code]
* Aveti nevoie si de aceste fisire -> click sau click ca pluginul sa functioneze corect! (ele vor fi descarcate de fiecare jucator care intra la voi pe server in caz daca nu le are)

» Cvar-uri :  se adauga in fisierul amxx.cfg din addons/amxmodx/configs
[code]amx_tutor_on 1 // 0 = pluginul oprit ; 1= pornit
amx_tutor_msg_mode 1 // modul de afisare a mesajele; 1 = afiseaza in ordine crescatoare ; 2 = afiseaza mesajele aleatoariu
amx_tutor_msg_color_random 1 // 1 = afiseaza mesajele mesajele intr-o culoare aleatoare ; 0 = afiseaza mesajele intr-o culoare setata printr-un cvar (cel de jos)
amx_tutor_msg_color 3 // culoarea mesajelor (daca amx_tutor_msg_color_random este 0) 0 = Rosu ; 1 =  Albastru ; 2 = Galben ; 3 = Verde
amx_tutor_msg_hold_time 3 // cat timp sa afiseze un mesaj pe ecran (in secunde)[/code]

» Optional :[/b] se deschide fisierul tutor-customization.cfg si se modifica
[code]#define TASK_MESSAGES 30 // timpul de afisare a mesajelor (in secunde)
/*** mesajele ***/
new g_chat[][] = 
{
	"1 Nu injurati!",
	"2 Nu faceti reclame!",
	"3 Fara coduri",
	"4 Site www.",
	"5 ceva"
}[/code]
* De cate ori modificati ceva in acest fisier re-compilati pluginul si re-instalatil (adica copy&paste dupa re-compilare)


GL & HF !
Last edited by PoSiTiOn Of PoWeR on 08 Mar 2010, 17:43, edited 6 times in total.
Reason: Version 2.0!
RoyalServer 2
User avatar
Bogus
Membru eXtream
Membru eXtream
Posts: 3375
Joined: 19 Sep 2009, 11:38
Detinator Steam: Da
Reputatie: Fost super moderator
Has thanked: 90 times
Been thanked: 210 times

17 Oct 2009, 14:17

Super are pluginul :O , il pun pe server :X
User avatar
VaLDeS
Fost moderator
Fost moderator
Posts: 2776
Joined: 11 Feb 2008, 18:41
Detinator Steam: Da
CS Status: pe mari si oceane
SteamID: valdes93
Reputatie: Fost moderator
Fost Membru Club eXtreamCS (doua luni)
Location: România
Has thanked: 64 times
Been thanked: 103 times

17 Oct 2009, 14:28

Pluginul il am pe server de atunci , de cand a fost dezbaterea ! :D

E super ! >:D<
Image

STEAM ID : valdes93 :flag_ro:
User avatar
djonyx
Membru, skill 0
Membru, skill 0
Posts: 20
Joined: 20 Dec 2008, 20:05
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Detinator server CS: XgameCs.zapto.org
Has thanked: 9 times
Contact:

18 Oct 2009, 05:56

Da eroare la compilare Image
| Afiseaza codul
/* de cate ori modificati ceva in acest fisier re-compilati pluginul si re-instalatil (adica copy&paste dupa re-compilare ) */

#define TASK_MESSAGES 30 // timpul de afisare a mesajelor (in secunde)

/*** mesajele ***/
new g_chat[][] = 
{
	"1 Xgame Community!",
	"2 http://
	"3 ",
	"4 Site .
	"5 Powered by Gaby & N3V3R ",
	"6 ",
	"7 Add server to fav XgameCS.zapto.org"
}
Mesajele de la 2 3 4 si 6 sa nu fac reclama.
ImageImage
PoSiTiOn Of PoWeR
Utilizator banat
Utilizator banat
Posts: 2467
Joined: 28 Oct 2007, 12:18
Detinator Steam: Nu
Reputatie: Fost super moderator (suspendare 2 luni)
Fost scripter eXtreamCS
Nick anterior : AlinHD
1.6 / 3
Has thanked: 4 times
Been thanked: 116 times

18 Oct 2009, 09:13

nu ai pus bine mesajele in ghilimele "" si nu ai pus virgula , dupa fiecare inafara de ultimul
->
| Afiseaza codul
new g_chat[][] = 
{
	"1 Xgame Community!",
	"2 http://",
	"3 ",
	"4 Site .",
	"5 Powered by Gaby & N3V3R ",
	"6 ",
	"7 Add server to fav XgameCS.zapto.org"
}
User avatar
scorpi
Fost moderator
Fost moderator
Posts: 4355
Joined: 25 May 2008, 09:23
Detinator Steam: Da
Reputatie: Fost eXtream mod
Nume anterior: scorpi, shotskat, xqvs
Fost Membru Club eXtreamCS
Location: Bacau
Has thanked: 66 times
Been thanked: 117 times

18 Oct 2009, 09:24

Pot sa iti sugerez o idee, si sa-l pui in mijloc sus in loc de la dreapta acolo ?
Image
PoSiTiOn Of PoWeR
Utilizator banat
Utilizator banat
Posts: 2467
Joined: 28 Oct 2007, 12:18
Detinator Steam: Nu
Reputatie: Fost super moderator (suspendare 2 luni)
Fost scripter eXtreamCS
Nick anterior : AlinHD
1.6 / 3
Has thanked: 4 times
Been thanked: 116 times

18 Oct 2009, 09:30

Leon M. wrote:Q: The tutor overwrites the death messages. Can I change the position of the tutor?
A: The tutor is a function from a game dll. Changing the positions shows no effect, because the death messages are hidden by the dll. In addition it is possible that the clients can't connect to your server, so don't modify any files.
nu se poate modifica pozitia.
User avatar
KronoS eXtream
Fost administrator
Fost administrator
Posts: 4378
Joined: 02 Apr 2009, 19:18
Detinator Steam: Da
Reputatie: Fost administrator
Fost detinator Zombie-Land.eXtream.Ro
Contribuitor
Fost Scripter eXtreamCS
Dezvoltator al listei de seriozitate eXtreamCS
Location: Bucharest
Has thanked: 551 times
Been thanked: 820 times
Contact:

18 Oct 2009, 16:00

AlinHD wrote:
Leon M. wrote:Q: The tutor overwrites the death messages. Can I change the position of the tutor?
A: The tutor is a function from a game dll. Changing the positions shows no effect, because the death messages are hidden by the dll. In addition it is possible that the clients can't connect to your server, so don't modify any files.
nu se poate modifica pozitia.
In mesaj pot folosi si ^n ?
Nu efectuez tranzactii pe mess, skype etc. Aveti grija la indivizii care se dau drept mine!
Nu mai ofer suport asa ca nu imi mai trimiteti mesaje in legatura cu asta!


Zombie Plague Shade 1.2-debug1 [with Item Limiter] (12 September 2015) - Bombardier Branch
PoSiTiOn Of PoWeR
Utilizator banat
Utilizator banat
Posts: 2467
Joined: 28 Oct 2007, 12:18
Detinator Steam: Nu
Reputatie: Fost super moderator (suspendare 2 luni)
Fost scripter eXtreamCS
Nick anterior : AlinHD
1.6 / 3
Has thanked: 4 times
Been thanked: 116 times

18 Oct 2009, 16:08

@KronoS # GG: da, poti folosi si mai multe
User avatar
Ciprian
Fost administrator
Fost administrator
Posts: 5172
Joined: 10 May 2008, 21:29
Detinator Steam: Da
CS Status: ^^
SteamID: crazycipry
Reputatie: Fost administrator
Fost Scripter eXtreamCS
Fost Supervizor CS.eXtreamCS.com
Fost Unbanner ZM.eXtreamCS.com
Fost Contribuitor
Nume anterior: crazy.cipry
Location: Baia Mare
Has thanked: 177 times
Been thanked: 405 times

18 Oct 2009, 20:58

Tare. Ar fi si mai tare sa faci sa citeasca mesajele dintr-un fisier.
User avatar
aNNakin
Fost administrator
Fost administrator
Posts: 10464
Joined: 17 Dec 2007, 21:42
Detinator Steam: Da
CS Status: a iubi - necesar si suficient
Detinator server CS: romania.cs16.ro
SteamID: anakin_cstrike16
Reputatie: Membru Club eXtreamCS
Fost Contribuitor
Fost Scripter eXtreamCS
Fost Lider Echipa eXtreamCS
Fost Administrator
Location: di.fm
Has thanked: 230 times
Been thanked: 787 times
Contact:

19 Oct 2009, 08:04

User avatar
p0k3r
Membru, skill +1
Membru, skill +1
Posts: 335
Joined: 28 Apr 2009, 20:50
Detinator Steam: Da
CS Status: Joc foarte rar.
Detinator server CS: CS.HARD-GAMING.COM
SteamID: nuildau
Reputatie: Ban 3 luni ! (Expirat)
Membru Club eXtreamCS (o luna)
(Ban scos de 1 mai!)
Location: localhost
Been thanked: 15 times
Contact:

19 Oct 2009, 10:09

Reusit pluginu merge 100%
Citeste regulamentul. Data viitoare iei warn.
Post Reply

Return to “Pluginuri eXtream”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 13 guests