Care stie

Discutii despre tot ce nu se incadreaza in celelalte categorii (dar legat de Counter-Strike !)

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
User avatar
sancez
Membru, skill +4
Membru, skill +4
Posts: 1502
Joined: 13 Nov 2009, 15:51
Detinator Steam: Da
Detinator server CS: cs.cs2.ro
SteamID: sancez_2014
Reputatie: Membru COMERCIAL
Discord: sancez#2828
Has thanked: 3 times
Been thanked: 7 times

23 May 2021, 21:19

Care stie , de unde pot lua plugin-ul asta
https://prnt.sc/13bbf3z
Cand intri pe server iti apare cele 3 mesaje .
RoyalServer 2
User avatar
FizZle
Membru, skill +4
Membru, skill +4
Posts: 1622
Joined: 17 Jan 2015, 19:33
Detinator Steam: Da
Detinator server CS: da
SteamID: berserknorse
Fond eXtream: 0
Location: Iasi
Has thanked: 21 times
Been thanked: 26 times
Contact:

23 May 2021, 22:49

sancez wrote:
23 May 2021, 21:19
Care stie , de unde pot lua plugin-ul asta
https://prnt.sc/13bbf3z
Cand intri pe server iti apare cele 3 mesaje .
https://forum.indungi.ro/files/file/169 ... e-message/
Manelist
Membru nou
Membru nou
Posts: 2
Joined: 19 Jul 2021, 15:38
Detinator Steam: Nu
CS Status: Terra este plat
Fond eXtream: 0
Discord: Talent

19 Jul 2021, 15:50

pe alidemodders
User avatar
wicK.
Membru, skill 0
Membru, skill 0
Posts: 31
Joined: 31 May 2021, 15:42
Detinator Steam: Nu
CS Status: Dr.LeagueCS.Ro - HOOK FREE -
Detinator server CS: Dr.LeagueCS.Ro
SteamID: wick20051
Fond eXtream: 0

12 Aug 2021, 18:56

sall, il am eu uite aici

Code: Select all

#include <amxmodx>
#include <ColorChat>

#define p. "Welcome Message"
#define v. "1.1"
#define a. "-"
   
public client_putinserver(id)
{	
	new o, m, s;
	time(o, m, s)
	if((o >= 00 && o < 08)){
		set_task(3.0, "good_morning", id)
	}
	
	else if((o >= 08 && o < 16)){
		set_task(3.0, "good_afternoon", id)
	}
	
	else if((o >= 16 && o < 24)){
		set_task(3.0, "good_evening", id)
	}
}

public good_morning(id){
	new name[32], hostname[62], ora[10], data[32];
	get_user_name(id, name, charsmax(name));
	get_cvar_string("hostname", hostname, charsmax(hostname));
	get_time("%H:%M:%S", ora, charsmax(ora));
	get_time("%d.%m.%Y", data, charsmax(data));
	
	ColorChat(id, GREEN, "* ^1Buna dimineata, ^3%s^1! Bine ai venit pe ^4%s^1!", name, hostname);
	ColorChat(id, GREEN, "* ^1Acum este ora - ^4%s ^1- ^4%s", ora, data);
	ColorChat(id, GREEN, "* ^1Ne bucuram ca ne-ai ales serverul!");
	
	client_cmd(id, "spk scientist/goodtoseeyou");
}

public good_afternoon(id){
	new name[32], hostname[62], ora[10], data[32];
	get_user_name(id, name, charsmax(name));
	get_cvar_string("hostname", hostname, charsmax(hostname));
	get_time("%H:%M:%S", ora, charsmax(ora));
	get_time("%d.%m.%Y", data, charsmax(data));
	
	ColorChat(id, GREEN, "* ^1Buna ziua, ^3%s^1! Bine ai venit pe ^4%s^1!", name, hostname);
	ColorChat(id, GREEN, "* ^1Acum este ora - ^4%s ^1- ^4%s", ora, data);
	ColorChat(id, GREEN, "* ^1Ne bucuram ca ne-ai ales serverul!");
	
	client_cmd(id, "spk scientist/goodtoseeyou");
}

public good_evening(id){
	new name[32], hostname[62], ora[10], data[32];
	get_user_name(id, name, charsmax(name));
	get_cvar_string("hostname", hostname, charsmax(hostname));
	get_time("%H:%M:%S", ora, charsmax(ora));
	get_time("%d.%m.%Y", data, charsmax(data));
	
	ColorChat(id, GREEN, "* ^1Buna seara, ^3%s^1! Bine ai venit pe ^4%s^1!", name, hostname);
	ColorChat(id, GREEN, "* ^1Acum este ora - ^4%s ^1- ^4%s", ora, data);
	ColorChat(id, GREEN, "* ^1Ne bucuram ca ne-ai ales serverul!");
	
	client_cmd(id, "spk ^"scientist/greetings hellothere^"");
}

public plugin_init()
	register_plugin(p., v., a.);
User avatar
sancez
Membru, skill +4
Membru, skill +4
Posts: 1502
Joined: 13 Nov 2009, 15:51
Detinator Steam: Da
Detinator server CS: cs.cs2.ro
SteamID: sancez_2014
Reputatie: Membru COMERCIAL
Discord: sancez#2828
Has thanked: 3 times
Been thanked: 7 times

17 Jan 2022, 12:09

ms , asta era
Post Reply

Return to “Diverse”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests