It doesn't show me the message
#1

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?
Reply
#2

Quote:
Originally Posted by radiobizza
Посмотреть сообщение
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?
Show me the Code! Show me the Code! Lool
Reply
#3

this is the code:
PHP код:
        SendClientMessage(playeridCOLOR_GREEN"{1E90FF}==========================================================================================================");
        
SendClientMessage(playeridCOLOR_GREEN"{00BFFF}* {FFFFFF}Tutorial: {D2691E}Оnceput                                                                                      {00BFFF}*");
        
format(string2sizeof(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(playeridCOLOR_GREENstring2);
        
SendClientMessage(playeridCOLOR_GREEN"{00BFFF}* {FFFFFF}Noi oferim sprijin si оncredere jucătorilor nostrii si sperăm să fie reciproc ca să fie bine tuturor.  {00BFFF}*");
        
format(string2sizeof(string2), "{00BFFF}* {FFFFFF}Serverul detine {D2691E}50 {FFFFFF}de sloturi si оn acest moment sunt {D2691E}%d {FFFFFF} conturi оnregistrate                          {00BFFF}*",RegisterCounter);
        
SendClientMessage(playeridCOLOR_GREENstring2);
        
SendClientMessage(playeridCOLOR_GREEN"{00BFFF}* {FFFFFF}Pentru a avea un joc cвt mai plăcut,te rugăm să citesti următoarele informatii:                        {00BFFF}*");
        
SendClientMessage(playeridCOLOR_GREEN"{1E90FF}==========================================================================================================");
        
SendClientMessage(playeridCOLOR_WHITE"{FA8072}ConsolaJucator: {FFFFFF}Foloseste tasta {D2691E}C {FFFFFF}pentru a continua si tasta {D2691E}SHIFT {FFFFFF}pentru a da оnapoi."); 
and this is what I see on the server:
Reply
#4

help..
Reply
#5

The input to output of messages is limited to 144 characters, you have to make the message shorter.
Reply
#6

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
The input to output of messages is limited to 144 characters, you have to make the message shorter.
Ok thx !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)