Code: Select all
client_print(id, print_chat, "cia geltonas | cia zalias")
Code: Select all
client_print(id, print_chat, "cia geltonas | ^x04cia zalias")
Code: Select all
client_print(id, print_chat, "cia geltonas | cia zalias")
Code: Select all
client_print(id, print_chat, "cia geltonas | ^x04cia zalias")
Code: Select all
new TextText = get_user_msgid("SayText"); stock client_printcolor(const id, const input[], any:...){ new count = 1, players[32]; static msg[191]; vformat(msg,190,input,3); replace_all(msg,190,"!g","^4");// green txt replace_all(msg,190,"!y","^1");// orange txt replace_all(msg,190,"!t","^3");// team txt 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, Text, _, players[i]); write_byte(players[i]); write_string(msg); message_end(); }}
Code: Select all
client_printcolor(id, "!gZalia | !yGeltonas | !tKomandos spalva");
Code: Select all
#include <ColorChat> ColorChat(id, RED, "ka nori ta rasai")
Code: Select all
NORMAL = 1, // clients scr_concolor cvar color GREEN, // Green Color TEAM_COLOR, // Red, grey, blue GREY, // grey RED, // Red BLUE, // Blue
Users browsing this forum: No registered users and 4 guests