Jump to content
  • 0

Problema text inaintea numelui (tasta T)


Kiran

Question

Am incercat ca, in momentul trimiterii unui mesaj pe chat (tasta T), daca esti admin sau helper, sa apara inaintea numelui (A), respectiv (H).
Nu am erori, cred ca omit ceva important..

 onplayertext =>

if(realchat) {
        if(IsPlayerLogged[playerid] == 0) return 0;    
        if(TutorialActive[playerid] == 1) return 0;    
        if(InGame[playerid] == 1) {
            new name[36];
            if(Team[playerid] == 1) name = "{FFA1A1}(Terrorist){FFFFFF}";
            else name ="{75AFFF}(Counter-Terrorist){FFFFFF}";
            format(string, sizeof(string), "{DE974B}[%s] %s %s: {FFFFFF}%s", ArenaRank(playerid), name, GetNameEx(playerid), text);
            SendGameTeam(Team[playerid], -1, string);        
        }
        if(PlayerInfo[playerid][pHelper] >= 1) 
            format(string, sizeof(string), "{cc3300}(H){FFFFFF}%s: %s", GetNameEx(playerid), text);
        if(PlayerInfo[playerid][pAdmin] >= 1)
            format(string, sizeof(string), "{ff0000}(A){FFFFFF}%s: %s", GetNameEx(playerid), text);
 

Ares4  =(

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
On 8/22/2023 at 10:55 PM, Kiran said:

Am incercat ca, in momentul trimiterii unui mesaj pe chat (tasta T), daca esti admin sau helper, sa apara inaintea numelui (A), respectiv (H).
Nu am erori, cred ca omit ceva important..

 onplayertext =>

if(realchat) {
        if(IsPlayerLogged[playerid] == 0) return 0;    
        if(TutorialActive[playerid] == 1) return 0;    
        if(InGame[playerid] == 1) {
            new name[36];
            if(Team[playerid] == 1) name = "{FFA1A1}(Terrorist){FFFFFF}";
            else name ="{75AFFF}(Counter-Terrorist){FFFFFF}";
            format(string, sizeof(string), "{DE974B}[%s] %s %s: {FFFFFF}%s", ArenaRank(playerid), name, GetNameEx(playerid), text);
            SendGameTeam(Team[playerid], -1, string);        
        }
        if(PlayerInfo[playerid][pHelper] >= 1) 
            format(string, sizeof(string), "{cc3300}(H){FFFFFF}%s: %s", GetNameEx(playerid), text);
        if(PlayerInfo[playerid][pAdmin] >= 1)
            format(string, sizeof(string), "{ff0000}(A){FFFFFF}%s: %s", GetNameEx(playerid), text);
 

sub astea:        if(PlayerInfo[playerid][pHelper] >= 1) 
            format(string, sizeof(string), "{cc3300}(H){FFFFFF}%s: %s", GetNameEx(playerid), text);
        if(PlayerInfo[playerid][pAdmin] >= 1)
            format(string, sizeof(string), "{ff0000}(A){FFFFFF}%s: %s", GetNameEx(playerid), text);

pune 

SendClinetMessage(i, COLOR_WHITE, string);

i sau cum ai tu la foreach / for

maxresdefault.jpg

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.