[Cerere] Hud[rezolvat!]

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
Post Reply
User avatar
Rares ;x
Membru, skill +1
Membru, skill +1
Posts: 104
Joined: 10 Jul 2013, 16:19
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 10 times
Contact:

05 Oct 2013, 21:02

Salut

As dori si eu un plugin care sa arate un mesaj suss de tot doar la o ora pe care o setez eu. adica as vrea sa-l setez intre ora 21:00 si 22:00.
sper ca ati inteles.
multumesc.
BBX.INDUNGI.RO - [BaseBuilder] - [VIP-ON] - Event HappyHour: Sambata intre orele 21:00-22:00 VIP Gratis la toata lumea!
Image
RoyalServer
OneShot.
Membru, skill +2
Membru, skill +2
Posts: 719
Joined: 12 Sep 2011, 19:17
Detinator Steam: Da
Detinator server CS: drx.indungi.ro
SteamID: oneshot_01
Reputatie: Fost moderator ajutator
Nume anterior: OnlyHD
Location: Bucuresti
Has thanked: 196 times
Been thanked: 66 times
Contact:

05 Oct 2013, 22:38

.SMA | Afiseaza codul
#include <amxmodx>

#define PLUGIN "Hud Info Messages"
#define VERSION "1.0"

new g_iHour;

public plugin_init()
{
register_plugin( PLUGIN, VERSION, "OneShot" );
set_task ( 1.0, "HudMessages", _, _, 0, "b" );
}

public HudMessages()
{
new iHour;
time( iHour, _, _ );
if( g_iHour >= 21 )
{
set_hudmessage(0, 255, 255, -1.0, 0.0, 0, 6.0, 12.0)
show_hudmessage(0, "Adaugati serverul nostru la favorite !")
}
else if( g_iHour >= 22 )
{
return;
}
}
Vezi asa,nu e testat
User avatar
Ulquiorra
Fost moderator
Fost moderator
Posts: 2053
Joined: 25 Jul 2010, 17:29
Detinator Steam: Da
CS Status: A mai trecut o zi asteptand una mai buna
Detinator server CS: Retras.
SteamID: STEAM_0:1:318247XX
Reputatie: Fost Scripter eXtreamCS
Fost Moderator ajutator
Nick anterior: Askhanar
Location: Braila, Romania.
Has thanked: 215 times
Been thanked: 1132 times

06 Oct 2013, 15:12

only take a look in here :P
| Afiseaza codul
#include <amxmodx>

#define PLUGIN "Hud Info Messages"
#define VERSION "1.0"

new g_iHour;

public plugin_init()
{
register_plugin( PLUGIN, VERSION, "OneShot" );
set_task ( 1.0, "HudMessages", _, _, 0, "b" );
}

public HudMessages()
{
new iHour;
time( iHour, _, _ );
if( g_iHour >= 21 )
{
set_hudmessage(0, 255, 255, -1.0, 0.0, 0, 6.0, 12.0)
show_hudmessage(0, "Adaugati serverul nostru la favorite !")
}
else if( g_iHour >= 22 )
{
return;
}
}
-->
| Afiseaza codul
#include <amxmodx>

#define PLUGIN "Hud Info Messages"
#define VERSION "1.0"


public plugin_init()
{
	register_plugin( PLUGIN, VERSION, "OneShot" );
	set_task ( 1.0, "task_DisplayMessage", _, _, 0, "b" );
}

public task_DisplayMessage()
{
	static iHour;
	time( iHour, _, _ );
	
	if( iHour >= 21 && iHour < 22 )
	{
		set_hudmessage(0, 255, 255, -1.0, 0.0, 0, 6.0, 12.0)
		show_hudmessage(0, "Adaugati serverul nostru la favorite !")
	}
}
Caut o persoana dedicata care se pricepe si stie ce face.
Vreau sa creeze si sa se ocupe de administrarea unui server de MU, da e vorba de vechiul joc..ma gandesc undeva la un season 3 ep1/2.

O sa achizitionez un domeniu .ro.
Totodata sponsorizez absolut orice este necesar.
Ma puteti contacta prin: http://solo.to/stfrzv
OneShot.
Membru, skill +2
Membru, skill +2
Posts: 719
Joined: 12 Sep 2011, 19:17
Detinator Steam: Da
Detinator server CS: drx.indungi.ro
SteamID: oneshot_01
Reputatie: Fost moderator ajutator
Nume anterior: OnlyHD
Location: Bucuresti
Has thanked: 196 times
Been thanked: 66 times
Contact:

06 Oct 2013, 16:58

Nu ma gandisem la chestia asta :)) mersi :D o sa tin cont de acum
Post Reply

Return to “Cereri”

  • Information