[HELP] Little Problem
#1

Hello!

I'm using ladmin admin system and I made this:

pawn Код:
if(PlayerInfo[playerid][Level] >= 1)
    {
        new string[150], name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, MAX_PLAYER_NAME);
        format(string,sizeof(string),"%s: {FFFFFF}%s", name, text);
        SetPlayerColor(playerid, SendClientMessageToAll(0xAAFFCC00, string));
        return 0;
    }
This is the problem I think:

pawn Код:
SetPlayerColor(playerid, SendClientMessageToAll(0xAAFFCC00, string));
The color 0xAAFFCC00 is lightblue. When an admin speaks in chat, then his chat color is lightblue, but. When I klick TAB, then it is black. I want that the chat and name color is the same. How to fix that?

And I want that the admins are invisible in minimap.

Thank you for your help! +rep
Reply


Messages In This Thread
[HELP] Little Problem - by martin3644 - 24.01.2013, 12:44
Re: [HELP] Little Problem - by DaRk_RaiN - 24.01.2013, 12:46
Re: [HELP] Little Problem - by martin3644 - 24.01.2013, 12:47
Re: [HELP] Little Problem - by DaRk_RaiN - 24.01.2013, 12:51
Re: [HELP] Little Problem - by martin3644 - 24.01.2013, 12:52

Forum Jump:


Users browsing this thread: 2 Guest(s)