16.01.2016, 20:40
I have the SendClientMessage(playerid, color, const string[]) function and i added a lot of colours and when I connect to my server, it doesn't show me. Why?
SendClientMessage(playerid, COLOR_GREEN, "{1E90FF}==========================================================================================================");
SendClientMessage(playerid, COLOR_GREEN, "{00BFFF}* {FFFFFF}Tutorial: {D2691E}Оnceput {00BFFF}*");
format(string2, sizeof(string2), "{00BFFF}* {FFFFFF}Salut {D2691E}%s {FFFFFF}si bine ai venit pe serverul {D2691E}Play-Arena {FFFFFF}! :) {FFFFFF}Acesta este un server cu modul {D2691E}Role Play Gaming{FFFFFF}. {00BFFF}*",sendername);
SendClientMessage(playerid, COLOR_GREEN, string2);
SendClientMessage(playerid, COLOR_GREEN, "{00BFFF}* {FFFFFF}Noi oferim sprijin si оncredere jucătorilor nostrii si sperăm să fie reciproc ca să fie bine tuturor. {00BFFF}*");
format(string2, sizeof(string2), "{00BFFF}* {FFFFFF}Serverul detine {D2691E}50 {FFFFFF}de sloturi si оn acest moment sunt {D2691E}%d {FFFFFF} conturi оnregistrate {00BFFF}*",RegisterCounter);
SendClientMessage(playerid, COLOR_GREEN, string2);
SendClientMessage(playerid, COLOR_GREEN, "{00BFFF}* {FFFFFF}Pentru a avea un joc cвt mai plăcut,te rugăm să citesti următoarele informatii: {00BFFF}*");
SendClientMessage(playerid, COLOR_GREEN, "{1E90FF}==========================================================================================================");
SendClientMessage(playerid, COLOR_WHITE, "{FA8072}ConsolaJucator: {FFFFFF}Foloseste tasta {D2691E}C {FFFFFF}pentru a continua si tasta {D2691E}SHIFT {FFFFFF}pentru a da оnapoi.");