What is the problem here?
#10

Quote:
Originally Posted by Stigg
Посмотреть сообщение
Another pointless post, try help someone rather hinder.
How am i supposed to fix a ''problem'' if i don't know what the problem is?

pawn Код:
if(!strcmp(cmd, "/gangs", true))
{
    new str5[128];
    SendClientMessage(playerid, COLOR_RED, "Available Gangs:");
    for(new count; count <MAX_GANGS; count++)
    {
        if(Gang[count][Ident_ID])
        {
            format(str5, sizeof(str5), "%s", Gang[count][Ident_ID]);
            SendClientMessage(playerid, COLOR_RED, str5);
        }
    }
    return 1;
}
Reply


Messages In This Thread
What is the problem here? - by Medal Of Honor team - 22.03.2011, 15:46
Re: What is the problem here? - by Ironboy500[TW] - 22.03.2011, 15:47
Re: What is the problem here? - by armyoftwo - 22.03.2011, 15:49
Re: What is the problem here? - by Medal Of Honor team - 22.03.2011, 15:49
Re: What is the problem here? - by armyoftwo - 22.03.2011, 15:50
Re: What is the problem here? - by armyoftwo - 22.03.2011, 15:52
Re: What is the problem here? - by Stigg - 22.03.2011, 15:57
Re: What is the problem here? - by WackoX - 22.03.2011, 16:05
Re: What is the problem here? - by Stigg - 22.03.2011, 16:15
Re: What is the problem here? - by WackoX - 22.03.2011, 22:22

Forum Jump:


Users browsing this thread: 1 Guest(s)