need help. make the text white
#5

Quote:
Originally Posted by ]Rafaellos[
Посмотреть сообщение
pawn Код:
//==============================================================================
// Gang Tag
//==============================================================================
    if(text[0] && AccInfo[playerid][gang] >=1)
    {
        new gangid = AccInfo[playerid][gang];
        new string[128];
        new PlayerName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
        format(string, sizeof(string), "[%s] %s (%d): {FFFFFF}%s", GangInfo[gangid][GANG_NAME], PlayerName, playerid, text[0]);
                SendClientMessageToAll(GetPlayerColor(playerid), string);
        return 0;
    }
wow thanks man its work. +rep
Reply


Messages In This Thread
need help. make the text white (helping +rep) - by RipLagger - 18.04.2012, 08:35
Re: need help. make the text white - by aRoach - 18.04.2012, 08:38
Re: need help. make the text white - by RipLagger - 18.04.2012, 08:49
Re: need help. make the text white - by ]Rafaellos[ - 18.04.2012, 09:15
Re: need help. make the text white - by RipLagger - 18.04.2012, 09:19

Forum Jump:


Users browsing this thread: 2 Guest(s)