Jump to content

Kiran

Membru
  • Posts

    344
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Kiran

  1. 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);
     

  2. if(GetClanMembers(PlayerInfo[playerid][pClan]) >= ClanInfo[PlayerInfo[playerid][pClan]][cClanSlots]) return SendClientMessage(playerid, COLOR_WHITE,"You have reached maximum members.");

     

    verifica cclandslots sau vezi daca , cand creezi un clan iti da sloturi sau ai doar 1 (lider) 

×
×
  • 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.