include dosyası yok
Moderatör: Moderatörler
-
Lykia
Konu Sahibi - Mesajlar: 254
- Kayıt: Cum Tem 01, 2016 3:25 am
- Server Ip/DNS: cs131
- Clan İsmi: polestar
- İletişim:
include dosyası yok
Önceden panelde scrptingin içinde include vardı şu an yok olmadıgı ıcınde plugın calısmıyor colarchat.inc dosyaları hata verıyor
Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.
En son Lykia tarafından Sal Nis 11, 2017 11:31 pm tarihinde düzenlendi, toplamda 1 kere düzenlendi.
| Link: | |
| Linklerini gizle |
-
TunnS[C]
- Mesajlar: 3971
- Kayıt: Prş Oca 05, 2017 12:38 pm
- Konum: Ordu
- Server Ip/DNS: 213.238.173.78
- Clan İsmi: CapitaLL |
- İletişim:
include dosyası yok
.inc hataları ıcın cholorchat ınc ıcıne eklemek gerekıyor.Daha ınculıde calısmıyor corede felan ben de hata aldım ınculıde cholorchat sılceksın ınculıde altında 1 bosluk bırakıp bunları yapıstırıcaksın
Kod: Tümünü seç
#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;
}| Link: | |
| Linklerini gizle |
-
Lykia
Konu Sahibi - Mesajlar: 254
- Kayıt: Cum Tem 01, 2016 3:25 am
- Server Ip/DNS: cs131
- Clan İsmi: polestar
- İletişim:
-
ArasBeyy
- Mesajlar: 149
- Kayıt: Pzt Nis 10, 2017 11:05 pm
-
TunnS[C]
- Mesajlar: 3971
- Kayıt: Prş Oca 05, 2017 12:38 pm
- Konum: Ordu
- Server Ip/DNS: 213.238.173.78
- Clan İsmi: CapitaLL |
- İletişim:
-
Lykia
Konu Sahibi - Mesajlar: 254
- Kayıt: Cum Tem 01, 2016 3:25 am
- Server Ip/DNS: cs131
- Clan İsmi: polestar
- İletişim:
-
Lykia
Konu Sahibi - Mesajlar: 254
- Kayıt: Cum Tem 01, 2016 3:25 am
- Server Ip/DNS: cs131
- Clan İsmi: polestar
- İletişim:
include dosyası yok
Buraya da ekledım
Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.
| Link: | |
| Linklerini gizle |
-
ArasBeyy
- Mesajlar: 149
- Kayıt: Pzt Nis 10, 2017 11:05 pm
include dosyası yok
buyur hata vermicektir.
Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.
| Link: | |
| Linklerini gizle |
-
Lykia
Konu Sahibi - Mesajlar: 254
- Kayıt: Cum Tem 01, 2016 3:25 am
- Server Ip/DNS: cs131
- Clan İsmi: polestar
- İletişim: