1. sayfa (Toplam 1 sayfa)

reset ekletisi hata

Gönderilme zamanı: Pzr Tem 23, 2017 3:45 am
gönderen batuhan16580
hatayı düzeltebilicek varmı ?
resetv00.sma

Resim

reset ekletisi hata

Gönderilme zamanı: Pzt Tem 31, 2017 1:10 am
gönderen Dropper
http://dosya.co/jp0u91dya9oh/colorchat.inc.html

Bunu İndir
Addons/Amxmod/scripting/include ye kur ve plugini yeniden yukle ise yariyacaktir.

reset ekletisi hata

Gönderilme zamanı: Pzt Tem 31, 2017 1:18 am
gönderen MRX3565

Kod: Tümünü seç

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>

#define adtime	 600.0

#if defined _colorchat_included
  #endinput
#endif
#define _colorchat_included

enum Color
{
	NORMAL = 1, // clients scr_concolor cvar color
	GREEN, // Green Color
	TEAM_COLOR, // Red, grey, blue
	GREY, // grey
	RED, // Red
	BLUE, // Blue
}

new TeamName[][] = 
{
	"",
	"TERRORIST",
	"CT",
	"SPECTATOR"
}

ColorChat(id, Color:type, const msg[], {Float,Sql,Result,_}:...)
{
	if( !get_playersnum() ) return;
	
	new message[256];

	switch(type)
	{
		case NORMAL: // clients scr_concolor cvar color
		{
			message[0] = 0x01;
		}
		case GREEN: // Green
		{
			message[0] = 0x04;
		}
		default: // White, Red, Blue
		{
			message[0] = 0x03;
		}
	}

	vformat(message[1], 251, msg, 4);

	// Make sure message is not longer than 192 character. Will crash the server.
	message[192] = '^0';

	new team, ColorChange, index, MSG_Type;
	
	if(id)
	{
		MSG_Type = MSG_ONE;
		index = id;
	} else {
		index = FindPlayer();
		MSG_Type = MSG_ALL;
	}
	
	team = get_user_team(index);
	ColorChange = ColorSelection(index, MSG_Type, type);

	ShowColorMessage(index, MSG_Type, message);
		
	if(ColorChange)
	{
		Team_Info(index, MSG_Type, TeamName[team]);
	}
}

ShowColorMessage(id, type, message[])
{
	static bool:saytext_used;
	static get_user_msgid_saytext;
	if(!saytext_used)
	{
		get_user_msgid_saytext = get_user_msgid("SayText");
		saytext_used = true;
	}
	message_begin(type, get_user_msgid_saytext, _, id);
	write_byte(id)		
	write_string(message);
	message_end();	
}

Team_Info(id, type, team[])
{
	static bool:teaminfo_used;
	static get_user_msgid_teaminfo;
	if(!teaminfo_used)
	{
		get_user_msgid_teaminfo = get_user_msgid("TeamInfo");
		teaminfo_used = true;
	}
	message_begin(type, get_user_msgid_teaminfo, _, id);
	write_byte(id);
	write_string(team);
	message_end();

	return 1;
}

ColorSelection(index, type, Color:Type)
{
	switch(Type)
	{
		case RED:
		{
			return Team_Info(index, type, TeamName[1]);
		}
		case BLUE:
		{
			return Team_Info(index, type, TeamName[2]);
		}
		case GREY:
		{
			return Team_Info(index, type, TeamName[0]);
		}
	}

	return 0;
}

FindPlayer()
{
	new i = -1;

	while(i <= get_maxplayers())
	{
		if(is_user_connected(++i))
			return i;
	}

	return -1;
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/

new uyarimesaji
new sifirlayanigoster

public plugin_init()
{	
	uyarimesaji = register_cvar("amx_infomessage", "1")
	sifirlayanigoster = register_cvar("amx_whoreset", "1")
	register_clcmd("say /reset", "sifirla")
	register_clcmd("say .rs", "sifirla")
	register_clcmd("say rs", "sifirla")
	register_clcmd("say /rs", "sifirla")
	register_clcmd("say reset", "sifirla")
	register_plugin("skor sifirlama", "1.7", "shadow `")
}

public client_putinserver(id)
{
	if(get_pcvar_num(uyarimesaji) == 1)
	{
		set_task(10.0, "girismesaji", id, _, _, "a", 1)
	}
}

public sifirla(id)
{
	
	cs_set_user_deaths(id, 0)
	set_user_frags(id, 0)
	cs_set_user_deaths(id, 0)
	set_user_frags(id, 0)
	
	if(get_pcvar_num(sifirlayanigoster) == 1)
	{
		ColorChat(id,GREEN,"^4Skorunuzu sifirladiniz.")
                ColorChat(id,GREEN,"^4GLOBAL ELITE Pro Public")
                ColorChat(id,GREEN,"^4CS IP : CS78.CSDURAGI.COM")
                ColorChat(id,GREEN,"^4TS IP : TS201.CSDURAGI.COM")
		client_cmd(id,"spk ^"buttons/blip2^"")
	}
}

public girismesaji(id)
{
	if(is_user_connected(id))
	{
		ColorChat(id,GREEN,"^1Skorunuzu ^4sifirlamak ^1icin say'den [ ^4/reset ^1| ^4.rs ^1| ^4rs ^1] yaziniz.")	
	}
}


reset ekletisi hata

Gönderilme zamanı: Pzt Tem 31, 2017 1:18 am
gönderen YeKTaBEYy
Buyrun

reset ekletisi hata

Gönderilme zamanı: Pzt Tem 31, 2017 1:21 am
gönderen Xander
Dropper yazdı:http://dosya.co/jp0u91dya9oh/colorchat.inc.html

Bunu İndir
Addons/Amxmod/scripting/include ye kur ve plugini yeniden yukle ise yariyacaktir.
csdCore sisteminde bu dediginiz olmamaktadır colorchat kodlarını smaya eklemeniz gerek.