this wont work
#2

pawn Код:
if(text[0] == '!')
{
    if(playerGang[playerid] > 0)
    {
        new senderName[MAX_PLAYER_NAME];
        new string[128];
        GetPlayerName(playerid, senderName, sizeof(senderName));
        format(string, sizeof(string),"%s: %s", senderName, text[1]);

        for(new i = 0; i < gangInfo[playerGang[playerid]][1]; i++)
            SendClientMessage(gangMembers[playerGang[playerid]][i], COLOR_LIGHTBLUE, string);
    }
    return 1;
}
Try that one
Reply


Messages In This Thread
this wont work - by [HKS]dlegend - 11.11.2009, 18:57
Re: this wont work - by LarzI - 11.11.2009, 20:12
Re: this wont work - by [HKS]dlegend - 11.11.2009, 20:30
Re: this wont work - by [HKS]dlegend - 11.11.2009, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)