Go Go Go !!!


Alăturați-vă forumului, este rapid și ușor

Go Go Go !!!
Go Go Go !!!
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Cum sa colorezi o comanda

2 participanți

In jos

Cum sa colorezi o comanda Empty Cum sa colorezi o comanda

Mesaj  morcovete Vin Apr 06, 2012 3:05 pm

Avem plugin-ul acesta






Code:
#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY

public plugin_init()
{
register_plugin("Restart","2.0","Alka")
register_clcmd("say /restart","say_restart",ACCESS)
register_clcmd("say_team /restart","say_restart",ACCESS)
}

public say_restart(id)
{
if(!(get_user_flags(id) & ACCESS))
return

server_cmd("sv_restart 1")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")

}

Adaugam la sfarsit asta






Code:
stock chat_color(const id, const input[], any:...)
{
new count = 1, players[32]
static msg[320]
vformat(msg, 190, input, 3)
replace_all(msg, 190, "!g", "^4")
replace_all(msg, 190, "!n", "^1")
replace_all(msg, 190, "!t", "^3")
replace_all(msg, 190, "!t2", "^0")
if (id) players[0] = id; else get_players(players, count, "ch")
{
for (new i = 0; i < count; i++)
{
if (is_user_connected(players[i]))
{
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
write_byte(players[i])
write_string(msg)
message_end()
}
}
}
}

Acum plugin-ul arata asa





Code:
#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY

public plugin_init()
{
register_plugin("Restart","2.0","Alka")
register_clcmd("say /restart","say_restart",ACCESS)
register_clcmd("say_team /restart","say_restart",ACCESS)
}

public say_restart(id)
{
if(!(get_user_flags(id) & ACCESS))
return

server_cmd("sv_restart 1")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")
client_print(0,print_chat,"[- - Restart Live - -]")

}
stock chat_color(const id, const input[], any:...)
{
new count = 1, players[32]
static msg[320]
vformat(msg, 190, input, 3)
replace_all(msg, 190, "!g", "^4")
replace_all(msg, 190, "!n", "^1")
replace_all(msg, 190, "!t", "^3")
replace_all(msg, 190, "!t2", "^0")
if (id) players[0] = id; else get_players(players, count, "ch")
{
for (new i = 0; i < count; i++)
{
if (is_user_connected(players[i]))
{
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
write_byte(players[i])
write_string(msg)
message_end()
}
}
}
}

Inlocuim





Code:
client_print(0,print_chat,

cu





Code:
chat_color(0,

iar plugin-ul devine





Code:
#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY

public plugin_init()
{
register_plugin("Restart","2.0","Alka")
register_clcmd("say /restart","say_restart",ACCESS)
register_clcmd("say_team /restart","say_restart",ACCESS)
}

public say_restart(id)
{
if(!(get_user_flags(id) & ACCESS))
return

server_cmd("sv_restart 1")
chat_color(0,"[- - Restart Live - -]")
chat_color(0,"[- - Restart Live - -]")
chat_color(0,"[- - Restart Live - -]")
chat_color(0,"[- - Restart Live - -]")
chat_color(0,"[- - Restart Live - -]")
chat_color(0,"[- - Restart Live - -]")
chat_color(0,"[- - Restart Live - -]")

}
stock chat_color(const id, const input[], any:...)
{
new count = 1, players[32]
static msg[320]
vformat(msg, 190, input, 3)
replace_all(msg, 190, "!g", "^4")
replace_all(msg, 190, "!n", "^1")
replace_all(msg, 190, "!t", "^3")
replace_all(msg, 190, "!t2", "^0")
if (id) players[0] = id; else get_players(players, count, "ch")
{
for (new i = 0; i < count; i++)
{
if (is_user_connected(players[i]))
{
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
write_byte(players[i])
write_string(msg)
message_end()
}
}
}
}

Acum regula de colorare este


!g - verde
!n - normal (culoarea chat-ului)
!t - rosu/albastru
Si in final avem






Code:
#include <amxmodx>
#include <amxmisc>

#define ACCESS ADMIN_SLAY

public plugin_init()
{
register_plugin("Restart","2.0","Alka")
register_clcmd("say /restart","say_restart",ACCESS)
register_clcmd("say_team /restart","say_restart",ACCESS)
}

public say_restart(id)
{
if(!(get_user_flags(id) & ACCESS))
return

server_cmd("sv_restart 1")
chat_color(0,"!t[- - Restart Live - -]")
chat_color(0,"!t[- - Restart Live - -]")
chat_color(0,"!t[- - Restart Live - -]")
chat_color(0,"!t[- - Restart Live - -]")
chat_color(0,"!t[- - Restart Live - -]")
chat_color(0,"!t[- - Restart Live - -]")
chat_color(0,"!t[- - Restart Live - -]")

}
stock chat_color(const id, const input[], any:...)
{
new count = 1, players[32]
static msg[320]
vformat(msg, 190, input, 3)
replace_all(msg, 190, "!g", "^4")
replace_all(msg, 190, "!n", "^1")
replace_all(msg, 190, "!t", "^3")
replace_all(msg, 190, "!t2", "^0")
if (id) players[0] = id; else get_players(players, count, "ch")
{
for (new i = 0; i < count; i++)
{
if (is_user_connected(players[i]))
{
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
write_byte(players[i])
write_string(msg)
message_end()
}
}
}
}

Rezultatul:


Inainte
restart live
Dupa
restart live

Like This

[img][url=http://play.celife.ro/server.php?id=15461
morcovete
morcovete

Posts : 143
Join date : 04/04/2012
Age : 28
Location : miercurea ciuc

Sus In jos

Cum sa colorezi o comanda Empty Re: Cum sa colorezi o comanda

Mesaj  meNdark Vin Apr 06, 2012 3:10 pm

Contra asta nui buna numi merge
meNdark
meNdark

Posts : 188
Join date : 04/04/2012
Location : Vezendiu

Sus In jos

Cum sa colorezi o comanda Empty Re: Cum sa colorezi o comanda

Mesaj  morcovete Vin Apr 06, 2012 3:19 pm

k tc sa evitam off-topic
morcovete
morcovete

Posts : 143
Join date : 04/04/2012
Age : 28
Location : miercurea ciuc

Sus In jos

Cum sa colorezi o comanda Empty Re: Cum sa colorezi o comanda

Mesaj  Continut sponsorizat


Continut sponsorizat


Sus In jos

Sus


 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum